Transform your fonts from TTF or OTF to WOFF2 in Windows and Linux.
Linux -> https://github.com/tanrax/walphabet/releases/download/v1.0/Walphabet
Windows -> https://github.com/tanrax/walphabet/releases/download/v1.0/Walphabet.exe
(Attention! Windows Defender detects it as a virus because the executable is not signed by them, and I'm not willing to pay 60 euros per year. You have 2 options: add walphabet as an exception or clone the repository and compile your own binary.)
MacOS -> I need a volunteer with MacOS to create the binary.
sudo apt install python3-tk python3-devpython3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
pyinstaller main.specvenv\Scripts\pyinstaller.exe main.specInstall python-tk.
brew install python-tkNext.
pyinstaller main.spec./dist/walphabetpip3 install pygubu-designerand then run pygubu-designer.
- Sergio Delgado Quitero: For all his effort and research for MacOS.