Skip to content

A Word counter built with customtkinter and python. A small open source application for practice

Notifications You must be signed in to change notification settings

AalokeCode/py-word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Counter

About the Project

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.

Purpose

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

Preview.mp4

Setting Up Locally

Prerequisites

Make sure you have Python installed on your system.

  • Python: Download and install Python.

Installation Steps

  1. Clone the repository

    git clone https://github.com/AverageBlank/WordCounter.git
    cd WordCounter
  2. Create a virtual environment

    python -m venv venv
    venv\Scripts\activate  # On bash use `source venv/bin/activate`
  3. Install the required libraries

    pip install customtkinter
  4. Run the application

    python main.py

Languages Used

  • Python: The primary programming language used for developing the application.

Libraries Used

  • 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.

About

A Word counter built with customtkinter and python. A small open source application for practice

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages