Skip to content

jdzine92/Python-Expenses-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Expenses Calculator

A simple expenses calculator, built with Tkinter GUI and Python.


How to use:

  • Clone this repo / save files to PC (make sure all files are in 1 folder)
  • Download Git Bash Terminal
  • Install Python (Latest version comes with pip and sqlite3)
  • Optional Step: Upgrade pip, console command: python -m pip install --upgrade pip
  • Check installation successful with console commands: python --version , pip -V
  • Install tkinter using pip, console command: pip install tk
  • Run billscalccomplex.py in your console to launch appliction, console command: py billscalccomplex.py
    *make sure you are in the correct directory, Example: cd C:\Downloads\Python-Expenses-Calculator

alt text

Releases

No releases published

Packages

No packages published

Languages