Skip to main content

Project description

📦 CLINTON

import asyncio
from Clinton.functions import Media

async def main():
    duration = 7000 # IN SECONDS
    save = "./Home/" # OUTPUT LOCATION
    file = "./Home/Video.mp4" # FILE LOCATION
    result = await Media.screenshot(file, save, duration)
    print(result)

asyncio.run(main())

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

clinton-0.0.5.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

clinton-0.0.5-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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