https://github.com/shresthasameerman/todo-expensemanagement
https://github.com/shresthasameerman/todo-expensemanagement
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shresthasameerman/todo-expensemanagement
- Owner: shresthasameerman
- Created: 2025-02-09T16:17:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T16:20:31.000Z (3 months ago)
- Last Synced: 2025-04-12T03:58:07.993Z (about 1 month ago)
- Language: Python
- Size: 47.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Productivity & Finance Manager
A desktop application built with Python and Tkinter that combines task management and expense tracking functionality.
## Features
### 🚀 Main Dashboard
- Clean and modern user interface
- Easy access to both Todo List and Expense Tracker
- Intuitive card-based navigation### 📝 Todo List
- Add and delete tasks
- Persistent storage using SQLite database
- Clean and responsive interface
- Keyboard shortcuts support
- Scrollable task list### 💰 Expense Tracker
- Track expenses with amount and category
- Delete unwanted entries
- Visual representation of expenses through pie charts
- Data persistence using SQLite
- Category-wise expense breakdown## Requirements
- Python 3.x
- Required packages:
```bash
pip install tk matplotlib sqlite3