This website is created in Python with the help of Django framework.
In the Terminal - git clone https://github.com/chiranjivi9/Word-Count-.git
In the Terminal - pip3 install django==2.1.3
or go to -> https://www.djangoproject.com/ and follow the steps
In the Terminal -
> Go to the folder where you want to create the project.
> django admin startproject "projectName"
> python3 manage.py runserver