Skip to content

imegeek/figlet-fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 █▀▀ █ █▀▀ █   █▀▀ ▀█▀ ▄▄ █▀▀ █▀█ █▄ █ ▀█▀ █▀ 
█▀  █ █▄█ █▄▄ ██▄  █     █▀  █▄█ █ ▀█  █  ▄█

⚙️ Installation

  • For Windows:

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

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

    brew install python git figlet
    
  • For Termux:

    apt update
    apt install git python figlet -y
    

✅Setup Fonts

  • Install in Windows:
  • Powershell Required.
git clone https://github.com/imegeek/figlet-fonts

$pythonDirectoryPath = (Get-Command python).Path | Split-Path -Parent
cp figlet-fonts\* "$pythonDirectoryPath\Lib\site-packages\pyfiglet\fonts"
  • Install in Linux:
git clone https://github.com/imegeek/figlet-fonts
cp -rf figlet-fonts/* /usr/share/figlet
  • Install in macOS:
  • Brew Required.
git clone https://github.com/imegeek/figlet-fonts
cp -rf figlet-fonts/* usr/local/Cellar/figlet/2.2.5/share/figlet/fonts
  • Install in Termux (Android):
git clone https://github.com/imegeek/figlet-fonts
cp -rf figlet-fonts/* $PREFIX/share/figlet

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published