Skip to content

ar2029/TextUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextUtils

A Django-based web application for text manipulation.

Features

  • Convert text to UPPERCASE or lowercase
  • Remove extra spaces
  • Word and character count
  • Clear text with one click

Tech Stack

Tool Purpose
Python Core language
Django Web framework
HTML / Bootstrap Frontend UI

How to Run

git clone https://github.com/ar2029/TextUtils.git
cd TextUtils
pip install django
python manage.py runserver

Open http://127.0.0.1:8000/ in your browser.

Skills Demonstrated

  • Django views, templates, and URL routing
  • String manipulation in Python
  • Full-stack web app development with Bootstrap

Part of a broader portfolio — view more

About

A website to manipulate text in Django backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors