Skip to content

eliheuer/simplefont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

SimpleFont

A Simplified Fork of TruFont.

image

Getting started

Installation instructions

If you have Python3 and Git installed and want to quickly install and run SimpleFont in a virtual environment, open a terminal and enter the following chain of commands as one line:

python3 -m venv simplefont-venv && source simplefont-venv/bin/activate && cd simplefont-venv && git clone https://github.com/eliheuer/simplefont.git && cd simplefont && pip install --upgrade -r requirements.txt && pip install --editable . && simplefont

Or, as separate lines, making modifications when needed:

python3 -m venv simplefont-venv
source simplefont-venv/bin/activate
cd simplefont-venv
git clone https://github.com/eliheuer/simplefont.git
cd simplefont
pip install --upgrade -r requirements.txt
pip install --editable .
simplefont

Python3 and Git installation instructions

  1. Install Python 3.5 (or later):
    • Linux: It's usually packaged with the OS,
    • Run python3 --version to see what you have installed.
  2. Install Git 2.1 (or later):
    • Ubuntu/Debian Linux, run: apt install git
    • Arch Linux, run: pacman -Syu git

About

A simplified fork of TruFont.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages