A modern binary and text converter.
This project is an updated version of my Binary Converter. Instead of using Tkinter, I have used PySide2 to make a more modern design.
I will start using PySide2 and PyQt5 for my future projects.
The program supports live Binary to Text and Text to Binary conversion as you are typing. There are still quite a few bugs which I am looking to fix so the program can be fully functional, however, the intended features are available!
Please see changelog for details on updates.
DISCLAIMER: This program is still in BETA and may have certain bugs. Minimal features are available.\
Here are some of the features of the project:
This project was made with:
Requirements and details on how to get the program running
Requirements:
https://www.python.org/downloads/release/python-386/
pip3 install pyside2
\INFO: Windows 10 executable downloadable from here or here
git clone https://github.com/RealKevinApetrei/Binary-Converter-2/
Information on how to use the program.
Enter Binary and Text values into respective text boxes and conversion will happen automatically.
See the open issues for a list of proposed features (and known issues).
I am happy to add more features upon request and I will be working on more features in time. Please contact me if you would like me to add anything urgently.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Kevin Apetrei - @KevinApetrei - realkevinapetrei@gmail.com\
Project Link: https://github.com/RealKevinApetrei/Binary-Converter-2/