Skip to content

mooniak/textual-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textual-tools

Set of scripts and tools to grab, analyze, manipulate text for type design related purposes or for just fun :)

##How To

Script can analyze a website or text files stored locally in your computer. Files should b in .txt format.

This will generate a json file and a html representation of analysis.

cd textual-tools/ ;
python3 main.py [-l/-w][URL / folder or file][levels only if a URL, optional][output file, optional]

  • -lfor local
  • -w for web

Example

python3 main.py -w http://mooniak.com/ 3 ;

##More useful tools

##TODO

See issue tracker for further plans to extend.