A simple wrapper for Tkinter
Project description
SimpleTki
SimpleTki is a lightweight Python library that simplifies the creation of graphical user interfaces using Tkinter. Compatible with Python 3.8+, and cross-platform support (Windows, macOS, Linux).
Installation
Install via pip (once published): pip install SimpleTki
Or install from source: git clone https://github.com/SummerCapybara/SimpleTki.git cd SimpleTki pip install .
pip install SimpleTki <- for PyPI
from SimpleTki import SimpleTk <- for Python import
Usage
from SimpleTki import SimpleTk
Create a window
app = SimpleTk() app.title("My App") app.run()
Contributing & License
Contributions are welcome! Please fork the repository and submit pull requests for improvements or bug fixes. This project is licensed under the MIT License. See the LICENSE file for details.
Links
GitHub Repository: https://github.com/SummerCapybara/SimpleTki
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simpletki-0.1.0.tar.gz.
File metadata
- Download URL: simpletki-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad7f5316939e96954aefea1e1dd246e98da4349f8fd4e8ebe46ccff2fcca128f
|
|
| MD5 |
4b414bfb41dac8d6a686596b5d1f826f
|
|
| BLAKE2b-256 |
346ad47a0ce2c5de0ae1cd6597c516601201c34c8bdf91c4d0facd6cb4cf3a64
|
File details
Details for the file simpletki-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simpletki-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc6d2a6fb37b4db5dd340d88ffaea40b131e9a5428ac4ebf2444c7991034a6a8
|
|
| MD5 |
42025cbb692f70ef3dad12101ba0ff13
|
|
| BLAKE2b-256 |
8e7d4996f245c5b9b7229eb3ea4571ed1b2bd1f40e563ae364c6a32eeaa81ae5
|