Script that creates typograph flask application and launches it on callback(127.0.0.1).
Typograph posibilities:
- replace ' and " on « »
- replace telephone number delimiters from - to –
- chain numbers with words
- delete extra spaces and lines
- chain short words with next word
git clone https://github.com/Beastrock/10_coursera.git
pip install -r requirements.txt
python server.py
The code is written for educational purposes. Training course for web-developers - DEVMAN.org