Skip to content

donno2048/cylinderize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cylinderize

Turn any file or text into a cylinder

install

From PyPi

pip3 install cylinderize

From GitHub

pip3 install git+https://github.com/donno2048/cylinderize

Usage

Run cylinderize <file> to show the text of the file as a cylinder

Use cylinderize to choose a file using a prompt

Or in a script:

from cylinderize import cylinderize
cylinderize("text\nmore text\n...")