Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 732 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 732 Bytes

Tennis-Club-DBMS

A GUI based CRUD database management system built using mysql and python

Installation

  1. Install Python 3.x.x or later
  2. Install the required modules using terminal/command prompt: pip3 install -r requirements.txt

Features:

  1. Data insertion
  2. Data searching
  3. Data updation
  4. Data deletion
  5. Data display
  6. Window reisizing

Requirements

  1. mysql needs to be set up including password and server connection
  2. Install mysql.connector module
  3. Install PyQt5 module
  4. Run the sql file

License

This is an open-source repository licensed under the MIT License

Note

Before running, please edit your password according to your own established connection in mysql