Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
/ CSXIIP Public archive

A low-code School Management System with a modern Tkinter GUI that dynamically creates tables, forms, and CRUD operations based on the database schema.

Notifications You must be signed in to change notification settings

vishalxtyagi/CSXIIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSXIIP

CSXIIP is the Computer Science Project (i.e, School Management System) designed in Tkinter (Modern GUI) for the session 2020-2021.

Installation

Use the package manager pip to install requirements.txt.

pip install -r requirements.txt

Usage

Run the application in development mode, just run it:

python main.py

To Create the Production version (i.e, exectable file), just run it against main script:

pyinstaller --onefile --windowed --icon=images/icon.ico main.py

Screenshots

dashboard
users
error

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A low-code School Management System with a modern Tkinter GUI that dynamically creates tables, forms, and CRUD operations based on the database schema.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published