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.2.1.tar.gz
(41.2 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.2.1-py3-none-any.whl
(59.4 kB
view details)
File details
Details for the file sibilance-0.2.1.tar.gz.
File metadata
- Download URL: sibilance-0.2.1.tar.gz
- Upload date:
- Size: 41.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d59ece369bfa3d6fd77c5c5d5a6006970a76dd25053608d3642d49bf5f03bea
|
|
| MD5 |
9e67493410c3a4e5eebe88815f71601a
|
|
| BLAKE2b-256 |
015c67a146086b66821e22f7796d8c7643033efe45cdc39b62e3c3c2e9002420
|
File details
Details for the file sibilance-0.2.1-py3-none-any.whl.
File metadata
- Download URL: sibilance-0.2.1-py3-none-any.whl
- Upload date:
- Size: 59.4 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 |
fbfad77b9c03532e2125f3a0c9a315530a91037debec2fed6977f8c6d6e7195c
|
|
| MD5 |
d009aadedb42387569002d52017807cc
|
|
| BLAKE2b-256 |
19119ce3b9ebaa8e0f65ed635342a4901e0c8160f7c43eba45ca5949bffc6975
|