Computer Unit Converter MB-GB-TB Conversion Processes are Written in Python Language. Works Cross Platform (Windows-MacOS-Linux) PyQt6 Library is used.
Install Git Clone and Python3
Github Package Must Be Installed On Your Device.
sudo apt install git -y
sudo apt install python3 -y
PyQt6
pip install PyQt6
pyttsx3
pip install pyttsx3
matplotlib
pip install matplotlib
https://fatihonder.org.tr/python-ile-mb-gb-tb-cevirici-yapimi/
Install MB-GB-TB-Converter
sudo git clone https://github.com/cektor/MB-GB-TB-Converter.git
cd MB-GB-TB-Converter/
python bytsconvert.py
or
python3 bytsconvert.py
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
pyinstaller --onefile --windowed bytsconvert.py
Windows VSCode Terminal
pyinstaller --onefile --noconsole bytsconvert.py
MacOS VSCode Terminal
pyinstaller --onefile --noconsole bytsconvert.py
Download and Run According to Your Operating System from the Link
https://github.com/cektor/MB-GB-TB-Converter/releases/tag/v1.0