https://github.com/lucascompython/url-decoder
This is a simple python script to decode any given URL.
https://github.com/lucascompython/url-decoder
decoder python url
Last synced: about 1 year ago
JSON representation
This is a simple python script to decode any given URL.
- Host: GitHub
- URL: https://github.com/lucascompython/url-decoder
- Owner: lucascompython
- License: gpl-3.0
- Created: 2022-04-26T20:35:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T08:40:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T09:28:16.647Z (about 1 year ago)
- Topics: decoder, python, url
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Decoder
This is a really simple script in python to decode any given URL like string(e.g., 69%20SUS%2069).
# Preview


---
### Requirements
- `Python`
### Instalation and Execution
```bash
git clone https://github.com/lucascompython/url-decoder.git
cd url-decoder
./url_decorer -u
```