URL Converter is a Python application with a graphical user interface (GUI) built using PyQt5. It allows users to sanitize and unsanitize URLs, converting them between normal and obfuscated formats for security purposes.
- Sanitize URLs: Convert normal URLs into a sanitized format by replacing
.
with[.]
andhttp
withhXXp
, preventing accidental clicks or link detection. - Unsanitize URLs: Convert sanitized URLs back to their normal form for easy access.
- Batch Processing: Handle multiple URLs at once.
- User-Friendly Interface: Simple GUI with clear buttons for sanitizing, unsanitizing, and clearing text.
- Operating System: Windows 7 or later (64-bit) for the executable
- Python 3.x and PyQt5 (if running from source code)
You can download a pre-built executable of URL Converter for Windows from the Releases page.
-
Download the Executable
- Go to the Releases page and download the
url_converter.exe
file.
- Go to the Releases page and download the
-
Run the Executable
- Double-click
url_converter.exe
to launch the application. - If you see a SmartScreen warning, click "More info" and then "Run anyway".
- Double-click
If you prefer to run the application from the source code or are using a different operating system:
-
Clone the Repository
git clone https://github.com/s-pillow/url-converter.git