System Healing & Malware Scanning Tool for Linux & Windows
Built with Python + PyQt5 β featuring a full GUI, animations, sound, and real diagnostics.
-
π§Ή Quick Scan β Lightweight system scan with no deep checks
-
π οΈ Full Heal β Runs OS updates, auto repairs, malware removal
-
π― Custom Scan β Choose between Malware, Hardware, Performance, or Disk scan
-
π§ Hacker UI with animation, terminal output, and audio FX
-
π§ Linux-specific commands for full diagnostic flow
-
π Sudo access prompt for secure tasks
git clone https://github.com/yourusername/CyberMedicPro.git cd CyberMedicPro
python3 -m venv myenv source myenv/bin/activate
pip install pyqt5 pip install psutil pip install pygame
sudo apt update
sudo apt install -y
sysbench
rkhunter
chkrootkit
clamav
smartmontools
lm-sensors
python3 main.py
π Linux will ask for sudo password (in GUI)
πΎ Custom scans allow you to run focused diagnostics
π§ Sound FX play on start, and completion
β Output shown in hacker-style terminal inside the app
Requires active internet to install missing Linux tools during first scan
π Windows version currently supports UI only (no system-level execution). Linux version fully supported.
If sounds donβt play, ensure pygame is installed and volume is up
Python 3
PyQt5
QSoundEffect / Pygame mixer
System Tools (rkhunter, chkrootkit, clamav, sysbench, smartctl)
MIT License Β© [R Muhammed Thoufeel]



