Skip to main content

Schedule script with windows task scheduler

Project description

pywinschedule

Schedule script with windows task scheduler

Demo

run python script daily

import pywinschedule as pws

pws.schedule_python_script(
    './daily_task.py',
    daytime='18:51',
    trigger_type='once',# can be 'once','daily','weekly','monthly'
    name='demo_task'
)

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

pywinschedule-0.0.1.8.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

pywinschedule-0.0.1.8-py3-none-any.whl (142.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