A simple gui designed to interact with a database. The goal of the database is to make keeping track of collected coins simple.
The GUI consists of 5 tabs:
- Login
- Overview
- View All
- Add/Remove Coin
- Search Coins
python3 -m venv .venv --prompt ccgui-venv
source .venv/bin/activate
pip3 install -r requierments.txt