Skip to content

Commit c13d363

Browse files
committed
removed trial text
1 parent f214513 commit c13d363

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Video to PDF/my_pdf.pdf

-14 Bytes
Binary file not shown.

Video to PDF/script.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def audio_to_pdf():
3535
text = r.recognize_google(audio_data)
3636
write_file = open('my_text.txt', 'w')
3737
write_file.write(text)
38-
write_file.write('\n')
39-
write_file.write('abcdefg')
4038
write_file.close()
4139
text_to_pdf('my_text.txt')
4240
messagebox.showinfo("Message", "Conversion Successfull")

0 commit comments

Comments
 (0)