https://github.com/mrtg-codebot/pymedia
https://github.com/mrtg-codebot/pymedia
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtg-codebot/pymedia
- Owner: MrTG-CodeBot
- License: gpl-3.0
- Created: 2024-07-25T16:21:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:49:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T20:40:39.742Z (over 1 year ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Language
[](https://www.python.org/)
## Pinterest Image Downloader Package
This Python package helps you download images from Pinterest URLs.
**Installation:**
1. Make sure you have Python 3 installed.
2. Install the package using pip:
```bash
pip install py-media-tool
```
**Call the pinterest image download package & how to use it**
``` python
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.
``` python
from pymedia.shortcut import show, add, subtract, sqrt, division, timedate, multi
show("Hi") #ouput: Hi
```
**Also added google ai**
``` python
from pymedia.ai import bard_ai
bard_ai("hi')
```