Metadata-Version: 2.4
Name: windows_font_manager
Version: 0.3.7
Author: op200
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/op200/windows_font_manager
Project-URL: Source, https://github.com/op200/windows_font_manager
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.128.0
Requires-Dist: uvicorn[standard]>=0.40.0
Requires-Dist: easyrip>=4.11.2
Requires-Dist: watchdog>=6.0.0
Dynamic: license-file

![rendering](./doc/rendering.webp)

### Start

1. Install and upgrade  
  `pip install -U windows_font_manager`

2. Open WebUI  
  (Click the URL from terminal)

### Develop

* Backend  
  Python 3.14 (>=3.12)  
  `debugpy` from VSCode

* WebUI  
  `pnpm --dir .\windows-font-manager-webui\ dev`

* Build or install  
  `py run_build.py` or `pip install .`
