Metadata-Version: 2.4
Name: woff2tottf
Version: 0.1.2
Summary: A tool to convert WOFF2 font files to TTF format
Home-page: https://github.com/Venvok/Woff2ToTtf
Author: Venvokjr
Author-email: evenmeshack17@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fontTools
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Woff2ToTtf

A simple script to convert WOFF2 font files to TTF format.

## Installation

You can install Woff2ToTtf using pip:

pip install Woff2ToTtf


## Usage

After installation, use it as follows:

from Woff2ToTtf import Woff2ToTtf

OUTPUT = 'path_for_the_tff_to_be_saved'
INPUT = 'path_for_the_.woff2'

Woff2ToTtf(INPUT,OUTPUT)
