Skip to content →

Tag: Python

Get Daily Joke GUI: A Simple Python Program for a Daily Dose of Humor

Do you need a daily dose of humor? Do you want to start your day with a good laugh? Look no further than the Get Daily Joke GUI. This simple Python program fetches a joke from the jokeAPI and displays it in a window, making it easy for you to get your daily dose of humor with just a few clicks.

So how was this program created? Let’s take a closer look:

Leave a Comment

Sort Files in a Directory by File-Extension using Python

Here is a python script that sorts files in a directory by file extension.
The directory to be sorted and the file endings to be sorted are taken as input parameters.
As an example, the script can be immensely helpful in creating order in a download folder that has grown and grown over time.

Leave a Comment