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
- 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)