Skip to content

builderdev212/CoinCollectorGUI

Repository files navigation

CoinCollectorGUI

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

Setting up a virtual environment

python3 -m venv .venv --prompt ccgui-venv
source .venv/bin/activate
pip3 install -r requierments.txt

About

A simple GUI that interacts with a database to keep track of a collection of US coins.

Topics

Resources

License

Stars

Watchers

Forks