Skip to main content

Alternative to showfigfonts for python

Project description

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:
python 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'

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

showpyfigfonts-1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

showpyfigfonts-1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page