From 3e2aae66d83fafe881500552fe86b70ed6505b23 Mon Sep 17 00:00:00 2001 From: Mikayla Dobson <93477693+innocuous-symmetry@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:17:57 -0500 Subject: [PATCH] readme file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c32a1c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Personal Timestamp Logger + +This project is developed as a simple tool for self-motivated individuals working to keep track of their time spent on work. + +User input is parsed through a CLI written in Python. +Input is then parsed within the project and used to interact with a SQLite database. \ No newline at end of file