https://github.com/richeyphu/beeppad-cli
BeepPad CLI - Python Edition
https://github.com/richeyphu/beeppad-cli
beep game music-composition python rythm
Last synced: about 1 month ago
JSON representation
BeepPad CLI - Python Edition
- Host: GitHub
- URL: https://github.com/richeyphu/beeppad-cli
- Owner: richeyphu
- License: mit
- Created: 2021-07-11T12:01:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T15:07:43.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T06:32:48.987Z (3 months ago)
- Topics: beep, game, music-composition, python, rythm
- Language: Python
- Homepage:
- Size: 3.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeepPad - Make your PC sings...
**BeepPad CLI (Python Edition)** is a Windows' Beep sound generator from a [chromatic scale](https://en.wikipedia.org/wiki/Chromatic_scale).- **Developing with** [`Python 3.9`](https://www.python.org/downloads/release/python-390/)
- **Require:** [`winsound`](https://docs.python.org/3/library/winsound.html) module## Contents
- `BeepPad.py` - BeepPad main program, generating simple beep sound into the scale.
- `BeepPerfect-game.py` - BeepPad minigame, a pitch guessing game, the road to BeepPerfect!## Extra
- For C# GUI version, please go here : [BeepPad-Project](https://github.com/richeyphu/BeepPad-Project/) (Legacy)