# todopy **Repository Path**: bobwxc/todopy ## Basic Information - **Project Name**: todopy - **Description**: python写的todo小工具 使用sqlite3数据库 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-16 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用说明 ``` shell usage: todo.py [-h] [-a ADD] [-c COMPLETE] [-r REMOVE] [-l [LIST]] [-lc [LISTCOMPLETE]] [-e EVENT] [-d DATE] [-t TIME] [-p PATH] todo list manager optional arguments: -h, --help show this help message and exit -a ADD, --add ADD add a event -c COMPLETE, --complete COMPLETE complete a event -r REMOVE, --remove REMOVE remove a event -l [LIST], --list [LIST] list events -lc [LISTCOMPLETE], --listcomplete [LISTCOMPLETE] list events completed -e EVENT, --event EVENT event , only need by add -d DATE, --date DATE date, only need by add, YYYY-MM-DD -t TIME, --time TIME time, only need by add, hh:mm -p PATH, --path PATH database path ```