Skip to content

diter89/simple_create_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Create Repo Library

A Python library to create GitHub repositories using GitHub API and rich for styling output.

Installation

pip install simple_create_repo

...usege:

from simple_create_repo import Create_Github_Repository

token = "your_github_token"
repo_name = "my-new-repo"
description = "This is a new repository created via API"
status = False

repo_creator = Create_Github_Repository(token)
response_panel = repo_creator.create_repo(repo_name, description, status)
print(response_panel)

About

simple_create_repo is a Python library designed to simplify the process of creating GitHub repositories through the GitHub API. This library provides two ways to use it: as a standard Python library and as a command-line tool (CLI).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages