Important
I am a new dev, and still learning so ANY help with this project is more than welcome!
Reminders app that combines ChatGPT, weather and a simple interface perfect for power users into one, singular app. It is a GUI app built in Python. Note: you will need to provide both an OpenAI API key AND a weatherapi.com API key.
- @N-Coder82
- @Annieliu289 (They helped me with PyQT and stuff)
Contributions are always welcome!
Please no spam
Clone the project
git clone https://github.com/N-coder82/chi.git
Go to the project directory
cd chi
Install dependencies
pip install pyqt6
pip install requests
pip install openai
Add API keys
see onboarding.txt
Start the app
python3 /source/app.py
Please see the above section
If you do not understand these terms, please google and learn, this project is currently geared towards developers.
As of 12/22/2023, there are no binaries, only source