https://github.com/thoufeelx/cybermedicpro
System Healing and Malware Scanning Tool
https://github.com/thoufeelx/cybermedicpro
cybersecurity gui linux malware-scanner pyqt5 python usb-tool wind
Last synced: about 2 months ago
JSON representation
System Healing and Malware Scanning Tool
- Host: GitHub
- URL: https://github.com/thoufeelx/cybermedicpro
- Owner: thoufeelx
- Created: 2025-07-14T11:03:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T11:36:15.000Z (12 months ago)
- Last Synced: 2025-07-14T14:52:15.725Z (12 months ago)
- Topics: cybersecurity, gui, linux, malware-scanner, pyqt5, python, usb-tool, wind
- Language: Python
- Homepage:
- Size: 54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π§ CyberMedic Pro v1.0
> System Healing & Malware Scanning Tool for Linux & Windows
> Built with Python + PyQt5 β featuring a full GUI, animations, sound, and real diagnostics.
## π§ͺ Features
- π§Ή **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
- ## πΈ Screenshots




## βοΈ Installation
### β
1. Clone the Repository
git clone https://github.com/yourusername/CyberMedicPro.git
cd CyberMedicPro
# (Optional) Create a Virtual Environment
python3 -m venv myenv
source myenv/bin/activate
# Install Python Requirements
pip install pyqt5
pip install psutil
pip install pygame
# Install System Packages (Linux Only)
sudo apt update
sudo apt install -y \
sysbench \
rkhunter \
chkrootkit \
clamav \
smartmontools \
lm-sensors
# Run the Application
python3 main.py
## π‘ Usage Tips
π 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
## Known Issues
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
## π§ Made With
Python 3
PyQt5
QSoundEffect / Pygame mixer
System Tools (rkhunter, chkrootkit, clamav, sysbench, smartctl)
# π License
MIT License Β© [R Muhammed Thoufeel]