https://github.com/olegovich17/xboxtitleexplorer
Helps you scan game folders and copy selected titles to external drives using TeraCopy. Features automatic title name fetching via API
https://github.com/olegovich17/xboxtitleexplorer
explorer helper title xbox xbox-360 xbox360
Last synced: 3 months ago
JSON representation
Helps you scan game folders and copy selected titles to external drives using TeraCopy. Features automatic title name fetching via API
- Host: GitHub
- URL: https://github.com/olegovich17/xboxtitleexplorer
- Owner: Olegovich17
- License: mit
- Created: 2026-03-28T10:01:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T14:42:37.000Z (3 months ago)
- Last Synced: 2026-03-28T14:44:54.415Z (3 months ago)
- Topics: explorer, helper, title, xbox, xbox-360, xbox360
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Xbox Title Explorer
## Names over HEX. Speed over Windows Explorer.
Helps you scan game folders and copy selected titles to external drives using TeraCopy. Features automatic title name fetching via API
## Features
- Scan Xbox title folders (Hdd1:\Content\0000000000000000)
- Fetch title information from online API ([dbox API](https://dbox.tools/api/docs))
- Batch title info caching
- [TeraCopy](https://codesector.com/downloads) integration for copying files
- Multi-language support (English, Russian)
- Dark theme UI
## Requirements
- Python 3.10+
- Windows
- TeraCopy (for copy functionality)
## Installation
```bash
pip install PyQt6
```
## Usage
Run the application:
```bash
python main.py
```
Or use the launcher:
```bash
run.bat
```
### Building EXE
Run the build script:
```bash
build.bat
```
The executable will be created in the `dist` folder.
## Configuration
Configuration is stored in `config.ini`:
- Language selection
- TeraCopy path and flags
## License
MIT