Releases: JestingDart4369/Python_Panel
Releases · JestingDart4369/Python_Panel
📊 Terminal Dashboard v1.0.0
🎉 Initial Stable Release
This is the first stable release of the Terminal Dashboard – Weather & Banking Overview.
✨ Features
- Hourly and weekly weather forecasts by city
- Automatic geolocation using Geoapify
- Customizable terminal UI with Rich
- Multiple themes with live preview
- Banking overview from CSV files
- Automatic calculation of expenses, income, and balance
- Transaction table rendered in the terminal
🛠 Technical Details
- Python 3
- Rich-based terminal layout
- OpenWeather & Geoapify API integration
- CSV-based banking data parsing
🔒 Security & Privacy
- Example CSV contains fake demo data
- API keys and sensitive data are ignored via
.gitignore - Intended for educational and local use only
📌 Notes
- This release represents a completed student project
- Future improvements may include configuration files, CLI flags, and enhanced error handling