{"id":13446473,"url":"https://github.com/kroger/pyknon","last_synced_at":"2025-04-06T03:09:08.575Z","repository":{"id":2728543,"uuid":"3723689","full_name":"kroger/pyknon","owner":"kroger","description":"Simple Python library to generate music in a hacker friendly way.","archived":false,"fork":false,"pushed_at":"2021-12-29T01:28:08.000Z","size":147,"stargazers_count":391,"open_issues_count":0,"forks_count":46,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-30T02:06:11.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://kroger.github.com/pyknon/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kroger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-15T00:10:59.000Z","updated_at":"2025-03-16T05:59:57.000Z","dependencies_parsed_at":"2022-08-25T21:00:14.770Z","dependency_job_id":null,"html_url":"https://github.com/kroger/pyknon","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroger%2Fpyknon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroger%2Fpyknon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroger%2Fpyknon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroger%2Fpyknon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kroger","download_url":"https://codeload.github.com/kroger/pyknon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"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":"2024-07-31T05:00:53.615Z","updated_at":"2025-04-06T03:09:08.560Z","avatar_url":"https://github.com/kroger.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Introduction\n\nPyknon is a simple music library for Python hackers. With Pyknon you\ncan generate Midi files quickly and reason about musical properties.\n\nPyknon works with Python 3.9. It probably doesn't work with 2.7\nanymore.\n\n# Usage\n\nPyknon is very simple to use, here's a basic example to create 4 notes\nand save into a MIDI file::\n\n```python\nfrom pyknon.genmidi import Midi\nfrom pyknon.music import NoteSeq\n\nnotes1 = NoteSeq(\"D4 F#8 A Bb4\")\nmidi = Midi(1, tempo=90)\nmidi.seq_notes(notes1, track=0)\nmidi.write(\"demo.mid\")\n```\n\nSee the documentation for more details.\n\n# Documentation\n\nPyknon needs better documentation. Meanwhile you can download for free\nmy book [Music for Geeks and Nerds](https://pedrokroger.net/mfgan/)\nthat explains how to use Pyknon.\n\n# License\n\nThis library is released under a MIT license. See the\n[LICENSE](LICENSE) file for more details.\n\nPyknon's MIDI module is heavily based on Mark Conway Wirt's MIDIUtil.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroger%2Fpyknon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkroger%2Fpyknon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroger%2Fpyknon/lists"}