File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src =" .github/logo.svg?sanitize=true " width =" 200px " height =" 200px " >
2
+ <img src =" https://raw.githubusercontent.com/thevickypedia/py3-tts/master/ .github/logo.svg?sanitize=true" width =" 200px " height =" 200px " >
3
3
</p >
4
4
<h2 align =" center " >Offline Text To Speech (TTS) converter for Python </h2 >
5
5
11
11
[ ![ ] ( https://img.shields.io/github/license/thevickypedia/py3-tts?style=plastic )] ( https://github.com/thevickypedia/py3-tts )
12
12
13
13
[ ![ ] ( https://img.shields.io/pypi/v/py3-tts.svg?style=plastic )] ( https://pypi.org/project/py3-tts/ )
14
-
15
14
[ ![ ] ( https://img.shields.io/github/languages/top/thevickypedia/py3-tts.svg?style=plastic )] ( https://github.com/thevickypedia/py3-tts )
16
15
17
16
[ ![ ] ( https://img.shields.io/badge/author-thevickypedia-green.svg )] ( https://github.com/thevickypedia )
17
+ [ ![ ] ( https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml/badge.svg )] ( https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml )
18
18
19
19
` py3-tts ` is a text-to-speech conversion library in Python. Unlike alternative libraries, ** it works offline** .
20
20
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " py3-tts"
3
- version = " 3.2b "
3
+ version = " 3.2 "
4
4
dependencies = [
5
5
" comtypes; platform_system == 'Windows'" ,
6
6
" pypiwin32; platform_system == 'Windows'" ,
You can’t perform that action at this time.
0 commit comments