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

https://github.com/lulunac27a/flask-text-counter-application

Text counter application in Flask
https://github.com/lulunac27a/flask-text-counter-application

flask flask-app flask-application flask-applications flask-apps flask-html text-area text-box text-count text-counter textarea textbox word-count word-counter wordcount wordcounter

Last synced: 27 days ago
JSON representation

Text counter application in Flask

Awesome Lists containing this project

README

          

# Text Counter Application using Flask

This is a text counter application that uses Flask to count the number of characters, words and lines in the entered text area box.

## Getting Started

1. Clone the repository to your local machine.
2. Create a migration using `flask db init`.
3. Create a migration script using `flask db migrate`.
4. Apply the migration using `flask db upgrade`.
5. Run the app using `flask run`.
6. Open your web browser and go to `http://localhost:8081` to access the application.
7. Enter the text in the text area box and click on the "Calculate Text Count" button to see the number of characters, words, and lines in the text.