Skip to main content

CLI tool to search and download roms from Killers Roms

Project description

Killers Roms CLI

CLI tool to search and download roms from Killers Roms.

kr-cli allows to search and download roms published by Killers Roms through command line interface.

Demo usage of kr-cli

Installation

pip install kr-cli

Usage example

consoles command

List available consoles

kr consoles

search command

Basic usage

kr search sega-genesis sonic

Ordering

kr search sega-genesis sonic --order-by title --asc

Quiet mode shows only the link to rom's webpage

kr search sega-genesis sonic --quiet # or -q

download command

download command wait the rom's webpage as argument

kr download https://roms-download.com/roms/sega-genesis/sonic-knuckles-usa

It's possible combine download with search -q command

kr search sega-genesis sonic -q | kr download

Defining output directory

kr search sega-genesis sonic -q | head -n 1 | kr download -d /tmp

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kr-cli-0.1.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

kr_cli-0.1.1-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page