Skip to content →

Month: February 2023

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

Listing the top-size files with python

List Top File-size Files

This Python script is designed to list the top files by size on a file drive (under Windows-OS), as determined by the user.

Requirements

In order to use this script, you must have Python 3 installed on your system. You will also need to have the os and sys modules installed.

Leave a Comment

How to Automatically Set NASA’s Picture of the Day as Your Windows Background

Here’s a Python script that downloads the NASA Picture of the Day and sets it as the background image in Windows:

Leave a Comment