Skip to content

yale-winter/pytodot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytodot2

^ custom AI created promotional artwork for pytodot


pytodot: Python To-Do Tracker


Create a google sheet online or use with .csv offline with the following schema:

To-Dos Date Assigned Date Complete Priority
To-do 3.1.22 3.5.22 0
To-do 2 3.5.22 3.5.22 1

To load your live google sheet online (set so anyone with the link can view):
Change import_online to True, and replace online_url with that part of your url

To load your offline .csv:
Download your To-Dos as .csv (only downloading selected collumns and rows)
And name the document 'ToDos.csv' and place in the same folder

How to Use:

  • Import the package to see your to-do list and details.
  • Use command pytodot.commands.find_to_do_progress() to list out to-dos
  • Use command pytodot.commands.to_do(x) to see full details of to-do x

Releases

No releases published

Packages

No packages published

Languages