Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.13 KB

Element-Identificator

made-with-python GitHub license

Features

  • Element Information Retrieval: The code's primary function is to retrieve information about a chemical element based on its symbol. It uses the periodictable module to access a comprehensive database of elements and their properties.
  • Property Printing: Once the element is validated, the code prints various properties of the element, including its name, symbol, atomic number, atomic mass, and density.

Prerequisites

  1. Install periodictable library using pip install periodictable.
  2. Python 3.x

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Github Footer