A command line based weather app by using openweathermap.org api.
Make sure requests be installed in your python3 environment
pip3 install requests
If you are using conda python environment
conda install requests
If you are using Windows, you have to install the windows-curses package
pip install windows-curses
And then
python3 main.py