freshpaper icon indicating copy to clipboard operation
freshpaper copied to clipboard

This utility automatically sets the wallpaper of the day from various sources as your Desktop wallpaper.

Results 9 freshpaper issues
Sort by recently updated
recently updated
newest added

Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.4. Release notes Sourced from click's releases. 8.0.4 Changes: https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-4 Milestone: https://github.com/pallets/click/milestone/13?closed=1 8.0.3 Changes: https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-3 8.0.2 Changes: https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-2 8.0.1 Changes: https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-1 8.0.0 New major versions...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.4.0. Release notes Sourced from pillow's releases. 8.4.0 https://pillow.readthedocs.io/en/stable/releasenotes/8.4.0.html Changes Don't use bitmap glyphs when drawing text with stroker #5761 [@​nulano] Make TIFF strip size...

National Geographic regexs are broken. I fix them.

when entering the command "freshpaper --source nat_geo" -> list index out of range

- move freshpaper.py to src folder - move log file to common folder - separate image collecting function to another class - delete original freshpaper.py - adding type hint

help wanted
Hacktoberfest
up-for-grabs

Code Refactored: 1. Created a source folder 2. Divided the code based into different Classes 3. Created Constants file

Following steps are done -- 1. Moving constants in a constant folder. 2. Removed duplicate code by creating common Functions.