essoen / wordcount

A Flask app that counts word occurences of TXT-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordcount

A Python Flask application that lets you upload a TXT-file, type in a word, and the app returns how many times that word occurs in the file.

Installation

First you'll need Python 3. Then pip install flask and run app.py. Access the app on localhost:5000.

About

A Flask app that counts word occurences of TXT-files


Languages

Language:Python 63.9%Language:HTML 36.1%