Skip to content

hollali/word_count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Word Counter Script

A simple Python script using PySimpleGUI to count the number of words in a given text.

Table of Contents

Installation

  1. Make sure you have Python installed on your system.

  2. Install PySimpleGUI using the following command:

    pip install PySimpleGUI
  3. Download or clone the Word Counter script.

Usage

  1. Run the script by executing:

    script.py
  2. The script will open a PySimpleGUI window with a text input area.

  3. Enter the text you want to analyze in the input area.

  4. Click the "Count Words" button.

  5. A popup window will display the number of words in the entered text.

Screenshots

Word Counter Screenshot

Contributing

Feel free to contribute to this project. If you encounter any issues or have suggestions for improvements, please open an issue or create a pull request.

License

This project is licensed under the MIT License.


Replace `"path/to/screenshot.png"` in the "Screenshots" section with the actual path or URL to a screenshot of your script in action.

Make sure to include a `LICENSE` file in your project directory if you haven't already, and update the license link in the "License" section accordingly. The provided template assumes the project is under the MIT License, but you can choose a different license if needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages