File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is a text counter application that uses Flask to count the number of charac
55## Getting Started
66
771 . Clone the repository to your local machine.
8- 2 . Install Flask: ` pip install flask `
8+ 2 . Install the required dependencies like Flask: ` pip install flask `
993 . Run the application: ` python app.py `
10104 . Open your web browser and go to ` http://localhost:8081 ` to access the application.
11115 . 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.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is a text counter application that uses Flask to count the number of charac
55## Getting Started
66
771 . Clone the repository to your local machine.
8- 2 . Install Flask: ` pip install flask `
8+ 2 . Install the required dependencies like Flask: ` pip install flask `
993 . Run the application: ` python app.py `
10104 . Open your web browser and go to ` http://localhost:8081 ` to access the application.
11115 . 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.
You can’t perform that action at this time.
0 commit comments