An open API service indexing awesome lists of open source software.

https://github.com/aryashreep/wordcount

Djanago practice project
https://github.com/aryashreep/wordcount

django python python3 wordcount

Last synced: 3 months ago
JSON representation

Djanago practice project

Awesome Lists containing this project

README

          

# Djanago practice project
A simple website to count the most frequently used words in a piece of text. You will learn how to:

* Install Django
* Create a new project
* Work with Django's URL routing
* Submit and handle HTML form data