Skip to main content

Capo: A Python Library for Guitar Chord Transposition

Project description

Capo: A Python Library for Guitar Chord Transposition


built with Python3 GitHub repo size PyPI version

Overview

Capo is a lightweight Python library for guitarists and developers that provides precise chord transposition across capo positions. It allows users to easily convert chord progressions from one capo setting to another, supporting sharps, flats, complex chord types, and slash chords. Whether you’re building a songwriting assistant, a practice tool, or a music theory application, Capo delivers a clear, reliable foundation for working with chord mappings and capo calculations in Python.

PyPI Counter
Github Stars
Branch main dev
CI
Code Quality CodeFactor

Installation

Source Code

PyPI

Usage

Capo Map

Automatically converts chords between different capo positions while preserving harmonic relationships.

>>> from capo import capo_map
>>> capo_map(["A", "Em", "C", "G"], target_capo=2, current_capo=0)
['G', 'Dm', 'A#', 'F']
>>> capo_map(["A", "Em", "C", "G"], target_capo=2, current_capo=0, flat_mode=True)
['G', 'Dm', 'Bb', 'F']

Transpose

Shifts chords up or down by a specified number of semitones to change the song's key.

>>> from capo import transpose
>>> transpose(["A", "E", "Cm", "G", "Fmaj7"], semitones=3)
['C', 'G', 'D#m', 'A#', 'G#maj7']
>>> transpose(["A", "E", "Cm", "G", "Fmaj7"], semitones=3, flat_mode=True)
['C', 'G', 'Ebm', 'Bb', 'Abmaj7']

Detect Key

Automatically identifies the musical key from a sequence of chords using a root-based Krumhansl-Schmuckler algorithm.

>>> from capo import detect_key
>>> detect_key(["Em", "Am", "G", "Bm", "Em", "C", "G", "Bm", "Em"])
'Em'
>>> detect_key(["G#", "G#", "Fm", "C#", "D#", "G#", "Fm", "C#", "D#"], flat_mode=True)
'Ab'

Issues & Bug Reports

Just fill an issue and describe it. We'll check it ASAP!

  • Please complete the issue template

References

1- Guitar chords capo calculator - GuitarPlayerBox
2- Enharmonic Equivalents - Music Theory Academy
3- Capo Calculator
4- Chord Transposer: Online Tool to Transpose Chords
5- Enharmonic Equivalent Chart with Enharmonic Note Names
6- Schmuckler, M.A., 1989. Expectation in music: Investigation of melodic and harmonic processes. Music Perception, 7(2), pp.109-149.

Show Your Support

Star This Repo

Give a ⭐️ if this project helped you!

Donate to Our Project

Bitcoin

1KtNLEEeUbTEK9PdN6Ya3ZAKXaqoKUuxCy

Ethereum

0xcD4Db18B6664A9662123D4307B074aE968535388

Litecoin

Ldnz5gMcEeV8BAdsyf8FstWDC6uyYR6pgZ

Doge

DDUnKpFQbBqLpFVZ9DfuVysBdr249HxVDh

Tron

TCZxzPZLcJHr2qR3uPUB1tXB6L3FDSSAx7

Ripple

rN7ZuRG7HDGHR5nof8nu5LrsbmSB61V1qq

Binance Coin

bnb1zglwcf0ac3d0s2f6ck5kgwvcru4tlctt4p5qef

Tether

0xcD4Db18B6664A9662123D4307B074aE968535388

Dash

Xd3Yn2qZJ7VE8nbKw2fS98aLxR5M6WUU3s

Stellar

GALPOLPISRHIYHLQER2TLJRGUSZH52RYDK6C3HIU4PSMNAV65Q36EGNL

Zilliqa

zil1knmz8zj88cf0exr2ry7nav9elehxfcgqu3c5e5

Coffeete

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.4 - 2025-12-05

Added

  • detect_key function

Changed

  • _validate_chords function modified
  • README.md updated
  • Test system modified

0.3 - 2025-11-26

Added

  • Double sharp notes
  • Double flat notes

Changed

  • Fb bug fixed
  • Cb bug fixed
  • E# bug fixed
  • B# bug fixed
  • README.md updated
  • Test system modified

0.2 - 2025-11-15

Added

  • transpose function
  • Logo

Changed

  • README.md updated
  • capo_map function modified
  • Test system modified

0.1 - 2025-11-05

Added

  • capo_map function
  • Flat notes
  • Sharp notes

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

capo-0.4.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

capo-0.4-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file capo-0.4.tar.gz.

File metadata

  • Download URL: capo-0.4.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for capo-0.4.tar.gz
Algorithm Hash digest
SHA256 b35913dae383209925183768c7dd14e12b24c45b3bfa6620928ef92173066b08
MD5 2c720cdfb2625fc727a6e0c97930a334
BLAKE2b-256 506fbbfee1d5d5e4e659fa13609a4c9b10c51bf39611b642f3b3482ff9a2bf9e

See more details on using hashes here.

File details

Details for the file capo-0.4-py3-none-any.whl.

File metadata

  • Download URL: capo-0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for capo-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 98c7af5417403b673ba565a9f2187a4fb94c6e36a7a6bdba2c55bb6fc53d6323
MD5 7b87a5970b9965f39ce59930790f2306
BLAKE2b-256 e238ac8dec38c37cb82acb650659a4cabe20cbf38fc2376dd6fee977e56c5555

See more details on using hashes here.

Supported by

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