a python package for TUI
Project description
CastomUi
A python package for TUI
Include many TUI functions like 'Prompt' or Selection
Installation
How to use
You can use the demo function
import castomui as cstm
cstm.demo()
Or you can customize
import castomui as cstm
a=cstm.DirectedSelection(value=["Selection 1","Selection 2","Selection 3","Selection 4","Selection 5","Selection 6","Selection 7","Support me?"])
a.show()
print(a.get())
Update log
2025/02/06 - 1.0.0 first release
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
castomui-1.0.tar.gz
(5.0 kB
view details)
File details
Details for the file castomui-1.0.tar.gz.
File metadata
- Download URL: castomui-1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03816aaa7d11051e77a6ecfcdcf5119f17a04275301cf16739edf5e67c163794
|
|
| MD5 |
92305cf974e0d4f24e18273b0cb51ef9
|
|
| BLAKE2b-256 |
42d6238e33ab0047b2f4fb83b8888fe42efc41cfd084c8dbe753cad185921997
|