A customizable Python dashboard application using Tkinter's Canvas widget. This project is designed to help you manage profiles, tasks, reports, and settings โ all in a visually styled interface with light/dark modes.
- โ Canvas-Based GUI built with pure Tkinter
- ๐ค Profile creation, update, and deletion
- ๐ Task Manager with add, edit, mark done, and clear all
- ๐ Report creation with timestamps and search functionality
- ๐ Light/Dark mode toggle
- ๐พ Save and Load data (JSON-based persistence)
- โฐ Real-time clock display
- ๐ Logout functionality
(Add screenshots here)
- Language: Python
- GUI Library: Tkinter (Canvas)
- Storage: JSON file (
dashboard_data.json
)
- Python 3.x (Recommended: โฅ 3.8)
- No external libraries required (uses built-in modules)
python app.py