Skip to content

πŸ“Š Terminal Dashboard v1.0.0

Latest

Choose a tag to compare

@JestingDart4369 JestingDart4369 released this 19 Dec 21:05
· 16 commits to main since this release
38ff4a7

πŸŽ‰ 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