tkinter Scrollable Frame
Scrollable frame for tkinter GUIs. Upgraded version of: https://github.com/bmjcode/tkScrolledFrame but hosted here as
original version is archived.
Introduction
This is a simple and easy-to-use class for creating a scrollable frame in tkinter.
It is capable of scrolling (in both X and Y axis) via scrollbars, mouse wheel / trackpad, and arrow keys.
Installation
There are two ways to install this package:
-
Install via pip (Recomended):
pip install tkscrollableframe
-
Download the folder and import the class into your project
Documentation & Examples
Developer documentation regarding the classes can be found in the documentation folder.
These are in sphinx format though have already been compiled into HTML format for easy viewing in the build folder within.
Examples of how to use the class can be found in the examples folder.
Details
License
This project is licensed under the MIT License - see the LICENSE file for details.
Authors