A living creature in your terminal
Project description
Sibilance TUI
A living creature in your terminal — built with Textual.
Install
pip install sibilance
Run
sibilance
# or
creature
# or
python -m sibilance
Keybindings
| Key | Action |
|---|---|
d |
Dashboard |
c |
Chat |
j |
Journal |
f |
Friends |
w |
World |
t |
Den |
s |
Sleep |
a |
Account |
? |
Help |
Esc |
Back |
q |
Quit |
Ctrl+P |
Command palette |
Web Mode
Serve the TUI as a web application:
pip install sibilance[serve]
python serve.py
# Open http://localhost:8000
Custom host/port via environment:
SIBILANCE_HOST=0.0.0.0 SIBILANCE_PORT=9000 python serve.py
Standalone Binary
pip install pyinstaller
pyinstaller sibilance.spec
./dist/sibilance
Docker
docker build -t sibilance-tui .
docker run -p 8000:8000 sibilance-tui
Deploy to Fly.io
fly launch --copy-config
fly deploy
Development
pip install -e ".[serve]"
sibilance
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
sibilance-0.1.4.tar.gz
(39.1 kB
view details)
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
sibilance-0.1.4-py3-none-any.whl
(57.3 kB
view details)
File details
Details for the file sibilance-0.1.4.tar.gz.
File metadata
- Download URL: sibilance-0.1.4.tar.gz
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a51ae3494c43a7d9ce07a92916e1b5fb6b8055b41e1816de2650a2b19cbb8827
|
|
| MD5 |
3e215e034fe694f0ba2e9dcc86abec43
|
|
| BLAKE2b-256 |
5d369c518919128bf0bf0fdb1d10be7d6e21d2999becbcc9b5aa188e42ca9d9e
|
File details
Details for the file sibilance-0.1.4-py3-none-any.whl.
File metadata
- Download URL: sibilance-0.1.4-py3-none-any.whl
- Upload date:
- Size: 57.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
826724b44b0c6bc5fee3d360cb44901c9b72b12f4bbebe0fc156bfdab88810ba
|
|
| MD5 |
cb05d61948af9f88c052c281e734637f
|
|
| BLAKE2b-256 |
ba3dfb68edda549e208b2dc28cb64ead27a683cd50e5e2f59d818f31254eec48
|