Reads an excel file with a lab schedule and displays the labs that are currently in session
Compile python files into windows executables
PyInstaller -F main.py --noconsole
The Tkinter Examples folder is a walkthrough of how to use to Tkinter. It is broken into steps of how this software was created.
-
Frames
Create simple frames and organize them into grids
-
Resizing
Make the lengths and widths of the Frames expand in relation to the window size
-
Collapsible
Create a frame that can be expanded or collapsed with a button press
-
Widgets
Add widgets to the respective frames
-
Tables
Display pandas data frames in a tabular format using Treeview