Skip to main content

An interactive Periodic Table of Elements app for the console!

Project description

periodic-table-cli

periodic-table-cli title

An interactive Periodic Table of Elements app for the console!

Why the console? Because it's the cool way.

What periodic-table-cli prints to the console

pypi version status downloads license

Also available for NodeJS. View Homepage.

Usage

$ pip install periodic-table-cli
$ periodic-table-cli
$ periodic-table-cli [options]

The config params are optional (see below).

Note: Supports Python 3.8+. Zero dependencies except windows-curses for Windows.

Interactive Controls

  • Navigation: Use UP / DOWN / LEFT / RIGHT arrows.
  • Display Mode: Use SLASH (/) to toggle the display mode forwards. Use BACKSLASH (\) to toggle the display mode in reverse.
  • Search: Use UP / DOWN arrows to navigate results. Press ENTER to select. Press LEFT to exit search.
  • Quit: Press ESC or CTRL+C.

Add the --help flag for more info.

Note: Be sure to run in terminals that support 256 colors. Minimum required terminal screen dimensions: 156 columns x 46 rows.

Features

Browse

Use arrow keys to navigate and browse across all 118 elements. The selected element appears in gold on the Periodic Table on the left, and 22 data points for that element will display on the right. Each element's family and electron configuration will appear in gold below the Periodic Table.

What periodic-table-cli prints to the console

Move the cursor directly below the Periodic Table to browse all 10 element families. The elements in that family will be focused on the Periodic Table, and a description of that family will appear on the right.

What periodic-table-cli prints to the console

Move the cursor below the element families to browse all 4 electron configurations. The elements with that electron configuration will be focused on the Periodic Table, and a description of that electron shell will appear on the right.

What periodic-table-cli prints to the console

Search

Use letters or numbers to query for an element, family, or electron configuration. Queries are matched on element names, symbols, and atomic numbers, along with family names and electron configuration names. Just start typing to enter search mode. Press the Enter to select a search item, or the Left arrow to exit search mode.

What periodic-table-cli prints to the console

Display Mode

Use the SLASH (/) key to toggle different display modes. Use BACKSLASH (\) to toggle in reverse. The following 20 display modes are supported:

Element Families

Display 10 color-coded element families:

What periodic-table-cli prints to the console

Electron Configurations

Display 4 color-coded electron shells:

What periodic-table-cli prints to the console

Standard State

Display whether an element is a solid (white), liquid (red), or gas (blue). Expected states appear as a darker color (gray is expected solid, dark blue is expected gas):

What periodic-table-cli prints to the console

Atomic Mass

Display a heat-map of atomic mass (increasing from blue to red):

What periodic-table-cli prints to the console

Protons

Display a heat-map of the number of protons (increasing from blue to red):

What periodic-table-cli prints to the console

Neutrons

Display a heat-map of the number of neutrons (increasing from blue to red):

What periodic-table-cli prints to the console

Electrons

Display a heat-map of the number of electrons (increasing from blue to red):

What periodic-table-cli prints to the console

Valence Electrons

Display a color-coded representation of the number of valence electrons:

What periodic-table-cli prints to the console

Valency

Display a color-coded representation of valency:

What periodic-table-cli prints to the console

Atomic Radius

Display a heat-map of atomic radius (increasing from blue to red):

What periodic-table-cli prints to the console

Density

Display a heat-map of density (increasing from blue to red):

What periodic-table-cli prints to the console

Electronegativity

Display a heat-map of electronegativity (increasing from blue to red):

What periodic-table-cli prints to the console

Ionization Energy

Display a heat-map of ionization energy (increasing from blue to red):

What periodic-table-cli prints to the console

Electron Affinity

Display a heat-map of electron affinity (increasing from blue to red):

What periodic-table-cli prints to the console

Melting Point

Display a heat-map of melting point (increasing from blue to red):

What periodic-table-cli prints to the console

Boiling Point

Display a heat-map of boiling point (increasing from blue to red):

What periodic-table-cli prints to the console

Specific Heat

Display a heat-map of specific heat (increasing from blue to red):

What periodic-table-cli prints to the console

Radioactivity

Display which elements are radioactive (red) and stable (green):

What periodic-table-cli prints to the console

Occurrence

Display which elements have a natural occurrence (blue), rare occurrence (orange), or artificial occurrence (yellow):

What periodic-table-cli prints to the console

Year

Display a heat-map of the year each element was discovered (increasing from blue to red). Ancient elements appear in white:

What periodic-table-cli prints to the console

Options

Data Mode

The --mode=data param displays a brief list of all the elements, including atomic number, element symbol, and element name:

$ periodic-table-cli --mode=data

What periodic-table-cli prints to the console

Verbose

Add the optional --verbose flag (or shorthand -v) to display a detailed list of all elements with up to 27 data columns (limited by screen size):

$ periodic-table-cli --mode=data --verbose

What periodic-table-cli prints to the console

Specific Elements

Specify an element to view data for that element. Elements can be specified using the --atomic-number=<number>, --symbol=<symbol>, or --name=<name> params:

$ periodic-table-cli --mode=data --atomic-number=<number>
$ periodic-table-cli --mode=data --symbol=<symbol>
$ periodic-table-cli --mode=data --name=<name>

What periodic-table-cli prints to the console

Chart Mode

The --mode=chart param prints a non-interactive Periodic Table of Elements:

$ periodic-table-cli --mode=chart

What periodic-table-cli prints to the console

Minimum terminal width: 113 characters

Small

Add the optional --small flag (or shorthand -s) to print a smaller non-interactive version of the Periodic Table of Elements:

$ periodic-table-cli --mode=chart --small

What periodic-table-cli prints to the console

Minimum terminal width: 76 characters

Specific Elements

Specify an element to view that element on the Periodic Table of Element. Elements can be specified using the --atomic-number=<number>, --symbol=<symbol>, or --name=<name> params:

$ periodic-table-cli --mode=chart --atomic-number=<number>
$ periodic-table-cli --mode=chart --symbol=<symbol>
$ periodic-table-cli --mode=chart --name=<name>

What periodic-table-cli prints to the console

App Mode (default)

The --mode=app param runs the app in interactive mode (default).

$ periodic-table-cli --mode=app

Specific Elements

Specify an element to launch the app on that element. Elements can be specified using the --atomic-number=<number>, --symbol=<symbol>, or --name=<name> params:

$ periodic-table-cli --mode=app --atomic-number=<number>
$ periodic-table-cli --mode=app --symbol=<symbol>
$ periodic-table-cli --mode=app --name=<name>

Data Sources

Data used in the app is stored in an easy to edit data file. The data is mostly imported from PubChem.

Last Updated January 2024

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

periodic-table-cli-2.0.6.tar.gz (42.6 kB view details)

Uploaded Source

Built Distribution

periodic_table_cli-2.0.6-py3-none-any.whl (43.4 kB view details)

Uploaded Python 3

File details

Details for the file periodic-table-cli-2.0.6.tar.gz.

File metadata

  • Download URL: periodic-table-cli-2.0.6.tar.gz
  • Upload date:
  • Size: 42.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.0

File hashes

Hashes for periodic-table-cli-2.0.6.tar.gz
Algorithm Hash digest
SHA256 e2d09bfa6f0cd1ef432732de888cf36fa806dd4d465ad697b5cf54545ef200dc
MD5 9c6e2f44dfd4b16f1e0569fd160b998d
BLAKE2b-256 d8dd1def63d5054a9684494983619f3ac1d7fe41e0b511331587720bc1f77006

See more details on using hashes here.

File details

Details for the file periodic_table_cli-2.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for periodic_table_cli-2.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bc3c96ea84e2dca62fa9e423cb79fc26451cf2618ed654f98de832cb33e6dab4
MD5 26e7e3c92abf981c2192409ee55b3f5b
BLAKE2b-256 149bef9a45767218ec37e182bde095d4d950257b7beb9549ac8e5529c25cabdf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page