The Word Counter is an intuitive and efficient tool designed to count words in a text, providing users with a clear and immediate word count through a sleek and user-friendly interface. Built with Python and leveraging the powerful customtkinter
library, this application offers a seamless experience for anyone needing to quickly and accurately count words in their documents.
The purpose of the Word Counter project is to offer a straightforward solution for counting words in any given text. By utilizing the customtkinter
library, this application demonstrates the ease of creating attractive and functional GUI applications with Python. The project aims to be a valuable resource for writers, students, and professionals who require a quick word count for their work.
Preview.mp4
Make sure you have Python installed on your system.
- Python: Download and install Python.
-
Clone the repository
git clone https://github.com/AverageBlank/WordCounter.git cd WordCounter
-
Create a virtual environment
python -m venv venv venv\Scripts\activate # On bash use `source venv/bin/activate`
-
Install the required libraries
pip install customtkinter
-
Run the application
python main.py
- Python: The primary programming language used for developing the application.
- OS: A standard library used to interact with the operating system.
- CustomTkinter: A modern and customizable library for creating Tkinter-based graphical user interfaces with enhanced aesthetics and functionality.