Altered __main__
Also added git ignore for /tts/
This commit is contained in:
parent
937504816d
commit
a585f3ed2c
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
tts/
|
||||
10
tts.py
10
tts.py
@ -105,12 +105,4 @@ def get_tts_dir():
|
||||
if __name__ == "__main__":
|
||||
print("Enter Text: ")
|
||||
textInput = str(input())
|
||||
print("Custom FileName? y/n: ")
|
||||
bool_string = str(input())
|
||||
|
||||
if bool_string == "y":
|
||||
print("Enter FileName: ")
|
||||
fileName = str(input())
|
||||
tts(textInput, fileName)
|
||||
else:
|
||||
tts(textInput)
|
||||
tts(textInput)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user