How to earn money as a game dev with python and pygame 21/11/2020pythonprogramming Earn making games? It takes a lot of efforts… listen to what dafluffypotato says. [...]
Textaudio 1.3 – wip – Getting text from existing image 21/11/2020pythonprogramming Convert text to audio pytextaudio [...]
Problem solving fast with python: split a text… to fit into an image 20/11/2020pythonprogramming Split a text… with tkinter [...]
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. [...]
Text from clipboard to audio 19/11/202020/11/2020pythonprogramming Get audio from the text in the clipboard with python, tkinter and gtts [...]
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 [...]
Cloth in pygame 19/11/2020pythonprogramming New video from dafluffypotato about cloth in pygame [...]
Grab image and get the text out of it – updated code 18/11/202018/11/2020pythonprogramming Get the text out of an image grabbed with python [...]
Tkinter interface for text to speech 16/11/202025/01/2021pythonprogramming Google text to speech api allows you to transform text into speech. You need: pip install gtts and then you need to import [...]