{"id":18127656,"url":"https://github.com/rorro/simple_mouse_tracker","last_synced_at":"2025-04-06T14:14:18.467Z","repository":{"id":47208511,"uuid":"236380138","full_name":"rorro/simple_mouse_tracker","owner":"rorro","description":"Track mouse movements on the screen","archived":false,"fork":false,"pushed_at":"2021-09-08T11:15:32.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T20:16:41.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rorro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-26T21:41:03.000Z","updated_at":"2024-10-14T11:49:35.000Z","dependencies_parsed_at":"2022-07-20T19:02:24.875Z","dependency_job_id":null,"html_url":"https://github.com/rorro/simple_mouse_tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorro%2Fsimple_mouse_tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorro%2Fsimple_mouse_tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorro%2Fsimple_mouse_tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorro%2Fsimple_mouse_tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rorro","download_url":"https://codeload.github.com/rorro/simple_mouse_tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492541,"owners_count":20947545,"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","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":["hacktoberfest"],"created_at":"2024-11-01T09:21:42.802Z","updated_at":"2025-04-06T14:14:18.450Z","avatar_url":"https://github.com/rorro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Mouse Tracker\n![Simple Mouse Tracker logo](icon.png)\n\nA simple program to track mouse movements.\n\n## Getting started\n- Use Linux\n- Use Python 3+\n- Install tkinter\n- Download or clone the project\n- Go to project folder\n- Run `sudo pip install -r requirements.txt`\n- Run the program using `python gui.py`\n\n## Features\n- Record mouse movements\n- Pause/resume while tracking\n- Draw recorded mouse path using PIL\n\n## Config\nDefault config `.simplemousetracker` will be created in `~` if none exists.\n```\n# The keybinding for starting/stopping the mouse tracking.\n# Valid modifiers: control, shift, super (windows key), alt.\n# Read more about valid bindings at https://github.com/timeyyy/system_hotkey\nstart_tracking=control-s\n\n# The keybinding for pausing/resuming the mouse tracking.\npause_tracking=control-p\n\n# Where to save the tracked files. Leave blank to save in same folder as\n# the script. The path should be absolute.\n# If folder doesn't exist, nothing will be saved.\nsave_folder=\n\n# Colored lines when exporting/showing tracked data.\n# Only true is true, everything else is false.\ncolored_speed=true\n\n# Default color for drawing tracked data.\n# Only applies when colored_speed is set to false.\ndefault_color=#000000\n```\n\n## Example\n![An example](example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frorro%2Fsimple_mouse_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frorro%2Fsimple_mouse_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frorro%2Fsimple_mouse_tracker/lists"}