A modern desktop weather application built with Python and Tkinter that provides real-time weather updates and air quality information for any city. The app also includes voice assistance using pyttsx3 for an interactive user experience.
- 🌦️ Real-time weather updates
- 🌡️ Displays temperature, humidity, and wind speed
- 🌫️ Air Quality Index (AQI) monitoring
- 🔊 Text-to-speech weather announcements
⚠️ Voice alerts for unhealthy air quality levels- 🖥️ Simple and user-friendly GUI
- Python
- Tkinter
- Requests
- pyttsx3
- Weather API
git clone https://github.com/your-username/smart-weather-app.gitcd smart-weather-apppip install requests pyttsx3Run the following command:
python main.pyAdd screenshots of your application here.
smart-weather-app/
│
├── main.py
├── requirements.txt
├── README.md
└── assets/- 📍 Automatic location detection
- 📊 Weather forecast charts
- 🌙 Dark mode support
- 📱 Mobile-responsive version
- ☁️ Multiple city tracking
Contributions are welcome!
- Fork the repository
- Create a new branch
- Commit your changes
- Push to your branch
- Open a Pull Request
Developed with ❤️ using Python and Tkinter.