Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (17 loc) · 1.26 KB

Documentation

image

Requirement

requirements.txt

Interface

  • Login page

    image
  • Main page

    image
  • Tracking data

    • Build

    With API in the tkinter library and Pymssl, build class and data model for processing and view in tkinter widget

    http://www.pymssql.org

    • Use
    image
    • In this application, We have named multiple module and tkinter variable (IntVar ...) variable is global variables because we will be using these variables in different parts of the program.

    • We were aware of putting the same font for all the widgets in a program that is why value with font name and size is stored in a simple letter. And later used this letter to assign a font to an application text.