Text_Utils_Django

Text Utils is a web application built with Django that provides various text manipulation functionalities. Users can input a text string through an HTML page, and the application performs operations such as removing punctuations, capitalizing characters, and counting the number of characters in the text.

3
0
Python

Text_Utils_Django

Text Utils
Text Utils is a Django web application that allows users to manipulate text input. It provides various text operations such as removing punctuations, capitalizing characters, and counting characters.

Features

  • Remove punctuations from the input text.
  • Capitalize characters in the input text.
  • Count the number of characters in the input text.

Technologies Used

  • Django: A high-level Python web framework.
  • HTML: Used for creating the user interface.
  • CSS: Used for styling the web pages.

Usage

  • Open the web application in your browser.
  • Enter the text in the provided input field.
  • Select the desired operation from the available options.
  • Click on the “Submit” button to perform the selected operation.
  • View the manipulated text or the result of the operation.

Feel free to contribute by reporting issues or submitting pull requests.