Installation Create and activate a virtual environment: python -m venv venv .\venv\Scripts\activate Clone the repository: git clone https://github.com/kksain/textutils.git Navigate to the project directory: cd textutils Install dependencies: pip install -r requirements.txt Apply migrations: python manage.py migrate Run the development server: python manage.py runserver Access the application at http://127.0.0.1:8000/.