Text-Analyser

Text Analyzer

Text Analyzer is a Django-based application designed to perform various text manipulation operations on input text. The following operations are supported:

Features

This application offers the following features:

How to Run

To run the Text Analyzer, you need to have the latest versions of:

Follow these steps:

  1. Open the command prompt.
  2. Navigate to the project directory.
  3. Run the command: python manage.py runserver
  4. Copy the provided web address and paste it into your web browser.
  5. Test the application by inputting text and selecting desired operations.

Please note that this guide assumes you have a basic understanding of Python and Django.