# Hex2Decimal A command line tool made for conversion between decimal, hexadecimal and binary. Also it is a hash cracker for SHA1 hashing algorithm. # Setup # Setup Guide 1. **Install Python** Download and install Python 3.7+ from [python.org](https://python.org/downloads). Make sure to add Python to your system PATH. 2. **Install OpenCL drivers** - For Intel GPUs/CPUs: install Intel OpenCL Runtime from Intel’s website. - For NVIDIA GPUs: install NVIDIA drivers with CUDA Toolkit. - For AMD GPUs: install AMD drivers with OpenCL support. 3. **Clone this repository** ```bash git clone cd 4. **Install pyhton dependencies** ```bash pip install pyopencl numpy