Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 224 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 224 Bytes

python-cmd-base

A base for writing python command line programs.

Prerequisites

Install dependencies

pip3 install -r requirements.txt

Run

python3 wc.py

Have fun :>