Skip to content

Crypt0xin/TextConverterToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TextConverterToolbox GUI

TextConverterToolbox GUI

A Python-based GUI application for transforming text into various formats using the Tkinter library.

Features

  • Sentence case: Capitalizes the first letter of the text.
  • lower case: Converts all characters to lowercase.
  • UPPER CASE: Converts all characters to uppercase.
  • Capitalized Case: Capitalizes the first letter of each word.
  • aLtErNaTiNg cAsE: Alternates the case of each character.
  • Title Case: Capitalizes the first letter of each word, suitable for titles.
  • Remove characters: Removes specified characters from the text.
  • Replace characters: Replaces specified characters with another string.
  • Remove duplicates: Removes duplicate words from the text.

Installation

  1. Clone the repository:

    git clone https://github.com/Crypt0xin/TextConverterToolbox.git
  2. Navigate to the project directory:

    cd TextConverterToolbox
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the script to launch the GUI:

python TextConverterToolbox.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages