Metadata-Version: 2.1
Name: tkscrollableframe
Version: 2.2
Summary: Scrollable frame widget for Tkinter
Home-page: https://github.com/edf1101/tkinter-Scrollable-Frame
Author: edf1101
Author-email: blank@blank.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# tkinter Scrollable Frame

<img src="res/readme_img.gif" alt="drawing" width="500"/>

_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:

1. Install via pip (Recomended):
```pip install tkscrollableframe```

2. Download the folder and import the class into your project 

## Documentation & Examples
Developer documentation regarding the classes can be found in the [documentation folder](docs/).
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](examples/).

## Details
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
### Authors
-  [bjmcode](github.com/bmjcode) (Original author)
-  [edf1101](github.com/edf1101) (New Features and Maintenance)



