https://github.com/advaith3600/anti-pendrive-system
Flashing red screen when you try to insert a pendrive
https://github.com/advaith3600/anti-pendrive-system
block pendrive prevent security usb
Last synced: 3 months ago
JSON representation
Flashing red screen when you try to insert a pendrive
- Host: GitHub
- URL: https://github.com/advaith3600/anti-pendrive-system
- Owner: Advaith3600
- Created: 2025-05-27T12:44:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-27T13:20:20.000Z (10 months ago)
- Last Synced: 2025-05-27T14:25:07.376Z (10 months ago)
- Topics: block, pendrive, prevent, security, usb
- Language: Python
- Homepage:
- Size: 26.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anti Pendrive System
This program monitors for any USB device connections and immediately displays a red warning screen to alert users that such actions are prohibited. It's ideal for use in environments like competitions, classrooms, or secure workspaces where external device usage is restricted.

## How to change the password
To change the password, open main.py and modify the value of `self.password` from 'ADMIN2024' to your desired password. After making the change, re-run the build script to generate a new executable file with the updated credentials.