Trelby
The free, multiplatform, feature-rich screenwriting program!
Install / Use
/learn @trelby/TrelbyREADME
Trelby
Screenplay writing software
Trelby is a screenplay writing program. See https://www.trelby.org/ for more details.
About this project
This project has recently been updated by merging the fork: https://github.com/limburgher/trelby.
Updates include:
- a conversion to Python 3
- enhancements
- updating the Windows packaging to provide a Windows build (still in progress)
Installation
Fedora
sudo dnf install trelby
Windows (Chocolatey)
Once chocolatey is set up (https://chocolatey.org/install):
choco install trelby
Flatpak
flatpak install trelby
From PyPi
pip (or pip3) install trelby
From source
-
git clone https://github.com/trelby/trelby.git
-
cd trelby
-
pip3 install -r requirements.txt
Depending on your python version, you might run into https://github.com/wxWidgets/Phoenix/issues/2296. We recommend executingpip3 install attrdict3before installing the requirements in that case. If that still doesn't work, we recommend upgrading your python version. -
make
-
./trelby.py
