Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.17 KB

tkinter-scrollable-frames

Class to quickly create scrollable frames in tkinter. (code: https://gist.github.com/sumqwerty/305e29151003664a37c34508a244d955)

Adding a scrollable frame using ScrollableFrame class is just like adding a simple tkinter frame, but with additional features, like frame label, scrollbars and, frame and frame container bordes. After downloading the scrollFrame.py file, To use ScrollableFrame class, just add import the scrollFrame.py file in your code by writing,

from scrollFrame import *

and start using it.

A Demo code

Code

Demo

Output

Demo

Running the scrollableFrame.py file will give the following output, showing the different frames that can be made

Demo

Demo

Demo