Skip to content

This small app encodes-decodes url-encoded strings with a simple gui in python.

Notifications You must be signed in to change notification settings

emin-eren-erdem/URL-encoder-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

URL Encoder/Decoder

A simple Python GUI application for URL encoding and decoding.

Features

  • Encode a URL to make it safe for transmission over the internet.
  • Decode a URL to get the original string.

Prerequisites

  • Python 3.x

Installation

  1. Clone the repository:

    git clone https://github.com/emin-eren-erdem/URL-encoder-decoder.git
  2. Navigate to the project directory:

    cd url-encoder-decoder
  3. Run the application:

    python run.py

Usage

  • Enter the URL you want to encode or decode.
  • Click the "Encode" or "Decode" button to see the result.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This small app encodes-decodes url-encoded strings with a simple gui in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages