Python3/PyQtGraph(PySide6)/PyAudioで作った読み上げ音声収録ツール
- Python >= 3.11
- PySide6 < 6.9
- pyqtgraph
- pyaudio
-
Install
uv: https://docs.astral.sh/uv/getting-started/installation/ -
Install packages
$ uv sync
$ pip install "pyside6<6.9" pyqtgraph
$ pip install pyaudio
$ python -mvenv --prompt arayuru .env
$ .env/bin/activate
(arayuru)$ pip install "pyside6<6.9" pyqtgraph
(arayuru)$ pip install pyaudio
- Note: If you use Windows,
.env/bin/activateshould be replaced with.env\Script\activate
- If you use Python>=3.7.x on Windows 10:
- Please install
PyAudio-0.2.11-cp37-cp37m-win_amd64.whlusing Unofficial package
- Please install
$ uv run arayuru.py sample.txt
$ python arayuru.py sample.txt
$ .env/bin/python arayuru.py sample.txt
- Note: If you use Windows,
.env/bin/pythonshould be replaced with.env\Script\python
Google Driveにexeファイルと関連DLLをパッケージングしたzipファイルが置いてあります.