Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tkscrollableframe

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tkscrollableframe

Scrollable frame widget for Tkinter

  • 2.2
  • PyPI
  • Socket score

Maintainers
1

tkinter Scrollable Frame

drawing

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. 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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc