https://github.com/fd2013/usb_silent_copier
USB Silent Copier is a Python-based utility that automatically detects and copies files from any connected USB drive.
https://github.com/fd2013/usb_silent_copier
copy copy-files hidden hidden-copy usb usb-drive
Last synced: 3 months ago
JSON representation
USB Silent Copier is a Python-based utility that automatically detects and copies files from any connected USB drive.
- Host: GitHub
- URL: https://github.com/fd2013/usb_silent_copier
- Owner: fd2013
- Created: 2025-03-16T14:42:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T14:58:52.000Z (7 months ago)
- Last Synced: 2025-03-16T15:37:35.367Z (7 months ago)
- Topics: copy, copy-files, hidden, hidden-copy, usb, usb-drive
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USB Silent Copier
## Description
USB Silent Copier is a Python-based utility that automatically detects and copies files from any connected USB drive to a specified destination folder. It runs in the background and minimizes to the system tray while monitoring USB devices.
## Features
- Automatically detects USB drives upon connection
- Copies all files from the USB to a chosen destination
- Runs silently in the background with a system tray icon
- Simple GUI for selecting the destination folder## Screenshot

## Requirements
Before running the script, ensure you have Python installed and install the required dependencies.
### Install Dependencies
Install required libraries using:
```bash
pip install -r requirements.txt
``````
psutil
pystray
pillow
tkinter
pyinstaller
```## System Tray Functionality
Once minimized, the app continues running in the system tray. To close it, right-click the tray icon and select "Exit."
## About
- **Version**: 1.0
- **Creator**: Darkus
- **Year**: 2025