count-money

A tkinter based GUI application that helps you count money.


Keywords
money, count, sum, coins, bills, gui, accounting, commerce, python3, tkinter
License
MIT
Install
pip install count-money==0.7.1

Documentation

English | Português

Count Money Github commits (since latest release) PyPI PyPI - Downloads

img

A little utility app to help you count coins and bills, which calculates in real-time the total amount of money. Additionally, it can save a report in a text file containing both the totals and the individual amounts.

Installation and dependencies:

To install and run this application, you just need to have a working Python 3.6+ installation, with support for tkinter/ttk. The easiest way to install it in a single step is by using this command:

pip3 install count-money

How to use:

The current version of this application can be run from the command line shell using the following command:

count-money