Skip to content →

Tag: Windows

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