EleMentor is a Python GUI application for chemistry learners. It helps users explore chemical elements through their:
- Names and abbreviations
- Electronic configurations (including exceptions)
- Periodic table group & period positions
- Valence electrons
- Accepts atomic number, name, or symbol.
- Highlights noble gases, metals, nonmetals, and metalloids.
- Handles known exceptions in electron configurations.
- Outputs are color-coded for clarity.
python EleMentor.py
-
GUI built with tkinter.
-
Dynamic console-like output area.
-
All data stored in in-code dictionaries—no external API calls needed.
- Supports only up to element 118 for EC, valence, and position.
See included LICENSE file for more details.
Extract EleMentor_Overview.zip for ppt