Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 839 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 839 Bytes

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.