Metadata-Version: 2.1
Name: pyrogram-starter
Version: 0.0.2
Summary: A package to clone a pyrogram bot boilerplate from GitHub.
Home-page: https://github.com/yourusername/pyrogram-starter
Author: Your Name
Author-email: your.email@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Pyrogram Starter

`pyrogram-starter` is a simple tool to clone a pyrogram bot boilerplate from a GitHub repository and set it up locally. This tool is designed to make it easier for developers to get started with a pyrogram bot by providing a ready-made boilerplate setup.

## Installation

To install `pyrogram-starter` globally on your system, use `pip`:

```sh
sudo pip install pyrogram-starter
```

This command will download and install the pyrogram-starter package, making it available as a command-line tool that you can run from anywhere on your system.

## Usage
Once installed, you can use the pyrogram-starter command to clone the default pyrogram bot boilerplate repository or any other repository of your choice.

## Clone the Default Repository
To clone the default pyrogram bot boilerplate repository into a directory named pyrogram-bot in the current location, simply run:

```sh
pyrogram-starter
```


