PennyTrack banner

PennyTrack

3 devlogs
4h 47m 13s

Penny Track is a Python-based expense and income tracker that helps you manage finances, set budgets, track recurring expenses, and generate insightful reports.

Demo Repository

Loading README...

Gunjit Gyawali

Fixed The error that reviewer was getting

Attachment
0
Gunjit Gyawali

Shipped this project!

Hours: 4.11
Cookies: 🍪 11
Multiplier: 2.7 cookies/hr

This is just a cli programme made only using Python. It works perfectly fine.

Gunjit Gyawali

PennyTrack is a terminal-based personal finance tracker, designed to help users log and manage their expenses and income directly from the command line. Built entirely in Python, the program focuses on simplicity and ease of use without the overhead of a graphical interface.

Key Features:

Expense and Income Tracking: Users can log daily transactions, categorized as either income or expenses.

Data Storage: All financial data is stored locally in a simple file format, making it easy to access and modify.

Basic Reports: The program can display a summary of income, expenses, and balance, helping users track their financial status with ease.

Challenges:

User Input Validation: Ensuring accurate data entry for expenses and income while maintaining a simple terminal interface.

Data Persistence: Storing data efficiently in a way that’s easy to read and edit from the terminal.

User Experience: Creating a clear, intuitive command-line interface without visual aids or complex navigation.

Attachment
Attachment
Attachment
Attachment
0