/LibrarySeatManagmentSystem

a ms sql server database gui app based on python tkinter

Primary LanguageJupyter Notebook

LSMS

Getting Started

  • Fork the repository
  • Clone it to your local system
  • Switch to project directory
  • Run pip install -r requirements.txt for Python 2 or python -m pip install -r requirements.txt for Python 3 to install dependencies (may need to be root/admin user to make this work if not using a virtualenv - do sudo pip install -r requirements.txt or sudo python -m pip install -r requirements.txt accordingly instead if this is the case on Linux)
  • Run the command python main.py to make the program running

Prerequisites

Note

This app is a very basic one and various features are yet to be implemented. PRs are welcome!

Features to be implemented

  • Improve UI