Animated cartoon Gif with PIL and Python 1 30/07/201908/08/2019pythonprogramming Create a banner or a cartoon with Python PIL and… a little of code. You could create a gif with the entire romeo and juliet text, with images of the actors and you could also convert it into an mp4 in few seconds. [...]
Create an arc with Python and tkinter in a canvas 29/07/2019pythonprogramming draw and ark with tkinter, canvas in Python [...]
Why I use Jupyter Lab for Python 29/07/2019pythonprogramming This is why I think that Jupyter lab is a great tool for Pyton that in certain cases is almost indispensable. [...]
What is the capital of New York? A game on the command line in Python 28/07/201905/08/2019pythonprogramming Create in minutes a test to know the capitals of the US States with Python. [...]
First App with PyQt5 26/07/201927/07/2019pythonprogramming Let’s print “Hello World” with our first app that uses PyQt5 and designer to create visually a graphic user interface. [...]
Flask 12 – Add a Navigation bar to the blog 26/07/201920/09/2019pythonprogramming Add a nav bar to flask with python to our blog. It’s responsive too. [...]
Moving a rectangle on the canvas in tkinter 26/07/201913/11/2019pythonprogramming Move a rectangle on the screen with tkinter and canvas using the move function and the bind method. It could be a start for a game. [...]
Create an animated gif with PIL 25/07/201904/08/2019pythonprogramming Create an animated gif with PIL [...]
Visual Studio code to edit Glitch.me sites with Flask 24/07/201920/09/2019pythonprogramming Visual Studio Code to work with our blog in Flask in glitch.com [...]