Metadata-Version: 2.1
Name: fontastical
Version: 1.0.0
Summary: Fancy fonts for your terminal!
Home-page: https://replit.com/@EpicCodeWizard/Fontastical
Author: EpicCodeWizard
Author-email: epiccodewizard@gmail.com
License: UNKNOWN
Description: # Fontastical
        ![1](https://fontastical.epiccodewizard.repl.co/1.png)
        
        So, what do you do?
        
        ![2](https://fontastical.epiccodewizard.repl.co/2.png)
        
        Fontastical uses special characters, that work in dumb terminals too!
        
        # Classes:
        ```
        serif.normal
        serif.bold
        serif.italic
        serif.bold_italic
        
        calligraphy.normal
        calligraphy.bold
        
        fraktur.normal
        fraktur.bold
        
        sans_serif.normal
        sans_serif.bold
        sans_serif.italic
        sans_serif.bold_italic
        ```
        Note: `serif.normal` is the normal font anywhere, so passing something to it will return itself.
        
        # Stand alone functions:
        ```
        overline
        strikethrough
        underline
        spaced_underline
        double_underline
        monospace
        double_struck
        ```
        The function names are self explanatory. This library uses character maps. If a character isn't supported, the normal version of it will be returned.
        
        # Full Support For English Letters, Partial Support For Numbers and Greek Letters, No Support For All Other Characters/Punctuation
Platform: UNKNOWN
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
