Metadata-Version: 2.1
Name: githupdate
Version: 1.0.0
Summary: Package to update software from a github repository
Author-email: TheEC20 <mailtheec20@gmail.com>
Project-URL: Homepage, https://github.com/ExtremeCreator20/githupdate
Project-URL: Issues, https://github.com/ExtremeCreator20/githupdate/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE

# 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:

```python
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
```
