A Django based Regex Tester, where a user can easily check their text for any particular patter.
It is a fast and easy to use utility tool where anyone can just copy paste their text and try to find occurance of any particular text or pattern from the whole text.
Clone the project
git clone https://github.com/dixitaditya01/Live_Regex_Tester
Go to the project directory
cd Live_Regex_Tester
Install dependencies
python -m pip install Django
Start the server
python3 app.py runserver
I have learnt Django python frameword, and I thought of practising my learning by implementing a hands on project. I also revised upon my Regex skills. Was also able to learn new things in the Jinja2 template. Also used git in this project to keep track of versions, which helped me in revising on the git commands.