This is the most simplest Daily Expense Tracker written in VbScript which you can ever find on internet 😉.
This was created for my personal use but then though of sharing it. I was fed up with unwanted functionalities like category, budget etc., which was making it hard to log expenses quickly and consistentely on daily basis. So ...
Features and Uses :- Yess ..., i know, many of you might be thinking why would i use this if it is just writing in text files? I can enter directly in a text file, right? --> Wrong, you see, i agree to certain extent but here are the issues with directly logging in text files:
- Formatting of the texts when entered directly. This keeps pretty formatting for all transactions entered.
- Speed -> This takes only 2 inputs - which are: thing on which money was spent on and amount spent. if we have to enter 10 transactions all you have to give are these 2 inputs for each transactions and hit enter. This is blaze.
- Day's total amount spent is not displayed automatically in a text file.
- Need to enter date each time manually in a text file. App does it every time you run it automatically.
- If we need to see only the daily total spent in a text file then we will have to scroll up and down. This keeps daily total spends in a saperate file again with pretty formatting.
- Maintaining file names and remembering file names which we were entering. Here you don't have to.
- This updates the files dynamically with every input.
- And o'course, using GUI is fun than a dry notepad to write. It doesn't motivate you to do it consistently.
I know, enough of this blabbering right! ... Hehehe, let's see how to use it now ...
How to use :-
- Download the zip file from this repo which has only one file (Duh!! along with this README file😜).
- Keep it anywhere in your system and unzip it.
- Double click on the file.
- Enter the name of the thing on which money was spent on like cake, movie, ice cream etc.,
- Hit Enter.
- Enter how much money was spent.
- Hit Enter.
- It will ask you if you have another transaction to enter, if you hit "Yes" button, then it will take you to step (4). This can be done infinitely.
- If you click on "No" button, then it will display all the list of transactions happened today with Today's total amount spent.
- Voila!, That's it.
Files and folders :-
- Applicaton file (Daily Expense Tracker.vbs) - To run (Just double click and do what GUI says).
- A folder (All Records) - This along with 2 text files with in this folder gets created (on the same location where application file is present) when the app file is run.
- Daily Expense Records.txt - This has each and every transactions which you have entered. Don't worry about running the application more than once in a day or entering the date, It is all taken care of. This can be used for referring old data for your analysis.
- Daily Total Spendings.txt - This has total amount spent each day written clearly.
Guess many people like Simplicity (Yo!!, I do too). This is for you guys. Enjoy!! 😉😉
P.S: All feedbacks, ideas and PR's are much appriciated. Thanks. Peace.