Customer database is a program to display and make changes to a database. It has functions such as submit, update, delete and search.
- Download both Customer Database.py and fill_database.py files.
- Run fill_database.py to fill database with wanted number of customers and close it.
- Run customer database.py to see database
- Play around with the database by adding, changing or removing customers
Idea behind making this program was to get a basic understanding of databases and how to interact with them. As well as improve on gui's