BrightWriter is a cross-platfrom app for the creation of e-books. It contains a set of tools that simplify e-book development and assist in the creation of educational e-books that follow Instructional Design principles.
Python 3.6
After checking out the source code, setup your environment for building BrightWriter.
pip install virtualenv
virtualenv bwenv
pip install -f requirements-{platform}.txt
pip install --upgrade --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix
cp deps/mac/pythonw bwenv/bin/
chmod +x bwenv/bin/pythonw