Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwilk/chemiscripts

translate ASCII chemical formulas into Unicode
https://github.com/jwilk/chemiscripts

chemistry unicode

Last synced: 7 days ago
JSON representation

translate ASCII chemical formulas into Unicode

Awesome Lists containing this project

README

        

**ChemiScripts** translates chemicals formula written in ASCII into Unicode.

Two implementations are available:

1. `Web interface `_
written in HTML + JavaScript.

2. Command-line interface written in Python 3:

.. code:: console

$ chemiscripts '3(NH4)2S + Sb2S5 -> 6NH4+ + 2SbS4 3+'
3(NH₄)₂S + Sb₂S₅ → 6NH₄⁺ + 2SbS₄³⁺

.. vim:ft=rst ts=3 sts=3 sw=3 et