Skip to content

gebeto/vk-graffiti-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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