Loading repository data…
Loading repository data…
Omanshu209 / repository
This is a Python - based application that allows the user to search for information and open URLs.
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.

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]
pip install -r requirements.txt
OR
pip install kivy==2.0.0 kivymd==1.1.1 wikipedia==1.4.0 langchain==0.0.253
To start the app, run the main.py file
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.

This app was developed by Omanshu.