simple-text-stats is a lightweight and straightforward utility script designed to generate summary statistics for any given text, such as word count and character count. Built purely for fun and recreation, it has no ambitions—just a simple tool.
- Python
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
-
python3
# using homebrew brew install python3
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install python, see Prerequisites
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
- tbd
- tbd