Chengcheng-Xiao / PTCL

Periodic Table - Command Line version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Periodic table in command line

Periodic table from command line :)

also, search and print details of an element using its name or symbol or atomic number.

Usage

To print out the periodic table

ptcl

To search for a specific element's detail using its name:

ptcl -N Hydrogen

To search for a specific element's detail using its chemical symbol:

ptcl -s H

To search for a specific element's detail using its atomic number:

ptcl -n 1

Acknowledgements

About

Periodic Table - Command Line version


Languages

Language:Python 100.0%