Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

githupdate.py

githupdate.py is a Python script designed to help users update their softwares easily from github.

Features

  • Update easily You can specify the program is what version at, it looks into the github repo, and

Usage

Example showcase:

import githupdate as ghp

updater = ghp.githupdate("Repo Owner", "Repo Name") # You can specify what file extension file should it download (fext=".zip") and where should it download the temporary update file (download_path=os.path.dirname(__file__)+'\\GHP\\') [these are their default values]
updater.update("1.0.0") #Current version number

About

Small library to update projects from github repo

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages