A simple Python app that generates semi-random chord progressions.

Overview

chords-generator

A simple Python app that generates semi-random chord progressions.

DEMO: https://youtu.be/Pj6JNkYeW0Y

To start the program, run ChordsGeneratorGUI.py

DISCLAIMER: The code is a damn mess becuase I banged it out in a day and I didn't think I would be sharing it with anyone until I decided to post it on reddit. I'm convinced that the same program could be written with far less code given more time (or a more skilled dev wink wink).

The input parameters are: Root chord: Whether the tonic should be major or minor (this could possibly have options for other scales in future versions). Amount: The number of chords to generate. Jazziness: The probability of a 7th chord being generated. Setting Amount to 0 will be a 0% chance of 7th chords, and 100 will be 100% 7th chords. Include dim: If this is unchecked, diminished chords will be omitted.

Essentially, the program logic is taken care of in the MusicScript.py file. It consists of a single function that takes in a few parameters and generates a semi-random chord progression (taking those parameters into account).

The ChordsGeneratorGUI.py file contains the UI. This is the file to run to start the application. The UI was made with the Tkinter interface.

// Cicada Flight

You might also like...
Python Random Number Genrator

This Genrates Random Numbers. This Random Number Generator was made using python. This software uses Time and Random extension. Download the EXE file and run it to get your answer.

Dice Rolling Simulator using Python-random
Dice Rolling Simulator using Python-random

Dice Rolling Simulator As the name of the program suggests, we will be imitating a rolling dice. This is one of the interesting python projects and wi

Color getter (including method to get random color or complementary color) made out of Python

python-color-getter Color getter (including method to get random color or complementary color) made out of Python Setup pip3 install git+https://githu

 Genart - Generate random art to sell as nfts
Genart - Generate random art to sell as nfts

Genart - Generate random art to sell as nfts Usage git clone

Random Number Generator

Application for generating a random number.

Generate random german words
Generate random german words

Generate random german words / Generiere zufällige deutsche Wörter Getting Started Pip install with pip install zufallsworte Install the library with

Go through a random file in your favourite open source projects!

Random Source Codes Never be bored again! Staring at your screen and just scrolling the great world wide web? Would you rather read through some code

Backman is a random/fixed background image setter for wlroots based compositors

backman Backman is a random/fixed background image setter for wlroots based compositors Dependencies: The program depends on swaybg, python3-toml (or

A quick random name generator

Random Profile Generator USAGE & CREDITS Any public or priavte demonstrative usage of this project is strictly prohibited, UNLESS WhineyMonkey10 (http

Comments
  • refactor repeated code in MusicScript.py

    refactor repeated code in MusicScript.py

    Funny little project!

    I tried to make the code cleaner and easy to modify, moving some conditions.

    First contribution to github, please don't throw me to the lions if I did something wrong :)

    opened by CyrilleR 0
  • Missing LICENSE

    Missing LICENSE

    I see you have no LICENSE file for this project. The default is copyright.

    I would suggest releasing the code under the GPL-3.0-or-later or AGPL-3.0-or-later license so that others are encouraged to contribute changes back to your project.

    opened by TechnologyClassroom 0
Owner
null
Generates a random prnt.sc link and display image.

Generates a random prnt.sc link and display image.

Emirhan 3 Oct 8, 2021
a simple function that randomly generates and applies console text colors

ChangeConsoleTextColour a simple function that randomly generates and applies console text colors This repository corresponds to my Python Functions f

Mariya 6 Sep 20, 2022
A simple and easy to use collection of random python functions.

A simple and easy to use collection of random python functions.

Diwan Mohamed Faheer 1 Nov 17, 2021
A Program that generates and checks Stripe keys 24x7.

A Program that generates and checks Stripe keys 24x7. This was made only for Educational Purposes, I'm not responsible for the damages cause by you

iNaveen 18 Dec 17, 2022
Python program to do with percentages and chances, random generation.

Chances and Percentages Python program to do with percentages and chances, random generation. What is this? This small program will generate a list wi

n0 3 Jul 15, 2021
A random cats photos python module

A random cats photos python module

Fayas Noushad 6 Dec 1, 2021
A Random Password Generator made from Python

Things you need Python Step 1 Download the python file from Releases Step 2 Go to the directory where the python file is and run it Step 3 Type the le

Kavindu Nimsara 3 May 30, 2022
A python lib for generate random string and digits and special characters or A combination of them

A python lib for generate random string and digits and special characters or A combination of them

Torham 4 Nov 15, 2022
An okayish python script to generate a random Euler circuit with given number of vertices and edges.

Euler-Circuit-Test-Case-Generator An okayish python script to generate a random Euler circuit with given number of vertices and edges. Executing the S

Alen Antony 1 Nov 13, 2021
Random Number Generator Analysis With Python

Random-Number-Generator-Analysis Governor's Honors Program Project to determine

Jack Prewitt 2 Jan 23, 2022