Basic budgeting application with analytics created to satisfy requirements for CSCI 450 at Biola University.
- Must have a version of Python 3 installed (https://www.python.org/downloads/)
- Must install package dependencies using
pip3 install <package-name>
in your CLI. - Packages include:
matplotlib
,tkinter
,datetime
,pandas
,sqlite3
,numpy
, andtkcalendar
. - If any packages are still needed, see your console in VS Code, or your CLI for the respective error message.
- We recommend downloading VS Code, as that is the code editor we used in development (https://code.visualstudio.com/download).
- This is not required, but we are not liable for errors encountered because of not using VS Code.
- Insure that all dependencies are installed (see above).
- Clone repository on your CLI using
git clone https://github.com/mateo-ls/budget-wiz
. (Works on most OS) OR Download ZIP of repository and unzip into a directory. - Open folder in Visual Studio Code and click the Run button in the top right corner with
bw_app_ui.py
selected. OR Open your command line interface, and enter inpython3 <path-to-bw_app_ui.py>
. - Enjoy!
Note: Please contact [email protected]
, [email protected]
, or [email protected]
with any questions.