Skip to content

eremeevfd/23_typograf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typograf Service

It's a pretty service for typografing your texts.

Typograf can:

  1. Delete extra spaces and new lines
  2. Replace hyphens in phone numbers with ndashes
  3. Replace " " quotes with cool « » quotes
  4. Bind words with numbers
  5. Bind short words with afterward words
  6. Replace hyphen with mdash

How to run

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.

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.1%
  • Python 43.9%