Skip to content

Bytezz/PyGDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGDrive

Google Drive cli in python G.P.L.3


How to install

  • Download:
    git clone https://github.com/Bytezz/PyGDrive
  • Install:
    cd PyGDrive/
    sudo make install

How to update

  • cd PyGDrive/
  • sudo python update.py

How to reinstall

  • cd PyGDrive/
  • sudo make reinstall

How to uninstall

  • cd PyGDrive/
  • sudo make uninstall

How to use

In the folder you want to upload place the file client_secrets.json, then run:

pygdrive

for upload all file on GDrive or run:

pygdrive help

for help.


DEVELOPER
LICENSE