Skip to content

Python3/PyQtGraph(PySide6)/PyAudioで作った読み上げ音声収録ツール

License

Notifications You must be signed in to change notification settings

naoh16/arayuru-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arayuru-py

Python3/PyQtGraph(PySide6)/PyAudioで作った読み上げ音声収録ツール

Requirement

  • Python >= 3.11
  • PySide6 < 6.9
  • pyqtgraph
  • pyaudio

Installation

a) uv (recommended)

b) Native envrinment

$ pip install "pyside6<6.9" pyqtgraph
$ pip install pyaudio

b) venv module

$ 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/activate should be replaced with .env\Script\activate

Troubleshooting

  • If you use Python>=3.7.x on Windows 10:

Usage

a) uv (recommended)

$ uv run arayuru.py sample.txt

b) Native python

$ python arayuru.py sample.txt

c) venv module

$ .env/bin/python arayuru.py sample.txt
  • Note: If you use Windows, .env/bin/python should be replaced with .env\Script\python

Windows 10 Executable

Google Driveにexeファイルと関連DLLをパッケージングしたzipファイルが置いてあります.

About

Python3/PyQtGraph(PySide6)/PyAudioで作った読み上げ音声収録ツール

Resources

License

Stars

Watchers

Forks

Languages