Skip to content

pdesahb/pymuseum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMuseum

A simple Python tool to scrap and create beautiful wallpapers.

Installation

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

Usage

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

Mona Lisa transformed through PyMuseum Original image from Wikipedia

Authors

  • Pierre de Sahb - Initial work - pdesahb

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages