Metadata-Version: 2.1
Name: fonttoolsWB
Version: 0.2.1
Summary: FontTools WorkBench - Edit OpenType fonts as XML.
Home-page: https://gitlab.com/workbench2/fonttoolsWB
Author: Andreas Eigendorf
License: MIT
Project-URL: Source, https://gitlab.com/workbench2/fonttoolsWB
Project-URL: Documentation, https://workbench2.gitlab.io/fonttoolsWB
Project-URL: Tracker, https://gitlab.com/workbench2/fonttoolsWB/-/issues
Keywords: workbench,wxPython,GUI
Platform: WIN32
Platform: WIN64
Platform: OSX
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Environment :: MacOS X :: Cocoa
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: GTK
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: develop
License-File: LICENSE

# fonttoolsWB

## FontTools Workbench
A simple application which provides a GUI for the famous 
[fontTools](https://pypi.org/project/fonttools/) package.
It is build with the [Workbench](https://pypi.org/project/wbBase/) RAD framework.

## Installation

```shell
pip install fonttoolsWB
```

If you intend to write your own Python scripts for the FontTools Workbench, 
you may want to install additional plugins to aid in development. 
This can be done as follows:
```shell
pip install fonttoolsWB[develop]
```

After installation you find an executable in the usual location:
- On Windows:
    
    `C:\Python310\Scripts\fonttoolswb.exe`

- On Mac:

    `Lib/Frameworks/Python.framework/Versions/3.10/bin/fonttoolswb`

The actual executable path may vary depending on your Python version 
and installation location.

Launch the executable to run the application.

## Documentation

For details read the [Documentation](https://workbench2.gitlab.io/fonttoolsWB/).

## Sample

Some sample scripts that you can run in the FontTools Workbench can be found 
in the [snippets](https://gitlab.com/workbench2/fonttoolsWB/-/snippets) section 
of the repository.
