Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 928 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 928 Bytes

Customer database - Done in 2020

WHAT IT DOES?

Customer database is a program to display and make changes to a database. It has functions such as submit, update, delete and search.

Empty database: Empty database

Filled database: Filled database

HOW TO USE?

  1. Download both Customer Database.py and fill_database.py files.
  2. Run fill_database.py to fill database with wanted number of customers and close it.
  3. Run customer database.py to see database
  4. Play around with the database by adding, changing or removing customers

REASON FOR THE PROGRAM?

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