{"id":22724742,"url":"https://github.com/cschladetsch/mtg-library","last_synced_at":"2026-02-12T15:31:29.602Z","repository":{"id":148246139,"uuid":"139582792","full_name":"cschladetsch/MtG-Library","owner":"cschladetsch","description":"Build and maintain an accurate description of all the MtG cards you own, by showing the cards to your webcam or phone. Provides full card descriptions, legalities, rules, images and current prices. Can build decks locally and export to various formats like TappedOut.","archived":false,"fork":false,"pushed_at":"2022-10-11T08:24:26.000Z","size":124,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T19:50:35.988Z","etag":null,"topics":["csharp","dotnet","mtg","mtg-cards","mtg-collection-manager","mtg-deck","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","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/cschladetsch.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,"zenodo":null}},"created_at":"2018-07-03T12:50:03.000Z","updated_at":"2024-06-01T05:57:02.000Z","dependencies_parsed_at":"2023-05-19T13:00:15.473Z","dependency_job_id":null,"html_url":"https://github.com/cschladetsch/MtG-Library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cschladetsch/MtG-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FMtG-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FMtG-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FMtG-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FMtG-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cschladetsch","download_url":"https://codeload.github.com/cschladetsch/MtG-Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FMtG-Library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29370546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","dotnet","mtg","mtg-cards","mtg-collection-manager","mtg-deck","winforms"],"created_at":"2024-12-10T15:07:47.381Z","updated_at":"2026-02-12T15:31:29.597Z","avatar_url":"https://github.com/cschladetsch.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MtG Library Helper\n\n** AM fixinf this April 2022 *\n\nThis project intends to assist with the automation of generating deck descriptions for **Magic the Gathering** (MtG) trading card game.\n\n## Creating an Inventory\n\nThe first thing you want to do is make sure you have an accurate record of the cards that you possess.\n\nThis record should be stored in a way that is able to be consumed by other MtG online services liked [TappedOut](http://www.tappedout.com).\n\nMaking this inventory is tedious: one must enter each card name and add other details.\n\nThe purpose of this project is to help with this task by recognising card names and other details from images taken from the webcam on your computer, or otherwise by images of your cards.\n\n### Importing Cards\n\nThe general idea is that you just show your cards to your webcam, one after another, and it recognises the Title text, and other details of each card.\n\nYou will be given the opportunity to correct any OCR errors and these will be 'remembered' for later.\n\nThis information is then stored in a database that you can use to make decks and side-boards.\n\n## Creating Decks\n\nAfter you have a full Inventory of all your cards, you can make *decks* which are just a subset of cards in your inventory.\n\nIt is again useful to abstract and store this in the project so decks can be modified and then later uploaded to other sites like TappedOut.\n\nI am yet unsure where to place the database. It could be on Azure or AWS or something. Not really important.\n\n## Exporting a Deck\n\nThere are a number of simple format for MtG deck descriptions, and it is the intent to support them all.\n\n## Side-boards\n\nThese will be managed using the same systems as for decks.\n\nSome cross-referencing will be required to map a side-board to a deck, but this is not deemed to be difficult.\n\n## Google Vision API\n\nThe app relies on the [Google Vision](https://cloud.google.com/vision/) API. \n\nUsing this is free for a while, then it costs money. Using it requires a private key.\n\nYou will need to make your own Private key and deal with any other Auth issues yourself.\n\nThe program will read a file called 'GoogleVisionAPIKey.txt' to retrieve the private key. This file is not part of the git repo.\n\n### Programming notes\n\n* Cards are:   63mm x 88mm = 1.4 aspect ratio\n* Phone cam:   1280 x 720 = 1.8 aspect ratio\n* Webcam:      640 x 480 = 1.3\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcschladetsch%2Fmtg-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcschladetsch%2Fmtg-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcschladetsch%2Fmtg-library/lists"}