This is a simple project made more intermediate using classes and more. Check the features below to see what's included.
- Object-Oriented Approach (OOP) - using a class with attributes and methods
- Error ctching using try and except
- Unicode characters and special escape characters used in console for a more graphical user-friendly output
- Loops and conditional statements
- File reading, checking, and writing
- Allows user to track a budget by adding an expense, viewing an expense, or exiting the app - This does not feature a remove expense yet
- Python
- Make sure Python 3 is installed
- Clone the repository
- Open a terminal in the project folder
- Run:
python main.pyTested with Python version 3.11.9