Skip to content

A Python graphical user interface that allows Princeton students and other interested parties to query a database of classes and courses offered during a semester. Implements server-side concurrency with multiprocessing, and client-side concurrency with multithreading.

Notifications You must be signed in to change notification settings

mrapi00/Registrar-App-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client-Server Registrar App

alt text

a Python graphical user interface (using PyQt5) that allows Princeton students and other interested parties to query an SQLite database of classes and courses offered during a semester. The application handles server-side concurrency and client-side concurrency.

Starting the server

python regserver.py 8888

Running the client

python reg.py localhost 8888

About

A Python graphical user interface that allows Princeton students and other interested parties to query a database of classes and courses offered during a semester. Implements server-side concurrency with multiprocessing, and client-side concurrency with multithreading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages