{"id":19530782,"url":"https://github.com/alexeyev/gardiner2unicode","last_synced_at":"2025-04-26T13:30:53.888Z","repository":{"id":57433078,"uuid":"432281140","full_name":"alexeyev/gardiner2unicode","owner":"alexeyev","description":"f(\"A1\") = 𓀀; also A1.png","archived":false,"fork":false,"pushed_at":"2021-12-16T20:32:09.000Z","size":379,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T08:48:09.787Z","etag":null,"topics":["egyptology","gardiner","unicode-characters"],"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/alexeyev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-26T19:24:58.000Z","updated_at":"2024-12-19T03:47:38.000Z","dependencies_parsed_at":"2022-08-27T22:20:59.081Z","dependency_job_id":null,"html_url":"https://github.com/alexeyev/gardiner2unicode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyev%2Fgardiner2unicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyev%2Fgardiner2unicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyev%2Fgardiner2unicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeyev%2Fgardiner2unicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexeyev","download_url":"https://codeload.github.com/alexeyev/gardiner2unicode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250993110,"owners_count":21519610,"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":["egyptology","gardiner","unicode-characters"],"created_at":"2024-11-11T01:36:16.747Z","updated_at":"2025-04-26T13:30:53.595Z","avatar_url":"https://github.com/alexeyev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gardiner2unicode: Mapping Egyptian Hieroglyphs\n\nA Python3.6+ package that \n* provides a convenient out-of-the-box way to access the mapping \nof [Gardiner's Sign List](https://en.wikipedia.org/wiki/Gardiner%27s_sign_list) codes to unicode IDs;\n* generates hieroglyphs as images.\n\nA list of hieroglyphs was copied from \n[this Wikipedia template](https://en.wikipedia.org/w/index.php?title=Template:List_of_hieroglyphs\u0026action=edit).\n\nA 2.06 version of [NewGardiner font](https://mjn.host.cs.st-andrews.ac.uk/egyptian/fonts/newgardiner.html) is used\nby default. Please note that since 2.05 its license is [OFL 1.1](https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web).\n\nOne can use any other font with `UnicodeGlyphGenerator`.\n\n\n![Python 3x](https://img.shields.io/badge/python-3.x-blue.svg)\n[![PyPI version][pypi_badge]][pypi_link]\n[![Downloads](https://pepy.tech/badge/gardiner2unicode)](https://pepy.tech/project/gardiner2unicode)\n\n[pypi_badge]: https://badge.fury.io/py/gardiner2unicode.svg\n[pypi_link]: https://pypi.python.org/pypi/gardiner2unicode\n\n## Installation\n\n    pip install -U gardiner2unicode\n\n## Usage example\n\n```python\nfrom gardiner2unicode import GardinerToUnicodeMap, UnicodeGlyphGenerator\n\ng2u = GardinerToUnicodeMap()\nprint(g2u.to_unicode_hex(\"A1\"))\n\nugg = UnicodeGlyphGenerator()\nugg.generate_image(\"𓉓\", save_path_png=\"O3_image.png\")\n```\nOutput:\n\n`00013000`\n\n![O3](O3_image.png?raw=true \"Generated O3 image: a combination of a house, an oar, a tall loaf and a beer jug.\")\n\n## How to cite\n\nPlease cite this repository if you use this work in your research.\n\n```bibtex\n@misc{gardiner2unicode2021alekseev,\n  title     = {{alexeyev/gardiner2unicode: Mapping Egyptian Hieroglyphs}},\n  author    = {Anton Alekseev}, \n  year      = {2021},\n  url       = {https://github.com/alexeyev/gardiner2unicode},\n  language  = {english},\n  publisher = {GitHub}, \n  journal   = {GitHub repository},  \n  howpublished = {\\url{https://github.com/alexeyev/gardiner2unicode/}}, \n}\n```\n\n## Links\n\n* [NewGardiner font](https://mjn.host.cs.st-andrews.ac.uk/egyptian/fonts/newgardiner.html)\n* [Gardiner's Sign List](https://en.wikipedia.org/wiki/Gardiner%27s_sign_list)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeyev%2Fgardiner2unicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexeyev%2Fgardiner2unicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeyev%2Fgardiner2unicode/lists"}