Skip to content

larryare/flavortext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flavortext

GitHub issues GitHub license

Converted Voidstar lab's C++ code into python.

Usable standalone or as module.

Demo

Constructors

Constructors

Destructors

Destructor

Usage

Command line

usage: flavortext.py [-h] [--slow [SLOW]] [--endless [ENDLESS]] [construct]

Print flavortext.

positional arguments:
  construct            True for constructors or False for destructors (default: True)

optional arguments:
  -h, --help           show this help message and exit
  --slow [SLOW]        Simulate typing
  --endless [ENDLESS]  Endless typing, stop with Ctrl+C

As module

import flavortext

print(flavortext.get_flavor_list(False, 5))

or

import flavortext

print(flavortext.get_full_line(False))

About

Voidstar lab's flavortext recode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages