Skip to content

RealKevinApetrei/Binary-Converter-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

About the Project

Information

BinaryConverterShowcase2

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.\

Features

Here are some of the features of the project:

  • Clean/Modern Interface
  • Live Conversion
  • Custom Interface
  • Binary to Text Conversion
  • Text to Binary Conversion

Built With

This project was made with:

  • Made in Python3.8.6
  • PySide2
  • Qt Designer

Getting Started

Requirements and details on how to get the program running

Prerequisites

Requirements:

  • Python3.6+
    Download Python3.8.6: https://www.python.org/downloads/release/python-386/
  • pip3
  • PySide2
    For Python3: pip3 install pyside2\

Installation

INFO: Windows 10 executable downloadable from here or here

  1. Make sure you have correctly completed the Prerequisites.
  2. Clone the repository
    git clone https://github.com/RealKevinApetrei/Binary-Converter-2/

Usage and Controls

Information on how to use the program.

Enter Binary and Text values into respective text boxes and conversion will happen automatically.

Roadmap

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.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kevin Apetrei - @KevinApetrei - [email protected]
Project Link: https://github.com/RealKevinApetrei/Binary-Converter-2/

Acknowledgements and Credits

  • All rights reserved
  • Using PySide2
  • Using Qt Designer

Releases

No releases published

Languages