gardiner2unicode

f("A1") = ð“€€; also A1.png

https://github.com/alexeyev/gardiner2unicode

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • ✓
    CITATION.cff file
    Found CITATION.cff file
  • ✓
    codemeta.json file
    Found codemeta.json file
  • ✓
    .zenodo.json file
    Found .zenodo.json file
  • â—‹
    DOI references
  • â—‹
    Academic publication links
  • â—‹
    Committers with academic emails
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary

Keywords

egyptology gardiner unicode-characters
Last synced: 6 months ago · JSON representation ·

Repository

f("A1") = ð“€€; also A1.png

Basic Info
  • Host: GitHub
  • Owner: alexeyev
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 373 KB
Statistics
  • Stars: 12
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
egyptology gardiner unicode-characters
Created about 4 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

gardiner2unicode: Mapping Egyptian Hieroglyphs

A Python3.6+ package that * provides a convenient out-of-the-box way to access the mapping of Gardiner's Sign List codes to unicode IDs; * generates hieroglyphs as images.

A list of hieroglyphs was copied from this Wikipedia template.

A 2.06 version of NewGardiner font is used by default. Please note that since 2.05 its license is OFL 1.1.

One can use any other font with UnicodeGlyphGenerator.

Python 3x PyPI version Downloads

Installation

pip install -U gardiner2unicode

Usage example

```python from gardiner2unicode import GardinerToUnicodeMap, UnicodeGlyphGenerator

g2u = GardinerToUnicodeMap() print(g2u.tounicodehex("A1"))

ugg = UnicodeGlyphGenerator() ugg.generateimage("𓉓", savepathpng="O3image.png") ``` Output:

00013000

O3

How to cite

Please cite this repository if you use this work in your research.

bibtex @misc{gardiner2unicode2021alekseev, title = {{alexeyev/gardiner2unicode: Mapping Egyptian Hieroglyphs}}, author = {Anton Alekseev}, year = {2021}, url = {https://github.com/alexeyev/gardiner2unicode}, language = {english}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/alexeyev/gardiner2unicode/}}, }

Links

Owner

  • Name: Anton Alekseev
  • Login: alexeyev
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Alekseev
    given-names: Anton
    orcid: https://orcid.org/0000-0001-6456-3329
title: "gardiner2unicode"
version: 0.0.2
date-released: 2021-11-29

GitHub Events

Total
  • Watch event: 6
  • Issue comment event: 2
  • Push event: 2
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Watch event: 6
  • Issue comment event: 2
  • Push event: 2
  • Pull request event: 1
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 14
  • Total Committers: 1
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
alexeyev a****v@g****m 14

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • JLansey (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 219 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
pypi.org: gardiner2unicode

Mapping Gardiner's codes to Unicode + generating corresponding images.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 219 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 21.7%
Stargazers count: 23.1%
Average: 25.8%
Forks count: 29.8%
Downloads: 44.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • wikitextparser >=0.47.9