Skip to content

McSnurtle/receipt-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

receipt-calculator

A simple tkinter application written in python to split the bill of any receipt. Simply input the items purchased and who they were for.

demo

Installation / Quick Start 🌨️

To install the project, first ensure you have it's sole dependency: Python3. Note that for automatic update checking and downloading

1. Clone the project Press the big green Code button, then click download zip to install the source code, and extract the .zip file you download. Alternatively, you can run git clone https://github.com/McSnurtle/charter.git to download the source directly.

2. Run the setup wizard Depending on your platform, run the setup.sh or setup.bat files accordingly - .sh for unix based systems (macOS included), and .bat for windows. This script executes the following commands (with some added juice) if you prefer to do this step manually:

for unix:

git fetch && git pull origin main \
python -m venv venv \
pip install --upgrade --verbose -r requirements.txt \
source ./venv/bin/activate \
python src/main.py

for windows:

git fetch; git pull origin main \
python -m venv venv \
pip install --upgrade --verbose -r requirements.txt \
call .\venv\Scripts\activate \
python src/main.py

User Manual

STUB

About

A simple tkinter application to split the bill of a receipt

Topics

Resources

License

Stars

Watchers

Forks

Languages