The following items are not made by me! Click the words to go to the original source
Periodic Tab Json -> Used in -> periodic_table.json
pip install chemispy
from chemispy import *
query.query_atomic_number(1)
Return's the name of the element corresponding to the atomic number
print(query.list_types())
Returns a list of all elements (Used mostly for debugging)
from chemispy.utils.atomic_number_query import atomic_number_query
atomic_number_query.elements.append("ELEMENT_119")