Skip to content

A Python GUI developed from PyQT5, to ease the process of ticket management connecting it to a Database .

Notifications You must be signed in to change notification settings

Vishwa-Karthik/Event-Management

Repository files navigation

Event-Management GUI from PyQT5

A Python GUI developed from PyQT5, to ease the process of ticket management connecting it to MySQL database locally.

Getting Started

import the database table structure into your MySQL workbench CE.
1.Create a new instance connection.
2.Note down your local-host port & password.

MySQLdb.connect(host='Port_Number', user='Username', password='Your_Password*', db='DB_name')

Install Python Modules

pip install PyMysqlDB
pip install PyQT5

About

A Python GUI developed from PyQT5, to ease the process of ticket management connecting it to a Database .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages