How to transform in audio the text in the clipboard 03/04/202303/04/2023pythonprogramming clipboard to audio [...]
Free sounds and music for videogames 14/07/202114/07/2021pythonprogramming I made 2 pages for sounds and music for videogames that will be costantly updated. All the music and sounds are made by [...]
Textaudio 1.3 – wip – Getting text from existing image 21/11/2020pythonprogramming Convert text to audio pytextaudio [...]
Pytextaudio – get text from image to audio 20/11/202020/11/2020pythonprogramming Get audio from text into an image grabbed by the screen of the computer or from clipboard. [...]
Grautesc.py – Grab an image with text and hear it! 19/11/202019/11/2020pythonprogramming Get audio from text out of an image from a screenshot [...]
Pyinstaller error: cannot find mp3 or ogg 14/08/202014/08/2020pythonprogramming Make exe files with pyinstaller without error when you load audio [...]
Type Reader App in Python: Pc reads the letters you type (tkinter) 21/09/201922/09/2019pythonprogramming The computer tells the letter you type using mp3 made with gtts [...]
Record the screen with ffmpeg and Python 06/07/201915/03/2020pythonprogramming Record from your screen with Python and ffmpeg [...]
Google text-to-speech : example of GUI to create mp3 from text 04/08/201827/08/2018pythonprogramming How to create an audio file – mp3 – from text with python, using a GUI with tkinter and the module ggts to interface the google text to speech API. [...]