Nest UI - Terminal UI + Assistant Framework [by.RxCodz Community]
Project description
🌌 Nest UI
Build stunning terminal apps. Fast. Powerful. Modern.
🚀 Dashboards • 🤖 Assistants • ⚙️ Ops Tools • 🧩 Plugins
⚡ Install Now
pip install "nest-ui[full]"
🔥 One command. Full power.
✨ Why Developers Love Nest UI
- 🎨 Beautiful terminal UI out of the box
- ⚡ Extremely fast & lightweight
- 🤖 Built-in AI / voice assistant system
- 🧩 Plugin-ready architecture
- 📊 Tables, forms, dashboards included
- ⚙️ Full ops toolkit (monitoring, jobs, scheduler)
- 🐍 Clean Python API
🌏Community / Plugin Download 🧩 🟣 Discord • 🤖 TeamSpeak • ⚙️ PyPi • 🧩 Soon • 👾 Soon
🚀 Quick Demo
from nest_ui import App
app = App(theme="aurora", icon_pack="emoji")
window = app.create_window("Nest UI", "v2.0")
tab = window.create_tab("Dashboard").create_section("Overview")
tab.add_stat("CPU", "23%")
tab.add_progress("Build", 76)
tab.add_paragraph("Status", "System ready 🚀")
window.notify("✨ Ready to go")
window.run()
🤖 Built-in Assistant
from nest_ui import AssistantManager
assistant = AssistantManager(name="Nest", wake_word="nest")
assistant.register_command(
"open_game",
["open roblox", "launch roblox"],
callback=lambda t: print("Launching...")
)
assistant.hear("nest open roblox")
🧠 What You Get
🖥 UI System
- Window / Tabs / Sections
- Widgets & Layouts
- Tables (search, edit, paginate)
🤖 Assistant Engine
- Wake word
- Smart phrase matching
- Cooldowns
⚙️ Ops Toolkit
- Process monitor
- Task runner
- Background jobs
- Scheduler
- Service controller
🔌 Extensible Core
- Plugin system
- Event bus
- Widget registry
📦 Extras
pip install "nest-ui[voice]" # Voice
pip install "nest-ui[ops]" # System tools
pip install "nest-ui[clipboard]" # Clipboard
🛠 Dev & Publish
pip install -e ".[full]"
pytest -q
python -m build
twine upload dist/*
⭐ Pro Tip
If you're building tools, dashboards, or automation systems —
Nest UI saves you days or even weeks of work.
❤️ Support
If you like this project:
- ⭐ Star it
- 🔧 Contribute
- 🐛 Report bugs
Built for developers who want terminal apps to feel modern.
© Copyright License By. RxCodz Community Get Update from Discord : https://discord.gg/yQ9Y5amf
Project details
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 nest_ui-2.0.4.tar.gz.
File metadata
- Download URL: nest_ui-2.0.4.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95dae1d826ae5632def61c4da5851334fca392eb677ac21c67fdaa1ca30c5b51
|
|
| MD5 |
12def8218dde85fd4f4ca1893c2e9fd4
|
|
| BLAKE2b-256 |
72be1fe5dba691ec5e85fa7d61a1fc8de1f0c762445dae01374e2ea27ad60251
|
File details
Details for the file nest_ui-2.0.4-py3-none-any.whl.
File metadata
- Download URL: nest_ui-2.0.4-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b264ed72c72ade8069d78c4e680e88a52626b65e6c5c3ffb89705706869b2d97
|
|
| MD5 |
a5a0e1cf52776066c22bd05d6a0a6219
|
|
| BLAKE2b-256 |
7176669436d56d75ea9fd63ef6f1b7b60e5e9ecd2d91fc417b2ee662b80e8f9a
|