ProperCase determines the proper capitalization of a given word or phrase (e.g., "McDonald's")
-
Updated
Mar 24, 2024 - Python
ProperCase determines the proper capitalization of a given word or phrase (e.g., "McDonald's")
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.
Convert string to target CaseType, like: camelCase, snakeCase, properCase, constantCase...
Add a description, image, and links to the propercase topic page so that developers can more easily learn about it.
To associate your repository with the propercase topic, visit your repo's landing page and select "manage topics."