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
- Host: GitHub
- URL: https://github.com/lulunac27a/flask-text-counter-application
- Owner: lulunac27a
- Created: 2024-12-30T05:04:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T19:05:48.000Z (12 months ago)
- Last Synced: 2025-06-16T20:22:12.905Z (12 months ago)
- Topics: 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
- Language: Python
- Homepage: https://lulunac27a.github.io/flask-text-counter-application/
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.