Skip to main content

This is a asynchronous package for printing hello world

Project description

Asynchronous module for printing your dream programme Hello World in Python.


Installing

pip install aioHelloWorld

Example

import aioHelloWorld
import asyncio


async def main():
    await aioHelloWorld.say()

if __name__ == "__main__":
    asyncio.get_event_loop().run_until_complete(main())

Github

You can view the source code here

Support

You can find me on discord

Thank You :)

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

aioHelloWorld-0.3a0.post0.tar.gz (1.6 kB view hashes)

Uploaded Source

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