Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveLabView

Reads an excel file with a lab schedule and displays the labs that are currently in session

Notes

Compile python files into windows executables

PyInstaller -F main.py --noconsole

Tkinter Examples

The Tkinter Examples folder is a walkthrough of how to use to Tkinter. It is broken into steps of how this software was created.

  1. Frames

    Create simple frames and organize them into grids

  2. Resizing

    Make the lengths and widths of the Frames expand in relation to the window size

  3. Collapsible

    Create a frame that can be expanded or collapsed with a button press

  4. Widgets

    Add widgets to the respective frames

  5. Tables

    Display pandas data frames in a tabular format using Treeview

About

Reads an excel file with a lab schedule and displays the labs that are currently in session

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages