项目作者: VishalXtyagi

项目描述 :
Computer Science Project for class 12 (2020-2021)
高级语言: Python
项目地址: git://github.com/VishalXtyagi/CSXIIP.git
创建时间: 2021-03-25T01:54:57Z
项目社区:https://github.com/VishalXtyagi/CSXIIP

开源协议:

下载


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.

  1. pip install -r requirements.txt

Usage

Run the application in development mode, just run it:

  1. python main.py

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

  1. 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