- Shortens URLs to a default 3-digit prefix using a random character and letter combination.
- All data is stored in a single sqlite3 database.
- 3 Digits which are added at last are Case Sensitive and as per requirements we can change length 3 to any integer.
- A stats page show all url and visits through shorten url.
- Authentication is made.
- To install dependencies try
pip install requirments.txt