Skip to content

PriyanshuJajal/Expense-Recorder-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Expense-Recorder-in-Python

Overview :

The Expense Recorder System is a Python-based application designed to help users track their daily expenses efficiently.
With data storage capabilities, this system allows users to record, view, and manage their expenses, providing valuable insights into spending habits.
The system is built using Python and employs a simple text-based interface for interaction.
It stores user expense data in a JSON file (or you can save as CSV , Excel) for persistence.
This application can be useful for individuals who want to maintain a budget or track their expenses manually.

Features :

Add Expense: Users can add new expenses, including the category, amount, and date of the expense.
View Expenses: Users can view a list of all recorded expenses, sorted by date.
Expense Summary: Generate a summary of total expenses, categorized expenses, or expenses within a specific time frame(day , week or month).
Data Persistence: Expense data is stored in a file (CSV or JSON) and is retained across sessions.

Technologies Used :

Python: The core programming language for building the system.
JSON: Used for storing expense records (alternatively, SQLite , CSV can be used for more complex data storage).
datetime: For handling and displaying the date & time of each expense.
Error Handling: Used try and except for more accuracy.

Contribution :

We welcome contributions to the Expense Recorder System!
Whether you have an idea for an improvement, a bug fix, or a new feature, your help is greatly appreciated.

Feedback :

Your feedback is important to us!
If you have suggestions, feature requests, or encountered any issues with the Expense Recorder System, feel free to provide your feedback.

About

An Expense Recorder , focuses on managing and tracking our daily expenses to make our lives easy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages