{"id":25438204,"url":"https://github.com/jeffwright13/random_chord_generator","last_synced_at":"2025-05-15T07:31:13.129Z","repository":{"id":46497293,"uuid":"306401446","full_name":"jeffwright13/random_chord_generator","owner":"jeffwright13","description":"Random Chord Progression Generator (lifted from https://trinket.io/python/0f44c3a059)","archived":false,"fork":false,"pushed_at":"2021-10-07T12:21:48.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-17T09:38:29.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffwright13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-22T16:47:38.000Z","updated_at":"2021-10-07T12:21:51.000Z","dependencies_parsed_at":"2022-08-26T20:23:58.123Z","dependency_job_id":null,"html_url":"https://github.com/jeffwright13/random_chord_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwright13%2Frandom_chord_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwright13%2Frandom_chord_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwright13%2Frandom_chord_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwright13%2Frandom_chord_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffwright13","download_url":"https://codeload.github.com/jeffwright13/random_chord_generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254295543,"owners_count":22047095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-17T09:32:30.671Z","updated_at":"2025-05-15T07:31:13.102Z","avatar_url":"https://github.com/jeffwright13.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Chord Generator\n\n## Description:    \nGenerate a sequence of random chords and print them to console.\n    \n## Usage:\n    rcg.py [-admM] [-f |-s] \u003cnum_chords\u003e\n    rcg.py -a | --augmented\n    rcg.py -d | --diminished\n    rcg.py -m | --minor\n    rcg.py -M | --major\n    rcg.py -f | --flats \u003cnum_chords\u003e\n    rcg.py -s | --sharps \u003cnum_chords\u003e\n    rcg.py -h | --help\n    rcg.py -V | --version\n\n## Arguments:\n    num_chords      Number of chords to generate\n    \n## Options:\n    -m --minor       Include minor chords in generated sequence\n    -M --major       Include major chords in generated sequence\n    -a --augmented   Include augmented chords in generated sequence\n    -d --diminished  Include diminished chords in generated sequence\n    -f --flats       Render chords with flats instead of sharps (default)\n    -s --sharps      Render chords with sharps instead of flats\n    -h --help        Show this message and exit\n    -V --version     Show version info and exit\n\n\nBy default, the quality of the generated chords are major and minor.  Use the \"--augmented\" (or \"-a\") flag to generate augmented chords. Use the \"--diminished\" (or \"-d\") flag to generate diminished chords.\n\nBy default, accidentals are printed as flats. Use the \"--sharps\" (or \"-s\") flag to show accidentals as sharps.\n\n### Original Author:\n    davecohen\n\n### Contributing Author:\n    Jeff Wright \u003cjeff.washcloth@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffwright13%2Frandom_chord_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffwright13%2Frandom_chord_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffwright13%2Frandom_chord_generator/lists"}