Skip to content

sumqwerty/tkinter-scrollable-frames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages