Skip to content

Simple python Flask app which provides every word counting in the uploaded .txt file and diplay it with text and chart

License

Notifications You must be signed in to change notification settings

vprosekov/ru_words_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ru_words_counter

Simple python Flask app which provides every word counting in the uploaded .txt file and diplay it with text and chart

What can it do?

  • Counts words in your .txt file
  • Displays it with chart

Installation

This project requires Python 3.6 and some libraries to run.

Install Flask and matplotlib

(venv)$ pip install flask #Installing Flask
(venv)$ pip install Flask-WTF #Installing Flask-WTF
(venv)$ pip install matplotlib #Installing matplotlib
(venv)$ cd ru_words_counter #Open project folder
(venv)$ python app.py #Run app

Todos

  • Make more beauty and sizeable plot
  • Count words of every language

License

MIT License

hello world:)

About

Simple python Flask app which provides every word counting in the uploaded .txt file and diplay it with text and chart

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published