Skip to content

This Python application provides a simple interface using Tkinter and converts the first letters of the text in a text file to uppercase while converting the other letters to lowercase. Users can select a text file, correct the text by clicking the process button, and save the result to a new file.

Notifications You must be signed in to change notification settings

fatihpurtas/proper_case_corrector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proper Case Corrector

This is a simple Python application built with Tkinter that corrects the case of text in a TXT file. It converts the first letter of each word to uppercase while keeping the rest of the word in lowercase.

Usage

  1. Clone the repository to your local machine:
  2. git clone https://github.com/fatihpurtas/proper_case_corrector.git
  3. Navigate to the project directory:
  4. cd proper_case_corrector
  5. Run the Python script:
  6. python proper_case_corrector.py
  7. Select a TXT file using the "Select" button.
  8. Click on the "Process" button to correct the case of the text in the selected file.
  9. Once the process is complete, a new text file with the corrected text will be created. You will be prompted to select the location to save the new file.

Dependencies

  • Python 3
  • Tkinter (should be included with Python installation)

About

This Python application provides a simple interface using Tkinter and converts the first letters of the text in a text file to uppercase while converting the other letters to lowercase. Users can select a text file, correct the text by clicking the process button, and save the result to a new file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages