Skip to content

This is a Python - based application that allows the user to search for information and open URLs.

License

Notifications You must be signed in to change notification settings

Omanshu209/ExploreWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExploreWiki

This is a Python application that allows the user to search for information and open URLs. The app uses the KivyMD framework for the GUI.

Screenshot_2023-03-12-18-58-28-228

Installation and Dependencies

To run the app, you need to have Python 3 and the following libraries installed :

1) kivy [v2.0.0]

2) kivymd [v1.1.1]

3) wikipedia [v1.4.0]

4) langchain [v0.0.253]

5) webbrowser [Built-In in python]

You can install them using pip

pip install -r requirements.txt

OR

pip install kivy==2.0.0 kivymd==1.1.1 wikipedia==1.4.0 langchain==0.0.253

How to Use

To start the app, run the main.py file

Or run this in the terminal

python3 main.py

The app will display a search bar where you can enter a query. When you click on the "Search" button, the app will retrieve information and display it in the output screen. If there is an error retrieving the information, the app will display an error message. You can also click on the "Open URL" button to open a web page in your default web browser. This will open a popup window where you can enter the URL you want to open. Screenshot_2023-02-19-15-17-43-779

Credits

This app was developed by Omanshu.