A command line accounting program written in Python.
This program provides several useful functions for accounting.
- add - add an expense or income record with description and amount
- view - view the expense and income records
- delete - delete a specific record
- view categories - view the categories
- find - find records belonging to a specific category
- search - search for records containing specific keywords
- edit - edit a specific record
- exit - exit the program and save the records
- Windows
git clone https://github.com/terrychou911019/Pymoney.git
-
Execute pymoney.py in the terminal.
python pymoney.py
-
If you execute the program for the first time, you will need to provide the amount of money you have.
-
Then, you can utilize the functions of this program.
-
After exiting the program, it will generate a file named "records.txt" containing the accounting records.