Skip to content

Progress

Rhytidia edited this page Apr 13, 2026 · 11 revisions

Short progress updates on this project

2026-04-13

What's done

  • Have short python program that asks questions and gets input through CLI and writes questions (in bold) and answers (plain text) to a markdown (MD) file whose file path is hardcoded into the program

Working on

  • Write today's date at the top of the file in an h2 in markdown before writing the questions and answers. Learn how to use the datetime module to do this

Later steps

  • Learning to use datetime will be useful for generating a new file with today's date as the filename.
  • Then later I will need to write today's date as an h2 for log entries that start with today's date into a file that contains multiple log entries (as per Functionality overview plans).

Clone this wiki locally