Metadata-Version: 2.1
Name: rom-manager
Version: 0.0.5
Summary: Synchronize your subtitle files by shifting the subtitle time (+/-)
Home-page: https://github.com/Knuckles-Team/rom-manager
Author: Audel Rouhi
Author-email: knucklessg1@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Public Domain
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: patool (>=2.1.1)

# ROM Manager

![PyPI - Version](https://img.shields.io/pypi/v/rom_manager)
![PyPI - Downloads](https://img.shields.io/pypi/dd/rom_manager)
![GitHub Repo stars](https://img.shields.io/github/stars/Knuckles-Team/rom_manager)
![GitHub forks](https://img.shields.io/github/forks/Knuckles-Team/rom_manager)
![GitHub contributors](https://img.shields.io/github/contributors/Knuckles-Team/rom_manager)
![PyPI - License](https://img.shields.io/pypi/l/rom_manager)
![GitHub](https://img.shields.io/github/license/Knuckles-Team/rom_manager)

![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/Knuckles-Team/rom_manager)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Knuckles-Team/rom_manager)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Knuckles-Team/rom_manager)
![GitHub issues](https://img.shields.io/github/issues/Knuckles-Team/rom_manager)

![GitHub top language](https://img.shields.io/github/languages/top/Knuckles-Team/rom_manager)
![GitHub language count](https://img.shields.io/github/languages/count/Knuckles-Team/rom_manager)
![GitHub repo size](https://img.shields.io/github/repo-size/Knuckles-Team/rom_manager)
![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/Knuckles-Team/rom_manager)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/rom_manager)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/rom_manager)

*Version: 0.0.5*

Convert Game ROMs to Compressed Hunks of Data (CHD) file format

#### Why?

CHD (“Compressed Hunks of Data”) files are compressed data files that can be used on most CD-based systems. 
They are in a lossless compression format, meaning that they perfectly preserve all game data while reducing file sizes. 
CHDs were originally developed for MAME to compress CD-based arcade games, 
but now they are compatible with a variety emulators and CD-based consoles.

### Supports:
- Sony PlayStation
- Sony PlayStation 2
- Sega CD
- Sega Saturn
- Sega Dreamcast
- NEC TurboGrafx-CD (PC Engine CD)
- Neo Geo CD
- Panasonic 3DO
- Amiga CD32
- Philips CD-I

### Archive Types Extracted:
- 7z
- rar
- zip
- tar.gz
- tar
- gz
- gzip
- bzip2
- bz2

### File Types Scanned:
- cue
- iso
- gdi

<details>
  <summary><b>Usage:</b></summary>

| Short Flag | Long Flag   | Description                |
|------------|-------------|----------------------------|
| -h         | --help      | See Usage                  |
| -d         | --directory | Directory to scan for ROMs |
| -s         | --silent    | Suppress output text       |

</details>

<details>
  <summary><b>Example:</b></summary>

```bash
rom-manager --directory "C:/Users/default/Games/"
```

</details>

<details>
  <summary><b>Installation Instructions:</b></summary>

Install Python Package

```bash
python -m pip install rom-manager
```

</details>

<details>
  <summary><b>Repository Owners:</b></summary>


<img width="100%" height="180em" src="https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />

![GitHub followers](https://img.shields.io/github/followers/Knucklessg1)
![GitHub User's stars](https://img.shields.io/github/stars/Knucklessg1)
</details>


