Skip to content

Latest commit

 

History

History
96 lines (65 loc) · 1.57 KB

README.md

File metadata and controls

96 lines (65 loc) · 1.57 KB
made in TR

MB-GB-TB-Converter

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 

Required Libraries

PyQt6

pip install PyQt6

pyttsx3

pip install pyttsx3

matplotlib

pip install matplotlib

https://fatihonder.org.tr/python-ile-mb-gb-tb-cevirici-yapimi/

Installation

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

To compile

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

To run directly on Windows or Linux

Download and Run According to Your Operating System from the Link

https://github.com/cektor/MB-GB-TB-Converter/releases/tag/v1.0

Linux Screenshot

Demo

Windows Screenshot

Demo