Skip to main content

A modern and pythonic GUI library

Project description

Reflection is a wrapper around tkinter with support for Python 2 and 3.

It aims to be a more intuitive way of creating graphical interfaces, while keeping the ability to modify widgets in any way you want. Although still in alpha, things are looking good for development. The next versions will bring event handling, new widgets and window manager interactions.

Features

  • Support for the following widgets:

    • Application (tkinter.Tk)

    • Window (tkinter.Toplevel)

    • Frame (tkinter.Frame)

    • Text (tkinter.Label)

    • Image (tkinter.Label)

    • Button (tkinter.Button)

    • Entry (tkinter.Entry)

  • Support for more than 30 image types (requires the PIL library)

  • Custom styles to personalize interfaces

  • Completely clutter-free!

Installation

Getting started is easy. Just download the latest version from PyPi.org:

pip install reflection

Note: You may need to replace pip with pip3 if you plan on using reflection in Python 3.

Help

Reflection is still in alpha, so bugs are to be expected. The semantics of the library may change a great deal over time.


If you’ve found a bug or have a question, please open an issue on GitHub here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reflection-0.1.1.tar.gz (11.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page