Skip to content

⬇ Count the number of words in a Markdown file excluding special elements

License

Notifications You must be signed in to change notification settings

danielvangelder/markdown-word-count

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⬇ Markdown Word Count

CircleCI status

A word counter for raw Markdown files, excluding punctuation, footnotes, and special Markdown or HTML tag syntax.

💻 Installation

You will need...

▶ Usage

To run this script, pass the file you want to have analyzed as first parameter:

python mwc.py myfile.md

Since this script requires version 3, you might need to run that version specifically:

python3 mwc.py myfile.md

⛏ Development

Run this to execute all tests:

python -m unittest discover

💬 Ports to Other Programming Languages

About

⬇ Count the number of words in a Markdown file excluding special elements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%