An open API service indexing awesome lists of open source software.

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.

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

![preview](https://cdn.discordapp.com/attachments/628637327878520872/968610613179858954/unknown.png "Preview image of the URL-decoder script")

![lines](https://img.shields.io/tokei/lines/github/lucascompython/url-decoder)

---

### Requirements

- `Python`

### Instalation and Execution

```bash
git clone https://github.com/lucascompython/url-decoder.git
cd url-decoder
./url_decorer -u
```