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

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

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