An open API service indexing awesome lists of open source software.

https://github.com/naemazam/periodic-table

Let's Gather Periodic table Information By python
https://github.com/naemazam/periodic-table

naemazam periodic-table periodic-table-of-elements python python3

Last synced: 4 months ago
JSON representation

Let's Gather Periodic table Information By python

Awesome Lists containing this project

README

        


Periodic table


Let's Gather Periodic table Information By python


## Simple Knowledge

The periodic table, also known as the periodic table of chemical elements, is a tabular display of the chemical elements. It is widely used in chemistry, physics, and other sciences, and is generally seen as an icon of chemistry.
![](https://m.justsoposh.com/catalog/product/p/e/period_gfeedres_202009031724195f5126c34d2dd.png)

## Run Locally

Clone the project

```bash
git clone https://github.com/naemazam/Periodic-table.git
```

Go to the project directory

```bash
cd Periodic-table
```

Install dependencies

```bash
pip install import codecs
```

Start the code

```bash
python3 Periodic-table.py
```

## Demo
Input Hydrogen

output

```python
# Periodic table #

* ELEMENT : Hydrogen
* APPEARANCE: colorless gas
* SYMBOL : H
* NUMBER : 1
* PERIOD : 1
* PHASE : Gas
* ATOMIC MASS: 1.008
* BOILING pt: 20.271
* MELTING Pt: 13.99
* CATEGORY : diatomic nonmetal
* DENSITY : 0.08988
* MOLAR HEAT : 28.836
* CONFIGURATION : 1s1
* AFFINITY : 72.769
* ELECTRONEGATIVITY : 2.2
* IONIZATION e : [1312.0]
* Xpos : 1
* Ypos : 1
* SHELLS : [1]
* DISCOVERED BY: Henry Cavendish
* NAMED BY : Antoine Lavoisier

* Hydrogen is a chemical element with chemical symbol H and atomic number 1. With an atomic weight of 1.00794 u, hydrogen is the lightest element on the periodic table. Its monatomic form (H) is the most abundant chemical substance in the Universe, constituting roughly 75% of all baryonic mass.

Search Internet To Know More..
```

## Contributing

Contributions are always welcome!