honey-team / ufpy

Ufpy (Useful Python) - package for Python with some useful features
https://honey-team.github.io/ufpy-website
MIT License
3 stars 3 forks source link

Download files from public github repo. #36

Closed bleudev closed 4 months ago

bleudev commented 4 months ago

Example:

ufpy.git_download.file("honey-team/ufpy", "ufpy/__init__.py", "C:/Users/user/git_download_tests") # Download any file
ufpy.git_download.folder("honey-team/ufpy", "ufpy", "C:/Users/user/git_download_tests") # Download any folder
ufpy.git_download.repo("honey-team/ufpy", "C:/Users/user/git_download_tests") # Full repo download