AlfredoSequeida / venus

Venus aims to be a cross-platform tool to automatically change your desktop wallpaper to something random using images from Unsplash.
MIT License
25 stars 6 forks source link

Pywal Support for MacOS #23

Open pfassina opened 2 years ago

pfassina commented 2 years ago

Added support to pywal to MacOS.

There is also a significant amount of refactoring to clean up the main function, move config and system logic to specific functions and classes, and include type hints. This version also uses python dataclasses, which are only supported on Python 3.7+

This version was only tested on MacOS.