A module for noob Programmers
Project description
HumblyTkinter
HumblyTkinter is a lightweight and user-friendly library designed to simplify the process of creating graphical user interfaces (GUIs) using Python's built-in Tkinter module. With EasyTkinter, you can quickly build functional and visually appealing GUIs without diving into the complexities of Tkinter.
Features
- Easy Window Creation: Use
make_windowto create a new window with a custom title. - Widget Creation:
- Labels: Add text labels to your GUI with
make_label. - Buttons: Create buttons with custom actions using
make_button. - Entry Fields: Add text input fields with
make_entry.
- Labels: Add text labels to your GUI with
- Widget Management: All widgets are stored in a dictionary for easy access and manipulation.
- Retrieve Input Values: Use
get_outputto fetch the text entered in an input field. - Simple Execution: Run your GUI application with a single call to
last_code.
Installation
To use EasyTkinter, simply include the library files in your project and import it:
from simpletkinter import *
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
humblytkinter-0.0.1.tar.gz
(3.2 kB
view details)
File details
Details for the file humblytkinter-0.0.1.tar.gz.
File metadata
- Download URL: humblytkinter-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc129d2fd9f14996243838002fd8f91e8806d27515ceb381ae94728996f7da31
|
|
| MD5 |
01f2d3049c928d462b01f61d8a1e027b
|
|
| BLAKE2b-256 |
65d860bdce13f1a36fb143861d300b91960504d9d28c8233e59987a9e37b1624
|