An open API service indexing awesome lists of open source software.

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

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.

![screenshot](https://github.com/user-attachments/assets/72336e28-2228-4b71-a770-218b31228b04)

## 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.