This Python package helps you download images from Pinterest URLs.
Installation:
- Make sure you have Python 3 installed.
- Install the package using pip:
pip install py-media-toolCall the pinterest image download package & how to use it
from pymedia.pinterest import download_pin
url = "https://pin.it/2BojCfoIP"
download_pin(url)I create some shortcut's
x show() -> we change the print to show to display the value given inside the parameters.
from pymedia.shortcut import show, add, subtract, sqrt, division, timedate, multi
show("Hi") #ouput: HiAlso added google ai
from pymedia.ai import bard_ai
bard_ai("hi')