Skip to content

help you search for the pigment you want on kremer-pigmente.com

License

Notifications You must be signed in to change notification settings

MotherOfUnicorns/kremer-pigment-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pigment picker for Kremer Pigmente

I was looking to buy some pigments for my art supply, but the search function on Kremer is pretty frustrating (still a great company, though).

So I crawled all the pigments listed on the site, and you can get reliable keyword searchers from here.

Usage

from crawler import get_all_pigments, search_pigment_with_keyword

all_pigments = get_all_pigments()
search_pigment_with_keyword(all_pigments, "po 48",
                            open_in_browser=False,
                            include_special_shipping=True,
                            include_prof_only=True,
                            include_danger_warning=False)

The keyword used in search is case-insensitive.

If you want the pages to be automatically opened in your browser, use open_in_browser=True.

About

help you search for the pigment you want on kremer-pigmente.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages