Word counter for raw Markdown files
Project description
⬇ Markdown Word Count
A word counter for raw Markdown files, excluding punctuation, footnotes, and special Markdown or HTML tag syntax.
💻 Installation
You will need...
- 🐍 Python 3
- 🐑 A clone of this repo or a single file download of the script.
▶ Usage
To run this script, pass the file you want to have analyzed as the first parameter:
./mwc.py myfile.md
If that doesn't work, explicitly pass the program to Python:
python mwc.py myfile.md
If this doesn't work, try python3
instead of python
.
⛏ Development
Run this to execute all tests:
python -m unittest discover
💬 Ports to Other Programming Languages
- A PHP port can be found here, with thanks to @Arcesilas!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Close
Hashes for markdown-word-count-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c360b90aade0d6c893f92dec1767427d6ddf51d4b553230a5d3b3a611d515e2d |
|
MD5 | 4a8f13499f007b4ce2814572a7bc477f |
|
BLAKE2b-256 | 524ad1d215bc6fe7a07a8b47125b1de26a07c360d4b29932e50e1beb49785501 |
Close
Hashes for markdown_word_count-0.0.1-py3.8.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | d052fc3794d553cace6c8e8e9a4f6f1a61af40920efaa13fd69f78e8ad58d639 |
|
MD5 | fe39f36867feade1869cbce81c3737e7 |
|
BLAKE2b-256 | 507d31a735282d5da69fc898708e1edec1d104108b579c92d95fb046c50b272c |
Close
Hashes for markdown_word_count-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f716134f29cdde33b6f9c18d692690f7901ed9d911c1f3ccd6036bd5aacd17cf |
|
MD5 | fab271c1b4754ebd161e3c9595af112c |
|
BLAKE2b-256 | 61761de1a6ea98b645152f33b5fc40d285e08464db32516033b5acf4fab821ff |