Skip to main content

A Python Library that converts human readable text to Cron Expression.

Project description

## A Python Library that converts human readable text to Cron Expression(Currently only supports Chinese) ## 可以将人类语言转换为cron表达式的Python库(目前仅支持中文)

### Installation ` bash pip install t2c `

### usage ` python import t2c # normal cron_reg = t2c.Text2Cron('今天下午两点钟').cron() # use openai api key cron_gpt = t2c.Text2Cron('今天下午两点钟').gpt() # print the cron expressions # current time: 2023/5/15 00:25 print(cron_reg) # output: 0 14 15 5 ? print(cron_gpt) # output: 0 14 * * * `

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

t2c-0.0.4.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

t2c-0.0.4-py3-none-any.whl (8.4 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