Skip to main content

Weekshot Lottery Winner Selection

Project description

Weekshot Lottery Winner Selection

GitHub

GitHub tag (latest SemVer) GitHub tag (latest by date) GitHub last commit

PyPI

PyPI - Version PyPI - Python Versions PyPI - Python Wheel PyPI - Format PyPI - Status PyPI - Downloads PyPI - License

Installation

pip install weekshot_lottery_winner_selection

or

poetry add async-casbin-weekshot_lottery_winner_selection-adapter

Simple Example

# Stdlib:
import asyncio

# Thirdparty:
from weekshot_lottery_winner_selection import generate_random_numbers


async def main():
    numbers = await generate_random_numbers(
        api_key="RANDOM_ORG_API_KEY",
        max_number=200,
        count=5,
    )

    print(numbers)


asyncio.run(main())

License

This project is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page