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 humblytkinter 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
humblydb-0.0.1.tar.gz
(3.8 kB
view details)
File details
Details for the file humblydb-0.0.1.tar.gz.
File metadata
- Download URL: humblydb-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87c07adbcf8a256631ea4e958db0da58ad5fd6b34bdc9e9a84cb7f9550af61c5
|
|
| MD5 |
fd8738759343de82c998f1c4f11408c9
|
|
| BLAKE2b-256 |
dcebc1b33c818975e92757d114f68b070badb6a161c5e20d24cc48e30f44278c
|