A CLI initiative tracker in the works.
Project description
Roll for Initiative!
What is this?
This is a terminal-based initiative tracker primarily aimed at Dungeons & Dragons 5th edition. I use the term "initiative" mostly for being recognizable, and most systems have something similar: a queue of actions that happen in order given a numeric value.
Jump to installation instructions
Motivation
All initiative trackers I found only are bloated. They cram as many features as possible with little to no regards to UX. I'm going back to the basics: a CLI tool to manage initiative. No "create encounter". No "what is this creature's initiative bonus?" popup.
I hate the "create encounter" feature of these initiative trackers. I admit, this might be due to my GM style, but I don't want to plan every single encounter the night before. I don't know what my players will do, I need the flexibility to improvise.
The main motivation for me to create this, really, is just so I have a clean interface with really shallow menus and no setup time. This is the project philosophy.
Quick tips
- Type
help
orhelp command
if you have any doubts. - Tab completion is your friend. After beginning to type a command, press tab to cycle through the suggestions.
Flow
This is a TL;DR. You can find more information after this.
- Run
add name initiative
as many times as you like.initiative
may be a number or a diceroll expression.- Entries are ordered by their decreasing initiative value.
- If there is a tie, you can reorder them using
move lower_entry_name up
ormove upper_entry_name down
.
- Any time you want to see the queue but it's not visible, run
show
. - Run
start
. - Press enter when the input field is empty to advance to next entry.
- When a creature dies or for some other reason its entry is no longer relevant to the queue, type
remove dead_creature_name
.
That's pretty much what you need to know to use it at a basic level.
Advanced usage
Todo
Installation
To install the rfi
command to your user scope, run:
pip install --user --upgrade roll-for-initiative
If you want to install directly from source, you can do:
cd /path/to/target/source/dir
git clone https://github.com/wqferr/RFI
cd RFI
pip install --user --upgrade flit
flit install -s
Running it
After installing it with either method, you can run it with rfi
on linux, or with python -m rfi.app
on any platform if that doesn't work.
Special thanks
This application is made using the following libraries and tools:
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
Built Distribution
File details
Details for the file roll-for-initiative-0.16.1.tar.gz
.
File metadata
- Download URL: roll-for-initiative-0.16.1.tar.gz
- Upload date:
- Size: 35.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c97f889178dc1c37110f15e23a2155691e649c9330ba33b9a9f755dd9fc895a |
|
MD5 | 3bf3790d92b984ee4f67799693d929ca |
|
BLAKE2b-256 | 4f7b86437136c18c3cfb807c6e299ddcb802cc05b2a54dae5f93c39d2f02260a |
File details
Details for the file roll_for_initiative-0.16.1-py2.py3-none-any.whl
.
File metadata
- Download URL: roll_for_initiative-0.16.1-py2.py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5e59854e1498181f838a9dd49bcba37f2bc9f21652d2c2c6eeb514356fd3989 |
|
MD5 | 28dda8da3e9f78d72ea67cf98d2190e4 |
|
BLAKE2b-256 | 46a9ab2d7bd5c5edd5b640bd3486836cafb20befc82433388980ecc50aedab36 |