Skip to content

Binary Converter is a simple and easy to use tool, for converting between binary and decimal numbers. This repository offers both Python and Bash implementations.

License

Notifications You must be signed in to change notification settings

serber1990/binaryConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary Converter

Binary Converter is a very simple and easy to use tool, for converting between binary and decimal numbers. This repository offers both Python and Bash implementations, so you can choose the version that best suits your needs.


🗂 Repository Overview

This repository contains the following two versions:

  • Python Version: A feature-rich Python script with clipboard support and colorized output.
  • Bash Version: A simple and lightweight Bash script with clipboard support and colored terminal output.

🚀 Quick Start Guide

Python Version

To use the Python version, navigate to the python/ directory and run:

pip install shellcolorize
cd python
python binary_converter.py

Bash Version

To use the Bash version, navigate to the bash/ directory, make the script executable, and run:

cd bash
chmod +x binary_converter.sh
./binary_converter.sh

💻 About Each Version

  • Python Version: This version utilizes the shellcolorize library for colorful terminal output and provides a more robust, user-friendly experience. Ideal for those familiar with Python or those needing a cross-platform solution.

  • Bash Version: This script is lighter and designed for quick operations directly in the terminal. It’s a great choice if you’re working in a Unix/Linux environment and prefer simplicity.


📜 License

This project is licensed under the MIT License - see the LICENSE file for more information.


📬 Feedback & Contributions

If you encounter any issues, have suggestions, or would like to contribute, feel free to open an issue or submit a pull request.

🌐 Connect with Me

GitHub


🚀 Easily convert between binary and decimal with Binary Converter!

About

Binary Converter is a simple and easy to use tool, for converting between binary and decimal numbers. This repository offers both Python and Bash implementations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published