Skip to content

๐Ÿ‹ A Python package which makes building GUIs easy peasy lemon squeezy.

License

Notifications You must be signed in to change notification settings

jakebrehm/lemons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

52 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

lemons logo


lemons is a package that makes things easy.

latest release

Why lemons?

Originally intending to call this package ezpz, it was soon discovered that the name had already been taken. Heartbroken, and with no other ideas for what to call this package, it felt like the world had ended. The feeling of dread and loss was devastating - debilitating, even.

Nonetheless, when life give you lemons, you squeeze them! Aha, an epiphany: why not go back to the root of it all, the title of one of my earliest programs: EZPZ Lemon Squeezy? A simple yet elegant title was there all along, yearning to represent this package and all it stood for; the darkness vanished as quickly as it came, and the name lemons was born.

What is it?

Lemons tries to make GUI building easier by eliminating a lot of repetitive and error-prone code. Please keep in mind that the package is still in its infancy, so its functionality is currently quite limited.

he tkinter framework, as many know, is not the most user-friendly GUI-builder out there. lemons hopes to help ease that pain a little. For example, creating a scrollable notebook tab, which previously took dozens of lines of code per tab, can now be done in just one.

How to get it

Dependencies

Currently, lemons primarily uses the standard Python library and therefore does not require any additional packages to be installed on your machine. However, if you want to use image functionality from the gui module, then pillow is necessary.

Pip installation

The latest stable version of the package is uploaded to PyPI.

To install, open a command prompt and type, or copy and paste:

pip install lemons

To upgrade to the latest version:

pip install --upgrade lemons

To uninstall the package:

pip uninstall lemons

Authors