A note taking app that timestamps your notes! Built off of TUI (https://textual.textualize.io/) to create a simple platform for recording meeting minutes and taking notes during usability testing.
TimeScriber is a ✨Work in Progress✨
-
Create an anaconda environment with
python==3.10.8 -
pip install textual-> see https://textual.textualize.io/getting_started/ for more details -
Manually add any packages in the
requirements.txtfolder, OR -
... navigate to the folder containing
requirements.txtand runpip install -r requirements.txt -
In a terminal set to your
TimeScriberconda environment, set the current directory (cd) to the folder containingtimescriber.py -
Type
textual run timescriber.pyand hit enter :)
TimeScriber should be running!
On Windows, you should have something that looks like this:

On Mac, it will look something like this (note, I removed the darkmode toggle):

Note: These instructions are "quick and dirty". I hope to have an .exe of TimeScriber soon!