{"id":18686508,"url":"https://github.com/operavaria/unit-converter","last_synced_at":"2025-11-08T00:30:28.870Z","repository":{"id":212954853,"uuid":"732660347","full_name":"OperaVaria/unit-converter","owner":"OperaVaria","description":"Unit Converter for Historical Studies - Desktop Version","archived":false,"fork":false,"pushed_at":"2024-01-22T04:01:28.000Z","size":418,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T00:42:49.834Z","etag":null,"topics":["converter","converter-app","digital-humanities","history","measurement"],"latest_commit_sha":null,"homepage":"https://github.com/OperaVaria/unit-converter","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OperaVaria.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.md","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-12-17T12:35:03.000Z","updated_at":"2024-02-24T00:23:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"571a7c47-ac62-4861-ad35-c4bff9af5afb","html_url":"https://github.com/OperaVaria/unit-converter","commit_stats":null,"previous_names":["operavaria/unit-converter"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperaVaria%2Funit-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperaVaria%2Funit-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperaVaria%2Funit-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperaVaria%2Funit-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OperaVaria","download_url":"https://codeload.github.com/OperaVaria/unit-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239541850,"owners_count":19656102,"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":["converter","converter-app","digital-humanities","history","measurement"],"created_at":"2024-11-07T10:27:54.656Z","updated_at":"2025-11-08T00:30:28.827Z","avatar_url":"https://github.com/OperaVaria.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Mértékegységváltó a történeti tudományok számára\n\nE Python alkalmazás egy egyszerű átváltó történelmi mértékegységek számára. Az alkalmazás felülette jelenleg csak\nmagyar nyelven elérhető, és főképp Ausztriához és Magyarországhoz kapcsolódó mértékegység-rendszereket tartalmaz,\ncsakúgy, mint az ókori görög és római mértékeket. Ugyanakkor bármely mértékegységrendszer bevezethető.\nMinden modern metrikus és angolszász mértékegység szerepel viszonyítás végett. A mértékegységváltó a Tkinter GUI\neszközkészletet használja ttk ablakelemekkel, a mértékegység-adatbázis az SQLite adatbázismotorral készült.\n\nMinden információ megbízható szakirodalmi forrásból származik, és eredetük az adatbázisban jelölve van. A felhasznált\nirodalom listája megtalálható magában az adatbázis fájlban (src/units/unit_database.db), illetve a \"docs/Sources.md\"\ndokumentumban. Az adatbázis tartalma elérhető .csv formátumban is a \"docs/csv\" könyvtárban.\n\nAz új mértékegység-rendszerek hozzáadása folyamatos.\n\n**NB. Ez az első programozási projektem bármilyen nyelven.**\n\nAz alkalmazás rövidesen át lesz alakítva egy weboldallá, a jobb hozzáférhetőség érdekében.\n\n***\n\n# Unit Converter for Historical Studies\n\nThis Python app is a simple converter for historical measurement units. For the moment, the app it is only available\nwith a Hungarian UI, and features historical unit systems mainly associated with Austria and Hungary, as well as the\nAncient Greek and Roman measurements. However, any unit system can be implemented. All modern metric and Anglo-American\nunits are added for reference. The converter uses the Tkinter GUI toolkit with ttk widgets, the unit database was\nbuilt with the SQLite database engine.\n\nAll information is based on reliable academic literature, and their origin is indicated in the database. The list of\nconsulted sources can be found in the database file itself (src/units/unit_database.db), as well as in the\n\"docs/Sources.md\" document. The contents of the database is also accessible in .csv format in the \"docs/csv\" folder.\n\nNew unit systems are continuously added.\n\n**NB. This is my first ever coding project in any language.**\n\nThe app will soon be converted to a website, for better accessibility.\n\n***\n\n## Képernyőképek - Screenshots\n\n![screenshot_1](assets/images/screenshot_menu.png \"Main Menu\")\n\n![screenshot_2](assets/images/screenshot_converter-1.png \"Converter GUI - Length\")\n\n![screenshot_3](assets/images/screenshot_converter-2.png \"Converter GUI - Weight\")\n\n***\n\n## Utasítások - Instructions\n\nA forráskód közvetlenül futtatható Python 3(.12) segítségével, a \"main.pyw\" indításával. Emellett egy kompilált Windows\n.exe és Linux binary release is elérhető.\n\nThe source code can be run directly with Python 3(.12) by launching \"main.pyw\". In addition to this, a compiled Windows\n.exe and Linux binary release is also available.\n\n***\n\n## Egyéb információk - Other Information\n\nVerziók/Versions: Python 3.12, Tcl/Tk 8.6, SQLite 3.35.5  \nTesztelve/Tested on: Windows 10, 11, Ubuntu 23.10, Lubuntu 22.04 LTS\n\n**[Elérhetőség/Contact](mailto:lcs_it@proton.me)**\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperavaria%2Funit-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperavaria%2Funit-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperavaria%2Funit-converter/lists"}