๐ฉโ๐ป Join our community of thousands of amazing developers!
Image by Gerd Altmann from Pixabay I wanted to create a python program that takes a binary input and converts them into a different format. So, here we go. The main.py is pretty straightforward, it just imports and calls the functions, presented by a series of options, regarding the intented action. main.py import base64 import binascii import base import ascbin import binoctal import bindecimal import binhexadecimal print("Welcome to prcrypt!") print("Please choose one of the following options:...