# 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.26*
Convert Game ROMs to Compressed Hunks of Data (CHD) file format or RVZ file format
Automatically generate missing .cue files for your .bin files!
#### 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.
RVZ files are compressed also compressed files, but they are built for Dolphin Emulator specifically
### Supports:
- Sony PlayStation
- Sony PlayStation 2
- Sony PSP
- Sega CD
- Sega Saturn
- Sega Dreamcast
- NEC TurboGrafx-CD (PC Engine CD)
- Neo Geo CD
- Panasonic 3DO
- Amiga CD32
- Philips CD-I
- Nintendo Wii
- Nintendo GameCube
### Archive Types Extracted:
- 7z
- rar
- zip
- tar.gz
- tar
- gz
- gzip
- bzip2
- bz2
### File Types Scanned:
- cue
- iso
- gdi
- wbfs
- bin
<details>
<summary><b>Usage:</b></summary>
| Short Flag | Long Flag | Description |
|------------|-------------|---------------------------------------------------------|
| -h | --help | See Usage |
| -c | --cpu-count | Limit max number of CPUs to use for parallel processing |
| -d | --directory | Directory to scan for ROMs |
| -x | --delete | Delete the original files |
| -f | --force | Force overwrite of existing CHD files |
| -v | --verbose | Print all debug information |
</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>
## Geniusbot Application
Use with a GUI through Geniusbot
Visit our [GitHub](https://github.com/Knuckles-Team/geniusbot) for more information
<details>
<summary><b>Installation Instructions with Geniusbot:</b></summary>
Install Python Package
```bash
python -m pip install geniusbot
```
</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>
Raw data
{
"_id": null,
"home_page": "https://github.com/Knuckles-Team/rom-manager",
"name": "rom-manager",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Audel Rouhi",
"author_email": "knucklessg1@gmail.com",
"download_url": null,
"platform": null,
"description": "# ROM Manager\n\n![PyPI - Version](https://img.shields.io/pypi/v/rom-manager)\n![PyPI - Downloads](https://img.shields.io/pypi/dd/rom-manager)\n![GitHub Repo stars](https://img.shields.io/github/stars/Knuckles-Team/rom-manager)\n![GitHub forks](https://img.shields.io/github/forks/Knuckles-Team/rom-manager)\n![GitHub contributors](https://img.shields.io/github/contributors/Knuckles-Team/rom-manager)\n![PyPI - License](https://img.shields.io/pypi/l/rom-manager)\n![GitHub](https://img.shields.io/github/license/Knuckles-Team/rom-manager)\n\n![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/Knuckles-Team/rom-manager)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/Knuckles-Team/rom-manager)\n![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Knuckles-Team/rom-manager)\n![GitHub issues](https://img.shields.io/github/issues/Knuckles-Team/rom-manager)\n\n![GitHub top language](https://img.shields.io/github/languages/top/Knuckles-Team/rom-manager)\n![GitHub language count](https://img.shields.io/github/languages/count/Knuckles-Team/rom-manager)\n![GitHub repo size](https://img.shields.io/github/repo-size/Knuckles-Team/rom-manager)\n![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/Knuckles-Team/rom-manager)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/rom-manager)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/rom-manager)\n\n*Version: 0.0.26*\n\nConvert Game ROMs to Compressed Hunks of Data (CHD) file format or RVZ file format\n\nAutomatically generate missing .cue files for your .bin files!\n\n#### Why?\n\nCHD (\u201cCompressed Hunks of Data\u201d) files are compressed data files that can be used on most CD-based systems.\nThey are in a lossless compression format, meaning that they perfectly preserve all game data while reducing file sizes.\nCHDs were originally developed for MAME to compress CD-based arcade games,\nbut now they are compatible with a variety emulators and CD-based consoles.\n\nRVZ files are compressed also compressed files, but they are built for Dolphin Emulator specifically\n\n### Supports:\n- Sony PlayStation\n- Sony PlayStation 2\n- Sony PSP\n- Sega CD\n- Sega Saturn\n- Sega Dreamcast\n- NEC TurboGrafx-CD (PC Engine CD)\n- Neo Geo CD\n- Panasonic 3DO\n- Amiga CD32\n- Philips CD-I\n- Nintendo Wii\n- Nintendo GameCube\n\n### Archive Types Extracted:\n- 7z\n- rar\n- zip\n- tar.gz\n- tar\n- gz\n- gzip\n- bzip2\n- bz2\n\n### File Types Scanned:\n- cue\n- iso\n- gdi\n- wbfs\n- bin\n\n<details>\n <summary><b>Usage:</b></summary>\n\n| Short Flag | Long Flag | Description |\n|------------|-------------|---------------------------------------------------------|\n| -h | --help | See Usage |\n| -c | --cpu-count | Limit max number of CPUs to use for parallel processing |\n| -d | --directory | Directory to scan for ROMs |\n| -x | --delete | Delete the original files |\n| -f | --force | Force overwrite of existing CHD files |\n| -v | --verbose | Print all debug information |\n\n</details>\n\n<details>\n <summary><b>Example:</b></summary>\n\n```bash\nrom-manager --directory \"C:/Users/default/Games/\"\n```\n\n</details>\n\n<details>\n <summary><b>Installation Instructions:</b></summary>\n\nInstall Python Package\n\n```bash\npython -m pip install rom-manager\n```\n\n</details>\n\n## Geniusbot Application\n\nUse with a GUI through Geniusbot\n\nVisit our [GitHub](https://github.com/Knuckles-Team/geniusbot) for more information\n\n<details>\n <summary><b>Installation Instructions with Geniusbot:</b></summary>\n\nInstall Python Package\n\n```bash\npython -m pip install geniusbot\n```\n\n</details>\n\n\n<details>\n <summary><b>Repository Owners:</b></summary>\n\n\n<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\" />\n\n![GitHub followers](https://img.shields.io/github/followers/Knucklessg1)\n![GitHub User's stars](https://img.shields.io/github/stars/Knucklessg1)\n</details>\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Synchronize your subtitle files by shifting the subtitle time (+/-)",
"version": "0.0.26",
"project_urls": {
"Homepage": "https://github.com/Knuckles-Team/rom-manager"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4b8a4fbadd5f1b10ef59fa34e34b7ccb7cc94c3c51f43b2a4fa247fd21cae977",
"md5": "5d4baa4c033397062f2377cb37272d6f",
"sha256": "3110cfde1496784edc237e2a6948096a17e48a041e0fb675b0134e77dc234cb1"
},
"downloads": -1,
"filename": "rom_manager-0.0.26-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "5d4baa4c033397062f2377cb37272d6f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 56009,
"upload_time": "2024-05-09T03:50:54",
"upload_time_iso_8601": "2024-05-09T03:50:54.834570Z",
"url": "https://files.pythonhosted.org/packages/4b/8a/4fbadd5f1b10ef59fa34e34b7ccb7cc94c3c51f43b2a4fa247fd21cae977/rom_manager-0.0.26-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-09 03:50:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Knuckles-Team",
"github_project": "rom-manager",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "patool",
"specs": [
[
">=",
"2.1.1"
]
]
}
],
"lcname": "rom-manager"
}