An open API service indexing awesome lists of open source software.

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

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/)**