Skip to main content

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

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page