Skip to content

Financial literacy informational and budget calculator GUI made with Tkinter (Mission Bit Summer 2021 Demo Day Project)

Notifications You must be signed in to change notification settings

cherhchen/MoneyCap

Repository files navigation

MoneyCap

For Mac: Install these libraries through Terminal using the following commands:

  pip3 install numpy --user
  pip3 install matplotlib --user
  pip3 install tkcalendar --user
  pip3 install pillow --user

For Windows: Install these libraries through Command Line using the following commands:

  pip install numpy
  pip install matplotlib
  pip install tkcalendar
  pip install pillow

How to run the application:

  1. Download all files (including the images) and place them in the same folder.
  2. Install the libraries listed above.
  3. Open this folder in VSCode or another coding application.

About

Financial literacy informational and budget calculator GUI made with Tkinter (Mission Bit Summer 2021 Demo Day Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages