{"id":26274454,"url":"https://github.com/exios66/session_stopwatcher","last_synced_at":"2025-07-23T13:34:23.276Z","repository":{"id":279576602,"uuid":"939126891","full_name":"Exios66/Session_Stopwatcher","owner":"Exios66","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-26T09:32:27.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T09:19:49.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://exios66.github.io/Session_Stopwatcher/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Exios66.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-26T03:12:36.000Z","updated_at":"2025-02-26T09:29:22.000Z","dependencies_parsed_at":"2025-02-26T10:20:42.753Z","dependency_job_id":"70b31708-db29-42c6-ad53-7ff8016d9577","html_url":"https://github.com/Exios66/Session_Stopwatcher","commit_stats":null,"previous_names":["exios66/session_stopwatcher"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Exios66/Session_Stopwatcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSession_Stopwatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSession_Stopwatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSession_Stopwatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSession_Stopwatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exios66","download_url":"https://codeload.github.com/Exios66/Session_Stopwatcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSession_Stopwatcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266689266,"owners_count":23969142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-14T09:19:51.512Z","updated_at":"2025-07-23T13:34:23.204Z","avatar_url":"https://github.com/Exios66.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Session Stopwatcher\n\nThis repository contains three main components:\n\n1. **Web-based Stopwatch Application** - A comprehensive stopwatch tool for timing and tracking sessions\n2. **Manifest Generator** - A Python utility for collecting participant information and study metadata\n3. **Recording Session** - A Python-based timeclock for recording precise event timestamps during sessions\n\n## Manifest Generator\n\nThe Manifest Generator is a Python-based command-line tool designed for research studies to document participant information, study parameters, and configuration details. The tool guides researchers through a series of prompts and saves the collected data as a structured JSON file.\n\n### Features\n\n- Collection of participant demographics and identifiers\n- Study configuration parameters (subject knowledge, behavioral profiles)\n- Eye-tracking metrics documentation\n- Audio recording configuration\n- Error handling and validation of input\n- Logging system for troubleshooting\n- Automatic file naming with timestamps and participant IDs\n\n### Installation\n\nNo external dependencies are required. The tool uses only Python standard library modules.\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/Session_Stopwatcher.git\n\n# Navigate to the Manifest Generator directory\ncd Session_Stopwatcher/Manifest-Generator\n```\n\n### Usage\n\nSimply run the Python script:\n\n```bash\npython manifest.py\n```\n\nFollow the prompts to input all required information. The resulting JSON file will be saved to the user's Downloads folder by default, named with the pattern `participant_{ID}_{timestamp}.json`.\n\n### Deployment\n\nFor deployment in production environments:\n\n1. Ensure Python 3.x is installed on the target system\n2. Copy the manifest.py file to a known location\n3. Make the file executable if needed: `chmod +x manifest.py`\n4. Consider adding the script to your system path for easy access\n\n### Configuration Options\n\nThe manifest generator can be configured through edits to the script:\n\n- Changing default file paths\n- Modifying the logger configuration\n- Adjusting the valid ranges for numeric inputs\n- Adding or removing data collection prompts\n\n### Error Handling\n\nThe script includes comprehensive error handling:\n\n- Input validation with user feedback\n- Exception handling for file operations\n- Graceful exit on keyboard interrupts\n- Backup file creation on unexpected errors\n\n## Recording Session\n\nThe Recording Session module provides a timeclock system for capturing precise timestamps during research sessions or experiments. It allows researchers to record the exact time when specific events occur with millisecond precision.\n\n### Features\n\n- Start a recording session to capture timestamps\n- Record timestamps with millisecond precision using keyboard input (Enter or 'e' key)\n- Add optional notes to each recorded timestamp\n- Automatic participant ID collection at the beginning of a session\n- Export session data as CSV to the Downloads folder\n- Simple dialog-based interface that stays on top of other windows\n\n### Installation\n\nThis module requires additional Python packages:\n\n```bash\n# Navigate to the Recording Session directory\ncd Session_Stopwatcher/Recording_Session\n\n# Install dependencies\npip install -r requirements.txt\n```\n\n### Usage\n\nRun the session recorder:\n\n```bash\npython session_recorder.py\n```\n\nWhen the application starts:\n\n- Press Enter or 'e' to record a timestamp\n- The first timestamp will prompt you to enter a participant ID\n- After each timestamp, you can add optional notes\n- Press 'r' to end the session and save the CSV file to your Downloads folder\n\nFor more detailed information, see the README in the Recording_Session directory.\n\n## Stopwatch Web Application\n\nThe repository also includes a comprehensive web-based stopwatch application for timing sessions and collecting time-based data.\n\nFor more information on the Stopwatch application, see the main HTML file (index.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fsession_stopwatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexios66%2Fsession_stopwatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fsession_stopwatcher/lists"}