This application is a tool that makes it easy to query the IMEI numbers of devices with sim cards and retrieve information.
Install Git Clone and Python3
Github Package Must Be Installed On Your Device.
git
sudo apt install git -yPython3
sudo apt install python3 -y
pip
sudo apt install python3-pip
PyQt5
pip install PyQt5PyQt5-sip
pip install PyQt5 PyQt5-sipPyQt5-tools
pip install PyQt5-toolsRequired Libraries for Debian/Ubuntu
sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools
sudo apt-get install python3-pillow
sudo apt-get install python3-pypdf2pillow
pip3 install pillowrequests
pip3 install requestsbeautifulsoup4
pip3 install beautifulsoup4urllib3
pip3 install urllib3Install IMEI
sudo git clone https://github.com/cektor/IMEI.gitcd IMEIpython3 imei.py
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
pytohn3 -m pyinstaller --onefile --windowed imei.pyMacOS VSCode Terminal
pyinstaller --onefile --noconsole imei.pyLinux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.
wget -O Setup_Linux64.deb https://github.com/cektor/IMEI/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -yRelease Page: https://github.com/cektor/IMEI/releases/tag/1.00

