Penny Track is a Python-based expense and income tracker that helps you manage finances, set budgets, track recurring expenses, and generate insightful reports.
Penny Track is a Python-based expense and income tracker that helps you manage finances, set budgets, track recurring expenses, and generate insightful reports.
Fixed the color issue.
Log in to leave a comment
Fixed The error that reviewer was getting
Log in to leave a comment
This is just a cli programme made only using Python. It works perfectly fine.
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.
Log in to leave a comment