Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 757 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 757 Bytes

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:)