A simple beginner-friendly desktop app to record science or coding experiments. It uses only Python's built-in tools, so there is nothing extra to install.
- Open this folder in File Explorer.
- Right-click
app.pyand choose Open with Python, or open a terminal in this folder and runpython app.py. - Fill in the experiment details, then choose Save.
- Create, update, and delete experiments.
- Track a hypothesis, variables, controls, results, status, and dates.
- Search all saved experiments by words in their details.
- Store data locally in
experiments.jsonbeside the app. Keep this file to retain your work.
app.py— the desktop interface.tracker.py— the experiment data and local JSON saving.test_tracker.py— a small automated check of saving, loading, and search.