It's a pretty service for typografing your texts.
Typograf can:
- Delete extra spaces and new lines
- Replace hyphens in phone numbers with ndashes
- Replace " " quotes with cool « » quotes
- Bind words with numbers
- Bind short words with afterward words
- Replace hyphen with mdash
You can Typograf locally. Go to terminal, change directory to /23_typograf and type this:
$ pip install -r requirements.txt
$ python server.py
Typograf runs on 127.0.0.1:5000 by default.
The code is written for educational purposes. Training course for web-developers - DEVMAN.org