/wordcount

A Flask app that counts word occurences of TXT-files

Primary LanguagePython

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.