https://github.com/themilkerguy/pybytebeat
ByteBeat in Python because why not
https://github.com/themilkerguy/pybytebeat
audio buffer bytebeat bytebeat-in-python cowy equation love math py python python-bytebeat python3 wav wave
Last synced: 5 months ago
JSON representation
ByteBeat in Python because why not
- Host: GitHub
- URL: https://github.com/themilkerguy/pybytebeat
- Owner: TheMilkerGuy
- Created: 2025-01-01T07:06:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T13:29:57.000Z (6 months ago)
- Last Synced: 2025-01-20T20:51:25.844Z (6 months ago)
- Topics: audio, buffer, bytebeat, bytebeat-in-python, cowy, equation, love, math, py, python, python-bytebeat, python3, wav, wave
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyByteBeat
Process your ByteBeat codes and output .wav files with Python (made by The Milker Guy because yes)# Update:
Key fixes are established.
Compatible with math functions with the help of built-in math module.# How to use:
Paste the **PyByteBeat.py** source and make sure to put it right with your Python file.
Example of use (in your Python file):
```python
from PyByteBeat import *
equation = "((t >> 10) & 42) * t"
seconds = 5
buffer = _buffer(equation, seconds)
output_file = "output.wav"
_wav(output_file, buffer, seconds)
```# Cautions
There are **NO** real PyPi modules of this so watch out for malicious modules! The only official source is this repository.# Do I have to install any Pip libraries?
No, this script works without any Pip libraries but you surely need some Cowy love 😘.