Skip to content

This is a Python library which extends tkinter with GridFrame and ScrollingFrame widgets

Notifications You must be signed in to change notification settings

engintoklu/framethrower.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

framethrower.py

Nihat Engin Toklu < http://github.com/engintoklu >, 2018

What is framethrower.py

This is a very simple Python library which extends the tkinter library with the following widgets:

  • GridFrame: a frame which makes it easier to place its contained widgets according to a grid layout
  • ScrollingFrame: a frame which makes it easier to bind scrollbars to its contained widget
  • ButtonFrame: a frame which generates horizontally ordered buttons

You can use the framethrower.py library by simply putting the file framethrower.py into the same directory with your Python project, and then by using the following import line:

import framethrower as ft

The code was tested and was observed to be working with Python 2.7 and Python 3.6.

Documentation

The documentation is available within the source code, in the form of docstrings. The source code also includes a demo.

License

This software is unlicensed. See the beginning of the source code for details.

About

This is a Python library which extends tkinter with GridFrame and ScrollingFrame widgets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages