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
Repository
f("A1") = ð“€€; also A1.png
Basic Info
Statistics
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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.
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

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
- Website: https://ai.pdmi.ras.ru/
- Repositories: 52
- Profile: https://github.com/alexeyev
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 | 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.
- Homepage: https://github.com/alexeyev/gardiner2unicode
- Documentation: https://gardiner2unicode.readthedocs.io/
- License: MIT License
-
Latest release: 0.0.3
published 7 months ago
Rankings
Maintainers (1)
Dependencies
- wikitextparser >=0.47.9