Skip to content

Basic budgeting application with analytics created to satisfy requirements for CSCI 450 at Biola University.

Notifications You must be signed in to change notification settings

mateo-ls/budget-wiz

Repository files navigation

BudgetWiz 1.0

Basic budgeting application with analytics created to satisfy requirements for CSCI 450 at Biola University.

Dependencies

Python 3 (Required)

  • 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, and tkcalendar.
  • If any packages are still needed, see your console in VS Code, or your CLI for the respective error message.

Visual Studio Code (Recommended)

  • 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.

Instructions on how to run:

  1. Insure that all dependencies are installed (see above).
  2. 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.
  3. 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 in python3 <path-to-bw_app_ui.py>.
  4. Enjoy!

Note: Please contact [email protected], [email protected], or [email protected] with any questions.

About

Basic budgeting application with analytics created to satisfy requirements for CSCI 450 at Biola University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages