Skip to content

imegeek/showpyfigfonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

showpyfigfonts

Preview

showpyfigfonts-preview

📑 INDEX

⚙️ Installation

1. Install Python & Git:

  • For Windows:

    winget install Python.Python.3.12
    winget install Git.Git
  • For Linux:

    sudo apt-get update
    sudo apt-get install -y git python3
  • For macOS:

    brew install python git
  • For Termux:

    apt update
    apt install git python -y

✅ Setup

  • Automatic Setup

pip install showpyfigfonts
  • Manual Setup

1. Download repository:

  git clone https://github.com/imegeek/showpyfigfonts

2. Change Directory:

  cd showpyfigfonts

3. Run setup.py:

  • Linux/macOS/Termux:
python3 setup.py install
  • Windows:
python setup.py install

❓ How to use?

  • Run this command:
showpyfigfonts
  • Command Line Help:

usage: showpyfigfonts [-h] [--font name] [text]

positional arguments:
  text                  Render fonts by text.

options:
  -h, --help            show this help message and exit
  --font name, -f name  Render specific font by name.
  • Command Line Usage:

  • Show help menu:
showpyfigfonts --help
  • Print custom text for all fonts:
showpyfigfonts 'hello'
  • Print specific font:
showpyfigfonts -f mono12
  • Print custom text with specific font:
showpyfigfonts -f mono12 'hello'

About

alternative to showfigfonts for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages