Metadata-Version: 2.1
Name: datoso_seed_enhanced
Version: 1.1.0
Summary: Python command line tool to download and organize your Rom Dat files.
Author-email: Lacides Miranda <laromicas@hotmail.com>
License: MIT License
Project-URL: Source Code, https://github.com/laromicas/datoso_seed_enhanced
Keywords: emulators,roms
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Emulators
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

![Datoso](https://github.com/laromicas/datoso/blob/master/bearlogo.png)

# Datoso Seed Enhanced ROMS

Datoso is a WIP Python command line tool to download and organize your Dat Roms.
As today the tool supports dat-omatic, redump, and translated-english dats.
It merges all the dats in a tree folder structure thought to use with Emulators rather than dats.
The dat file format must be compatible with [ROMVault](https://www.romvault.com/).

Datoso Seed Enhanced includes:
 - 32X MD+ Dat
 - 32X MSU-MD Dat
 - Sega CD Hacks Dat
 - Mega Drive Enhanced Colors Dat
 - Mega Drive MD+ Dat
 - Mega Drive Mode 1 CD Dat
 - Mega Drive MSU-MD Dat
 - Super Famicom Enhanced Colors Dat
 - Super Famicom Speed Hacks Dat
 - Super Famicom MSU-SFC Dat


## Installation

Datoso requires python 3.11+.

Use pip (recommended to use a virtual environment):

``` bash
# Install datoso base (doesn't do much without real plugins)
pip install datoso_seed_enhanced

```

## Usage

Check [Datoso](https://github.com/laromicas/datoso) for usage.


## TODO

-   Tests

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
