An open API service indexing awesome lists of open source software.

https://github.com/shresthasameerman/todo-expensemanagement


https://github.com/shresthasameerman/todo-expensemanagement

Last synced: about 1 month ago
JSON representation

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