# CastomUi
A python package for TUI
Include many TUI functions like **'Prompt'** or **Selection**
## Installation
[Pypi](https://pypi.org/project/castomui/)
[Github](https://github.com/Hansha2011/CastomUi)
## How to use
You can use the demo function
```python
import castomui as cstm
cstm.demo()
```
Or you can customize
```python
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
Raw data
{
"_id": null,
"home_page": null,
"name": "castomui",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, TUI, terminal, ui, windows, mac, linux",
"author": "HSS2011",
"author_email": "hackersam2011@qq.com",
"download_url": "https://files.pythonhosted.org/packages/42/d6/238e33ab0047b2f4fb83b8888fe42efc41cfd084c8dbe753cad185921997/castomui-1.0.tar.gz",
"platform": null,
"description": "\r\n# CastomUi\r\r\n\r\r\nA python package for TUI\r\r\n\r\r\nInclude many TUI functions like **'Prompt'** or **Selection**\r\r\n\r\r\n## Installation\r\r\n\r\r\n[Pypi](https://pypi.org/project/castomui/)\r\r\n[Github](https://github.com/Hansha2011/CastomUi)\r\r\n\r\r\n## How to use\r\r\n\r\r\nYou can use the demo function\r\r\n\r\r\n```python\r\r\nimport castomui as cstm\r\r\ncstm.demo()\r\r\n```\r\r\n\r\r\nOr you can customize\r\r\n\r\r\n```python\r\r\nimport castomui as cstm\r\r\na=cstm.DirectedSelection(value=[\"Selection 1\",\"Selection 2\",\"Selection 3\",\"Selection 4\",\"Selection 5\",\"Selection 6\",\"Selection 7\",\"Support me?\"])\r\r\na.show()\r\r\nprint(a.get())\r\r\n```\r\r\n\r\r\n## Update log\r\r\n\r\r\n2025/02/06 - `1.0.0` first release\r\n",
"bugtrack_url": null,
"license": null,
"summary": "a python package for TUI ",
"version": "1.0",
"project_urls": null,
"split_keywords": [
"python",
" tui",
" terminal",
" ui",
" windows",
" mac",
" linux"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "42d6238e33ab0047b2f4fb83b8888fe42efc41cfd084c8dbe753cad185921997",
"md5": "92305cf974e0d4f24e18273b0cb51ef9",
"sha256": "03816aaa7d11051e77a6ecfcdcf5119f17a04275301cf16739edf5e67c163794"
},
"downloads": -1,
"filename": "castomui-1.0.tar.gz",
"has_sig": false,
"md5_digest": "92305cf974e0d4f24e18273b0cb51ef9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5033,
"upload_time": "2025-02-06T05:32:43",
"upload_time_iso_8601": "2025-02-06T05:32:43.636413Z",
"url": "https://files.pythonhosted.org/packages/42/d6/238e33ab0047b2f4fb83b8888fe42efc41cfd084c8dbe753cad185921997/castomui-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-06 05:32:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "castomui"
}