This repository contains a collection of converters for various file formats. These converters are designed to facilitate the conversion of files from one format to another.
Explain briefly what the converters in this repository are designed to achieve and their primary use cases.
- Description: It gives back the conversion of a binary number to decimal.
- Usage:
- Open a terminal.
- Navigate to the directory containing
bintodec.py
. - Run the command:
Replace
python3 bintodec.py <binary_number>
<binary_number>
with the binary number you want to convert.
- Description: It gives back the conversion of a decimal number to binary.
- Usage:
- Open a terminal.
- Navigate to the directory containing
dectobin.py
. - Run the command:
Replace
python3 dectobin.py <decimal_number>
<decimal_number>
with the decimal number you want to convert.
- Description: It gives back the conversion of a decimal number to hexadecimal.
- Usage:
- Open a terminal.
- Navigate to the directory containing
dectohex.py
. - Run the command:
Replace
python3 dectohex.py <decimal_number>
<decimal_number>
with the decimal number you want to convert.
- Description: It gives back the conversion of a decimal number to UTF.
- Usage:
- Open a terminal.
- Navigate to the directory containing
dectoutf.py
. - Run the command:
Replace
python3 dectoutf.py <decimal_number>
<decimal_number>
with the decimal number you want to convert.
- Description: Scaper.
- Usage:
- Usage details for
escaper.py
are not provided. Please check the script or accompanying documentation for instructions.
- Usage details for
- Description: It gives back the conversion of a hexadecimal number to decimal.
- Usage:
- Open a terminal.
- Navigate to the directory containing
hextodec.py
. - Run the command:
Replace
python3 hextodec.py <hexadecimal_number>
<hexadecimal_number>
with the hexadecimal number you want to convert.
- Description: Perform conversion between different number bases. It takes either command line arguments or reads from standard input to perform the conversion.
- Usage:
- Detailed instructions for using
to.py
are already provided in the script itself. Check the script for usage information.
- Detailed instructions for using
- Description: It gives back the conversion of UTF to decimal.
- Usage:
- Open a terminal.
- Navigate to the directory containing
utftodec.py
. - Run the command:
Replace
python3 utftodec.py <utf_string>
<utf_string>
with the UTF string you want to convert.
You need python installed in your system and the variable in your environment PATH so we are able or ensure to call python3
it in our console.
If you're interested in contributing to the project, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the GNU General Public License (GPL) Version 3.
Feel free to explore the code, and if you have any suggestions or improvements, open an issue or submit a pull request!
Happy converting!