Skip to content

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.