maregraphe/README.md

50 lines
935 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# maregraphe
# Requierments
- Pure Data
- Python 3
# install
pd doit etre dans le path du system pour que python puisse le lancer
par exemple sur osx il faut faire un alias de pure data:
`sudo ln -s /Applications/Pd-0.55-2.app/Contents/Resources/bin/pd /usr/local/bin/pd`
# install the app
```shell
git clone https://gitea.esadhar.fr/b.soussi-chiadmi/maregraphe.git
cd maregraphe
```
# add the sound files
ensuite copier les wav dans les dossier `WAVs`
# install the env and dependencies
puis installer l'environement python (dependences)
```
python -m venv .venv
source .venv/bin/activate
pip install uv
uv sync
````
# launch the app
lancer le programme dans un terminal
```
./main.py
# ou
python main.py
# ou
python3 main.py
# etc
```
# leave it running
laisser la fenetre du terminale ouverte (si fermé, ça ferme le programme)
# screenshots
![](Capture décran 2025-06-20 à 17.06.02.png)
![](maregraphe_pd.png)