Intermediate Python: Files, Packages, and CLI Apps
Intermediate Python enables building file-based, package-enabled, command-line programs that automate tasks, process data, and integrate into real workflows.
Here's How You Can Build Your Own Markdown Parser: Part 2 - How to Read File From the Command Line | HackerNoon
This program implements a command-line interface that accepts a markdown file as a command-line argument, reads its content, and prints the entire content to the terminal.