Expense Tracker is a very good tool to keep track of your expenseditures and the total money you saved.🤑🤑
We at some point of our life have kept track of our expenses and the money saved. 📃 We all have used the traditional way of keeping our record by writing our expenses in our personal diary 📃 which can be burnt out, the papers might cut into pieces ✂ or the 📜 diary got so old 🗑 that we need to write our expenses in another diary.🖋🖋 It is very time consuming also.⏳⌚
But it is the most safe way of keeping record. But the time has changed laptops and mobiles are takng over. Most of the time we are spending on computers only.
SO I HAVE THOUGHT OF MAKING AN PYTHON APPLICATION TO KEEP TRACK OF YOUR IMPORTANT EXPENSES. I SAY IT IS A VERY HANDY TOOL.
- Python application
- Command Line Application but the things are well managed
- User friendly
- Shows detail view of your expenses and also how much money you saved or how much is extra
- Shows the graph view of your expenses
- You can update and delete your expenses
- You can insert new expenses
- Uses database
- currency converter
- Also saves your data online so that you can get access to your expenses from anywhere anytime.
Working with expense tracker is pretty easy, if I don't say also, then also you all will do it.
- You can seek the help by pressing H
- At first, Press C to continue or H to take help
- Press 1 to load your database or storage
- Press 2 to load your salary
- Press 3 to insert your expenses in the database
- Press 4 to see your expenses with core details
- Press 5 to update your expenses
- Press 6 to delete your expenses
- Press 7 to change your salary
- Press 8 to see your expenses in other currency
- Press 9 to exit or quit
Working Remotely
- Press L to login with a specific username and password
- Press R to register yourself
- Press I to enter the expenses remotely
- Press D to delete your expenses
- Press U to update a particular expense
- Press O to logout
- Press DEL to delete your whole account and all other records
There are two ways of downloading expense tracker in your computer :-
- Git clone
git clone https://github.com/CapedDemon/EXPENSE-TRACKER.git
- Download the zip file
- using pip
If you have python installed then first run this command -
pip install requirements.txt
After this run -
python main.py
OR
python3 main.py
- Using pip It is on pypi.org
pip install expense-tracker
OR
pip3 install expense-tracker
Then run,
expense-tracker
That's all. Read the instruction carefully on your screen and you will be able to do it.🎉🎉
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Star the repo.
- Raise an issue about the feature so that we can assign.
- Fork the Project
- Create your Feature Branch (git checkout -b )
- Commit your Changes (git commit -m 'Add some advices')
- Push to the Branch
- Open a Pull Request
MIT License