Metadata-Version: 2.1
Name: blitzmeets
Version: 0.1.1
Summary: A utility to create virtual meetings programatically
Home-page: https://github.com/BliyzJB/BlitzMeets
Author: Your Name
Author-email: youremail@example.com
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: qrcode

# BlitzMeets

BlitzMeets is a python package that wraps around Brei.fi/ng to programmatically create unique meeting urls and also generate QR codes for them for easy sharing.

## Installation

```bash
pip install blitzmeets
```

## Usage
refer to [examples](    https://github.com/BlitzJB/BlitzMeets/tree/main/examples)

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. /s
