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
- Host: GitHub
- URL: https://github.com/naemazam/periodic-table
- Owner: naemazam
- Created: 2021-11-20T18:15:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T19:16:36.000Z (over 3 years ago)
- Last Synced: 2025-01-14T13:57:13.066Z (5 months ago)
- Topics: naemazam, periodic-table, periodic-table-of-elements, python, python3
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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 Hydrogenoutput
```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!