Skip to content

5uw1st/font-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font-converter

Installing

Install and update using pip:

>pip install -U font_converter

Example

from font_converter import FontConverter

url = "https://static.tianyancha.com/fonts-styles/fonts/95/95564734/tyc-num.woff"
t = FontConverter(url, debug=False)
_words = "踏形里花计咨询、社型花计咨询;关人形里花计"
ret = t.convert(words=_words)
print(_words, ret, sep="\n")

TODO

  • Support multi-process
  • Easy inherit

About

A font converter script for decrypt page content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages