A library for using chemistry in python
Project description
Chemistry in python
Installation
pip install chemispy
Usage
from chemispy import *
Atomic Number Query
query.query_atomic_number(1)
Return's the name of the element corresponding to the atomic number
Elements List
print(query.list_types())
Returns a list of all elements (Used mostly for debugging)
Custom Elements
from chemispy.utils.atomic_number_query import atomic_number_query
atomic_number_query.elements.append("ELEMENT_119")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chemispy-1.1.2.tar.gz
(3.0 kB
view hashes)