Skip to content

eliheuer/fbwx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbwx

Work in progress. A simple drag 'n' drop GUI frontend for Font Bakery. Made with just two requierments, wxPython and FontBakery.

Note: I don't know how to do a subprocess call that makes this work in the built .app, but it works when run from a terminal/venv.

fbwx screenshot

Run the GUI from a virtual environment (works!)

From the root of the fbwx repo:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 fbwx.py

Build a MacOS app (almost works!)

With the virtual environment from the previous section active:

pip install py2app
python3 setup.py py2app

Find fbwx.app in the dist directoryfbwx/dist/fbwx.app. Move it to your Desktop or Applications directories.

About

work-in-progress

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages