This project is a word counter application tailored for assignment documents. It takes a file path as input and outputs the total word count with user configurability to include or exclude specific items. An essential tool for managing your writing assignments efficiently.
It is preferable that a virtualenv is created.
https://docs.python.org/3/library/venv.html
To create a venv run:
$ python -m venv venv
For Windows (using Powershell) run:
$ venv\Scripts\Activate.ps1
For Mac/Linux run:
$ source venv/bin/activate
$ pip install -r requirements.txt
If you have a suggestion that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your feature branch (`git checkout -b feature/AmazingFeature`)
- Commit your changes using conventional commits (`git commit -m 'feat: Add some AmazingFeature'`)
- Push to the branch (`git push origin feature/AmazingFeature`)
- Open a pull request
charlie2clarke |
FreddyC08 |