GRCRiddle - Study and examination of alphabetical and isopsephical riddles of ancient Greeks
Project description
# GRCRiddles
Study of alpha-numeric riddles of ancient Greeks
´´´bash
pip install grcriddles
´´´
´´´python
# import database getter
from grcriddles.functions import get_database
a = get_database()
# filter words with 1697 isopsephy value
a = a[a[4] == 1697]
# sort and print word info
words = a.sort_values(0)
words = words[[0, 1, 3, 4, 5, 7, 8]]
words.columns = ['Word', 'Count', 'Letters', 'Isopsephy', 'Syllables', 'Vowels', 'Consonants']
words.set_index('Word', inplace=True)
words
´´´
´´´txt
´´´
Developer documentation: http://grcriddles.readthedocs.io/en/latest/
Greek Alpha-Numeric Riddle Solver EBook: https://www.gitbook.com/book/markomanninen/isopsephical-riddles-pseudo-sibylline-oracles/details
Study of alpha-numeric riddles of ancient Greeks
´´´bash
pip install grcriddles
´´´
´´´python
# import database getter
from grcriddles.functions import get_database
a = get_database()
# filter words with 1697 isopsephy value
a = a[a[4] == 1697]
# sort and print word info
words = a.sort_values(0)
words = words[[0, 1, 3, 4, 5, 7, 8]]
words.columns = ['Word', 'Count', 'Letters', 'Isopsephy', 'Syllables', 'Vowels', 'Consonants']
words.set_index('Word', inplace=True)
words
´´´
´´´txt
´´´
Developer documentation: http://grcriddles.readthedocs.io/en/latest/
Greek Alpha-Numeric Riddle Solver EBook: https://www.gitbook.com/book/markomanninen/isopsephical-riddles-pseudo-sibylline-oracles/details
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grcriddles-0.1.5.tar.gz
(31.3 MB
view details)
File details
Details for the file grcriddles-0.1.5.tar.gz.
File metadata
- Download URL: grcriddles-0.1.5.tar.gz
- Upload date:
- Size: 31.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00132f5d1e682c2d621c6b133a2b8674db09e21e1a5bf5dd35fab3e693844790
|
|
| MD5 |
4296cc1e8339e557769908fce82b7417
|
|
| BLAKE2b-256 |
a2956f89f7c6af2321de606ca0102b39e17a372ad9b4315e0156ce4f99581281
|