It is a simple Python based word counter project build on Django framework. User can simply put their paragraphs.... or words onto the text area and then it will count the number of words and chatacters in the text.. User can also contact the admin about any feedback they want to give via contact form
For counting the number of words and characters by inserting a text in a text area. Give it a visit :-(https://wordcounterk.herokuapp.com/)
- Assuming the repository is on Windows
- Clone the github repository
https://github.com/kara751/word-counterk.git
- Install python 3.9 and required python 3.9 packages:
pip install -r requirements.txt