A simple Python tool to scrap and create beautiful wallpapers.
To install, execute this in your shell:
git clone https://github.com/pdesahb/pymuseum.git
cd pymuseum
pip install -r requirements.txt
python setup.py install
You can use PyMuseum in two modes:
-
scraping will download images from the web and transform them. Currently supported sources are:
- reddit: with beautiful subreddits such as /r/museum or /r/lepetitmusee
- artuk who offers a large collection of paintings from the UK
- more sources are comming, contributions are welcome!
-
transformation will simply transform your local images
For instance to get the top 50 images of all time from /r/museum on your Desktop:
pymuseum scrap -to ~/Desktop -n 50 reddit museum -top all
To see all other usage:
pymuseum --help
Example of result
- Pierre de Sahb - Initial work - pdesahb
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- This project was totally inspired by this blog post