Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 486 Bytes

vk-graffiti-uploader

Upload png, gif, webp images as a graffiti.

Implemented using Python 3.8.

Requirements installation

$ pip install -r requirements.txt

Compile .exe using PyInstaller

$ pyinstaller --onefile --windowed main.py

Used external libraries:

  1. PySide2
  2. Requests