{"id":23661092,"url":"https://github.com/kezhengjie/game-save-sync","last_synced_at":"2025-12-04T06:30:15.023Z","repository":{"id":238218908,"uuid":"796124531","full_name":"kezhengjie/game-save-sync","owner":"kezhengjie","description":"a cross-platform tools to sync game save file or directory.","archived":false,"fork":false,"pushed_at":"2024-09-24T08:45:02.000Z","size":3130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T03:22:17.409Z","etag":null,"topics":["cross-platform","file-sync","game-save","game-save-sync","gui","pyside6","python","steam","steam-deck","steam-deck-sync","steam-deck-tool","synchronization"],"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/kezhengjie.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-05T02:15:26.000Z","updated_at":"2024-09-24T08:45:06.000Z","dependencies_parsed_at":"2024-12-25T03:22:24.641Z","dependency_job_id":"b3d58474-a979-4a6f-9ae9-dc1b49568181","html_url":"https://github.com/kezhengjie/game-save-sync","commit_stats":null,"previous_names":["alpsmonaco/game-save-sync","kezhengjie/game-save-sync"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fgame-save-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fgame-save-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fgame-save-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kezhengjie%2Fgame-save-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kezhengjie","download_url":"https://codeload.github.com/kezhengjie/game-save-sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239655126,"owners_count":19675360,"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":["cross-platform","file-sync","game-save","game-save-sync","gui","pyside6","python","steam","steam-deck","steam-deck-sync","steam-deck-tool","synchronization"],"created_at":"2024-12-29T04:55:46.262Z","updated_at":"2025-12-04T06:30:14.970Z","avatar_url":"https://github.com/kezhengjie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game Save Sync\n\n[README](README.md) | [中文文档](README_zh_CN.md)\n\n`game-save-sync` is a GUI tool for synchronizing files or directories.  \nIt was originally created to sync game saves between my PC and Steam Deck,  \nas Steam cannot sync third-party game saves or may fail due to network issues.\n\n![Usage](window.png \"Usage Screenshot\")\n\n## Quick Start\n1. Ensure the tool is running on both sides.\n2. Enter the Remote IP\n3. Select a File or Directory\n4. Press \"Sync\"\n\nYou can download the Windows version from the [release page](https://github.com/AlpsMonaco/game-save-sync/releases).  \nFor Linux/Mac OS, you'll need to install `python` or package it yourself.\n\n## Features\n- Requires the same file or directory names on both sides\n- Cross-platform support\n- Simple and easy to use\n- English/Chinese\n\n## Project Setup\n\n**Ensure you have Python installed.**\n\n### Initialize\n\n#### Windows\n```powershell\npython -m venv venv\ncall venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n#### Linux/Mac OS\n```bash\npython -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n### Generate gRPC Code\n\n#### Windows\n```powershell\npython -m grpc_tools.protoc -I=. --python_out=. --grpc_python_out=. rpc_service.proto  \n```\nOr simply run `generate.bat`.\n\n#### Linux/Mac OS\n```bash\npython -m grpc_tools.protoc -I=. --python_out=. --grpc_python_out=. rpc_service.proto  \n```\nOr simply run `generate.sh`.\n\n### Run the Application\n#### Windows\n```powershell\npython mainwindow.py\n```\n\n#### Linux/Mac OS\n```bash\npython mainwindow.py\n```\n\n### Package to Binary\n#### Windows\n```powershell\npyinstaller game-save-sync.spec\n```\nOr simply run `pack.bat`.\n\n#### Linux/Mac OS\n```bash\npyinstaller game-save-sync.spec\n```\nOr simply run `pack.sh`.\n\n\n### Non-GUI Environment\nTo run this tool in a non-GUI environment, such as on a Linux server with a public IP, simply use the following command:\n```bash\npython rpc_service.py [file or directory path]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkezhengjie%2Fgame-save-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkezhengjie%2Fgame-save-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkezhengjie%2Fgame-save-sync/lists"}