stoichiograph

Spell words with elemental symbols from the periodic table.
git clone git://git.amin.space/stoichiograph.git
Log | Files | Refs | LICENSE

__init__.py (245B)


      1 __title__ = 'stoichiograph'
      2 __version__ = '0.1.2'
      3 __license__ = 'MIT'
      4 __author__ = 'Amin Mesbah'
      5 __email__ = 'mesbahamin@gmail.com'
      6 __description__ = (
      7     'Spell words with elemental symbols from the periodic table '
      8     '("He", "Cu", etc).'
      9 )