Skip to content

Python/PyQtGraph/PyQt5で作った読み上げ音声収録ツール

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

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arayuru-py

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

Requirement

  • Python 3.7.x
  • PyQt5
  • pyqtgraph
  • pyaudio

Installation

Native envritonment

$ pip install pyqt5 pyqtgraph
$ pip install pyaudio

Via venv module (recommended)

$ python -mvenv .py
$ .py/bin/activate
(.py)$ pip install pyqt5 pyqtgraph
(.py)$ pip install pyaudio
  • Note: If you use Windows, .py/bin/activate should be replaced with .py\Script\activate

Troubleshooting

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

Usage

Native python

$ python arayuru.py sample.txt

Via venv module (recommended)

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

Windows 10 Executable

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

About

Python/PyQtGraph/PyQt5で作った読み上げ音声収録ツール

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages