Authorpythonprogramming
How to Convert mp4 into gif with ffmpeg and Python in Jupyter notebook
To convert an mp4 into a gig you need python (python.org), ffmpeg (go to the site and follow the instruction) and ffmpy (install
[...]
How to Install The 4th beta of Python 3.11 is here
It is required to test the fourth beta of Python 3.11, so that the timeline is respected with your contribute. So we’re always
[...]
os.listdir(): check for files and folders
Let’s start looking into the os.listdir() function. We will make an utility to check files in our hard drive. Let’s start.
[...]
Download from youtube with pytube at high quality
Check first the id you want to download. I do not know why, but 18 works and 22 do not.
[...]
Pyscript: using sqlite with Pyscript
Code 1 Code 2
[...]
A new guide to pyscript
https://realpython.com/pyscript-python-in-browser/
[...]
How to upload an image with Pyscript
This comes from a branch of the pyscript project The code is here: https://github.com/pyscript/pyscript/blob/img_form/pyscriptjs/examples/img_form.html This is the pyscript code inside the html page
[...]
Pygame videogame froggo demo is on Steam and it’s great
A new exciting demo of Froggo is now on steam, hurry up cause it’s very nice and fun. https://store.steampowered.com/app/1743930/Froggo_Swing_n_Grapple/
[...]

