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

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.

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

![USB Silent Copier Screenshot](screenshot.PNG)

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