/wordcount-project

A simple web application built using the Django framework that takes in a piEce of text as input and displays the frequencies of all the words present.

Primary LanguagePython

WORD COUNTER

A simple web application built using the Django framework that takes in a piEce of text as input and displays the frequencies of all the words present.

Setup:

python3 manage.py runserver
http://localhost:8000