Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 803 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 803 Bytes

GitPics

Creating image storage from github repository

Before install

  • Create repository
  • Create access token here

Linux

Install

  • Clone repository: git clone https://github.com/Karonus/GitPics.git
  • Download and install Python 3.10
  • Install PyGithub package: pip3 install PyGithub

Launch

python3.10 main.py

Windows

Install

  • Clone repository: git clone https://github.com/Karonus/GitPics.git
  • Download and install Python 3.10
  • Install PyGithub package: pip install PyGithub

Launch

python main.py

Upload images

  • Place an images to uploads directory
  • Run program and set operating mode to 1

Download images

  • Run program and set operating mode to 2