{"id":20672748,"url":"https://github.com/nas5w/pgn-converter","last_synced_at":"2025-07-21T04:06:59.841Z","repository":{"id":63918215,"uuid":"562318032","full_name":"nas5w/pgn-converter","owner":"nas5w","description":"A simple python script to convert PGN files between LiChess and ChessBase formats","archived":false,"fork":false,"pushed_at":"2023-01-17T01:01:00.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T20:45:00.290Z","etag":null,"topics":["chess","chessbase","lichess","python"],"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/nas5w.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":"2022-11-06T00:33:12.000Z","updated_at":"2024-09-23T21:05:58.000Z","dependencies_parsed_at":"2023-02-10T07:00:49.661Z","dependency_job_id":null,"html_url":"https://github.com/nas5w/pgn-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nas5w/pgn-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Fpgn-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Fpgn-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Fpgn-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Fpgn-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nas5w","download_url":"https://codeload.github.com/nas5w/pgn-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Fpgn-converter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266236832,"owners_count":23897265,"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":["chess","chessbase","lichess","python"],"created_at":"2024-11-16T20:38:41.081Z","updated_at":"2025-07-21T04:06:59.820Z","avatar_url":"https://github.com/nas5w.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PGN Converter\n\nA simple python script to convert PGN formats between LiChess and ChessBase.\n\n# Installation\n\nClone down the repository:\n\n```bash\ngit clone git@github.com:nas5w/pgn-converter.git\n```\n\n`cd` into the directory and run the converter\n\n```bash\ncd pgn-converter\npython convert.py\n```\n\nYou should see an output explaining that there are no files to be converted:\n\n```\n-----\nNo new lichess to chessbase files.\n-----\nNo new chessbase to lichess files.\n```\n\n# Converting files\n\n## LiChess to ChessBase\n\nIf you have a `pgn` file from LiChess that needs to be converted to ChessBase, put the `pgn` file in the following directory:\n\n`lichess-to-chessbase/input`\n\nThen, re-run the converter script:\n\n```bash\npython convert.py\n```\n\nIf the conversion has been successful, you should see the following output:\n\n```\n-----\nConverting 1 lichess to chessbase file(s):\n  my-game-file.pgn...DONE\n-----\nNo new chessbase to lichess files.\n```\n\n## ChessBase to LiChess\n\nIf you have a `pgn` file from ChessBase that needs to be converted to LiChess, put the `pgn` file in the following directory:\n\n`chessbase-to-lichess/input`\n\nThen, re-run the converter script:\n\n```bash\npython convert.py\n```\n\nIf the conversion has been successful, you should see the following output:\n\n```\n-----\nNo new lichess to chessbase files.\n-----\nConverting 1 chessbase to lichess file(s):\n  my-game-file.pgn...DONE\n```\n\n# Contributing\n\nIf you see any issues or want to make and contributions, please open a GitHub issue and we can discuss!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnas5w%2Fpgn-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnas5w%2Fpgn-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnas5w%2Fpgn-converter/lists"}