AtomAlchemy is a Python project utilizing the Tkinter library to create an intuitive graphical user interface (GUI) for calculating the mole per gram of chemical elements or compounds. Tkinter provides the backbone for building a user-friendly interface, allowing users to input chemical formulas or element symbols effortlessly. By harnessing the power of Tkinter, AtomAlchemy enhances the user experience, offering a visually appealing and interactive platform for conducting chemical calculations. Whether for educational purposes, laboratory work, or research endeavors, AtomAlchemy's Tkinter-based interface simplifies the process of determining mole per gram values, empowering users to make informed decisions in their chemical analyses and experiments.
-
Clone the Repository:
git clone https://github.com/dayummson/AtomAlchemyV2.git cd AtomAlchemy
-
Create a Virtual Environment:
python -m venv venv
-
Activate the Virtual Environment:
- For Linux/macOS:
source venv/bin/activate
- For Windows:
venv\Scripts\activate # ** if you encounter any issues when activating the venv on windows ** # Open PowerShell as Administrator: Right-click on the PowerShell icon and select "Run as Administrator" to open PowerShell with administrative privileges. # Set Execution Policy: In the PowerShell window, run the following command to set the execution policy to allow local scripts to run: ``` Set-ExecutionPolicy RemoteSigned ``` - enter Y
- For Linux/macOS:
-
Install Dependencies:
pip install -r requirements.txt
To run the project, execute the following command:
python AtomAlchemy.py
You may fork the repo and make some changes and pull request, dont forget to star it too!
2024 © Rodge Macalalag • All Rights Reserved