Day 24 of My 90 Days Python Series – Word Counter Tool
github.comΒ·5hΒ·
Discuss: DEV

#Part of my β€œ90 Days of Python” journey β€” learning by building one project at a time! 🧑

Welcome to Day 24 of my 90 Days of Python Series! πŸš€ This project is a simple yet powerful Word Counter Tool that helps you analyze text by counting:

It’s built entirely with basic Python β€” no external libraries β€” making it perfect for beginners who want to practice loops, conditionals, and string handling.

βœ… Counts total words in a sentence or paragraph βœ… Calculates characters (excluding spaces) βœ… Detects the number of sentences βœ… Keeps running until you choose to exit βœ… Beginner-friendly and easy to modify


2. **Navigate into the folder:**

```bash
cd python-word-counter-tool
  1. Run the Python script:
python word_counter.py

🧠 Example Output

…

Similar Posts

Loading similar posts...