A graphical Periodic Table application developed using Qt and C++.
This application provides an interactive Periodic Table with detailed information about each element. It offers a user-friendly interface for exploring various properties of chemical elements.
- View detailed information about each element, including atomic number, symbol, atomic mass, electronegativity, and more.
- Interactive graphical representation of the Periodic Table.
- Search functionality to quickly find elements by name.
- Color-coded representation for different element categories (e.g. metals, nonmetals, metalloids).
- Available for Linux.
- Clone the repository
git clone git@github.com:ignabelitzky/periodic-table.git
- Build the application using Qt Creator or the provided build script.
- Run the executable.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
This project is licensed under the GNU General Public License v3.0. You can find the full text of the license here LICENSE.
- Qt - C++ framework used for GUI development.