Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwilk/chemiscripts
- Owner: jwilk
- License: mit
- Created: 2018-03-31T20:25:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T20:37:26.000Z (about 1 month ago)
- Last Synced: 2024-12-09T09:52:45.433Z (16 days ago)
- Topics: chemistry, unicode
- Language: Python
- Homepage: https://jwilk.github.io/chemiscripts/
- Size: 32.2 KB
- Stars: 69
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: LICENSE
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