AQI Analyser is a desktop application built using Python and FLET, demonstrating Object-Oriented Programming (OOP) principles. The application provides real-time Air Quality Index (AQI) data and surveys AQI trends for the past five years across major cities in India.
- Real-time AQI Monitoring: View current air quality data for major Indian cities.
- Historical Data Analysis: Explore AQI trends and statistics from the past five years.
- OOPs Implementation: The project showcases core OOP concepts such as encapsulation, inheritance, polymorphism, and abstraction.
- Python
- FLET (for desktop UI)
- Pradyumn Prasad
- Basudev Mahapatro
- Rashi Lavekar
- Manthan Singla
- Anurag Sinha
- Navajyoti Bhandari
- Clone the repository.
- Install dependencies:
pip install flet
- Run the application:
python main.py
This project is for educational purposes.