This is a simple Flask-based web app that generates Python code for common text processing tasks such as:
- ๐ฑ Extracting Phone Numbers
- ๐ง Extracting Emails
- ๐ Extracting URLs
- ๐งน Removing HTML tags
- Enter any text in the input box
- Choose a task (
phone
,email
,url
,remove HTML
) - See results instantly
- Generated Python code is displayed
git clone https://github.com/<your-username>/<your-repo-name>.git
cd <your-repo-name>