Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Experiment Tracker

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.

Start it

  1. Open this folder in File Explorer.
  2. Right-click app.py and choose Open with Python, or open a terminal in this folder and run python app.py.
  3. Fill in the experiment details, then choose Save.

What it does

  • 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.json beside the app. Keep this file to retain your work.

Project map

  • 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.

About

A lightweight Python desktop app for recording, organizing, and tracking experiments.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages