This is a Python script that allows you to convert text to binary and binary back to text.
-
Clone the repository to your local machine:
git clone https://github.com/konprtk/TextToBinaryAndBinaryToText.git
-
Navigate to the project directory:
cd TextToBinaryAndBinaryToText -
Run the script:
python converter.py
-
Follow the on-screen instructions to either convert text to binary or binary to text.
-
text_to_binary: Converts each character of the input text into its ASCII binary representation. -
binary_to_text: Converts a binary string back to text.
Contributions are welcome! If you find any bugs or want to improve the project, feel free to create a pull request.
For any questions or suggestions, feel free to reach out to me:
- Email: official.pratik.2003@gmail.com
- GitHub: konprtk
- LinkedIn: Pratik Lokhande
Happy coding!