We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f214513 commit c13d363Copy full SHA for c13d363
Video to PDF/my_pdf.pdf
-14 Bytes
Video to PDF/script.py
@@ -35,8 +35,6 @@ def audio_to_pdf():
35
text = r.recognize_google(audio_data)
36
write_file = open('my_text.txt', 'w')
37
write_file.write(text)
38
- write_file.write('\n')
39
- write_file.write('abcdefg')
40
write_file.close()
41
text_to_pdf('my_text.txt')
42
messagebox.showinfo("Message", "Conversion Successfull")
0 commit comments