10000 GitHub - alexgisby/find-desktops: Python script to go and find desktops (images over a certain size) on your compooter. Do-what-you-want-license.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Python script to go and find desktops (images over a certain size) on your compooter. Do-what-you-want-license.

Notifications You must be signed in to change notification settings

alexgisby/find-desktops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

find-desktops.py

Quick Python script to recursively find images in a directory that are above a certain size (ie for your desktop background!).

You can specify a minimum width and/or height for the image to be, or will default to detecting your screen resolution and using that.

Files are copied to a separate directory to avoid munging your beautifully arranged files!

Requirements

Requires PIL

Everything else is standard lib.

Docs

Usage:
python find_desktops.py [OPTS]

Requires:
PIL

Options:
--path          Path to search on. Defaults to ./
--min-width     Minimum width for images to be. Defaults to screen resolution
--min-height    Minimum height for images to be. Defaults to screen resolution
--copy-dir      Directory to copy desktops to. Default: ./DesktopsFound
--orientation   Orientation to limit to (horizontal or vertical)

About

Python script to go and find desktops (images over a certain size) on your compooter. Do-what-you-want-license.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0