ABOUT APP MeteorMate represents a straightforward weather application crafted using the latest Python Fullstack framework, NiceGUI. Powered by the OpenWeather API (https://openweathermap.org/), this app provides weather information in a user-friendly interface.
Prepare the environment by creating a virtual setup, installing Python, and updating pip:
python3 -m venv nx_gui
source nx_gui/bin/activate
pip install --upgrade pipSatisfy project requirements with:
pip install -r requirements.txtExecute the application:
python app.py