{"id":18761958,"url":"https://github.com/merofuruya/serial_number_gen","last_synced_at":"2025-07-08T19:05:26.304Z","repository":{"id":163903143,"uuid":"639323491","full_name":"MeroFuruya/serial_number_gen","owner":"MeroFuruya","description":"A Seruial number generator cli python script - made this in school :)","archived":false,"fork":false,"pushed_at":"2023-05-11T09:21:01.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T05:10:06.540Z","etag":null,"topics":["cli","generator","python","serialnumbers"],"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/MeroFuruya.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":"2023-05-11T08:32:30.000Z","updated_at":"2023-05-11T09:22:07.000Z","dependencies_parsed_at":"2023-05-27T02:00:42.763Z","dependency_job_id":null,"html_url":"https://github.com/MeroFuruya/serial_number_gen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MeroFuruya/serial_number_gen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeroFuruya%2Fserial_number_gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeroFuruya%2Fserial_number_gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeroFuruya%2Fserial_number_gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeroFuruya%2Fserial_number_gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeroFuruya","download_url":"https://codeload.github.com/MeroFuruya/serial_number_gen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeroFuruya%2Fserial_number_gen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264330497,"owners_count":23591953,"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":["cli","generator","python","serialnumbers"],"created_at":"2024-11-07T18:18:26.863Z","updated_at":"2025-07-08T19:05:26.292Z","avatar_url":"https://github.com/MeroFuruya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serial Number Generator\n\n## Description\n\n- The generator shall be controlled either via console or GUI.\n- It should be possible to choose between different serial number types (e.g. only numbers, letters, length).\n- With a button (GUI) or number (console) serial numbers can be generated.\n- These are stored in a `.csv` file (`valid_numbers.csv`) line by line.\n- The program offers the possibility to enter a serial number. Afterwards the program checks\nby means of the file `valide_number.csv` whether the serial number is present there. If yes, `\"Valid\"` is output as text is displayed. If not, `\"not Valid\"` is displayed.\n- If a serial number was classified as valid, the serial number is marked as used in the file.\nin the file.\n- If you try to enter an already used serial number, the message \"already used\" appears.\n\n## The CSV\n\n| Serial Number | Used |\n| ------------- | ---- |\n| 123456        | true |\n| 123457        | false|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerofuruya%2Fserial_number_gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerofuruya%2Fserial_number_gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerofuruya%2Fserial_number_gen/lists"}