https://github.com/gebeto/vk-graffiti-uploader
Upload png, gif, webp images as graffiti to vk.com
https://github.com/gebeto/vk-graffiti-uploader
graffiti pyside2 python python-3 python3 vk vk-api vk-graffiti vk-graffiti-uploader vkontakte vkontakte-api vkontakte-client
Last synced: 4 months ago
JSON representation
Upload png, gif, webp images as graffiti to vk.com
- Host: GitHub
- URL: https://github.com/gebeto/vk-graffiti-uploader
- Owner: gebeto
- Created: 2016-08-09T09:44:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:38:07.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T15:53:26.987Z (8 months ago)
- Topics: graffiti, pyside2, python, python-3, python3, vk, vk-api, vk-graffiti, vk-graffiti-uploader, vkontakte, vkontakte-api, vkontakte-client
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vk-graffiti-uploader
Upload **png**, **gif**, **webp** images as a graffiti.
Implemented using **[Python 3.8](https://www.python.org/)**.
## Requirements installation
```sh
$ pip install -r requirements.txt
```
## Compile .exe using [PyInstaller](https://github.com/pyinstaller/pyinstaller)
```sh
$ pyinstaller --onefile --windowed main.py
```
## Used external libraries:
1. **[PySide2](http://wiki.qt.io/PySide)**
2. **[Requests](http://docs.python-requests.org/en/master/)**