A simple Python GUI application for URL encoding and decoding.
- Encode a URL to make it safe for transmission over the internet.
- Decode a URL to get the original string.
- Python 3.x
-
Clone the repository:
git clone https://github.com/emin-eren-erdem/URL-encoder-decoder.git
-
Navigate to the project directory:
cd url-encoder-decoder
-
Run the application:
python run.py
- Enter the URL you want to encode or decode.
- Click the "Encode" or "Decode" button to see the result.
This project is licensed under the MIT License - see the LICENSE file for details.