Metadata-Version: 2.1
Name: PokerNow
Version: 0.2.1
Summary: A Python client for interacting with PokerNow games via the web.
Home-page: https://github.com/Zehmosu/PokerNow/
Author: Zehm
Author-email: mrtentacleshasallthetalent@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium

# PokerNow

PokerNow API Client

## Installation

```pip install PokerNow```

## Usage

```python
import PokerNow

PokerNow.main()
```

## License

Ã‚Â© 2021 Zehm

This repository is licensed under the MIT license. See LICENSE for details.
