Web Interface: http://email-weather.onrender.com
- Check the
main.pyfile and scroll on the bottom. Further changes are required
Intialize the environment
python -m venv venv
.venv\Script\activate
Install the required libraries
pip install -r requirements.txt
Launch the application
python main.py