Skip to content

Calculate the Mole Per Gram ratio with an intuitive user interface using this Python script. Simply input the substance's molecular weight and mass to get accurate results instantly.

Notifications You must be signed in to change notification settings

dayummson/AtomAlchemyV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtomAlchemy Version 2

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.

Setup

  1. Clone the Repository:

    git clone https://github.com/dayummson/AtomAlchemyV2.git
    cd AtomAlchemy
  2. Create a Virtual Environment:

    python -m venv venv
  3. 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
  4. Install Dependencies:

    pip install -r requirements.txt

Running the Project

To run the project, execute the following command:

python AtomAlchemy.py

Contribution

You may fork the repo and make some changes and pull request, dont forget to star it too!

Licence & Copyright

2024 © Rodge Macalalag • All Rights Reserved

About

Calculate the Mole Per Gram ratio with an intuitive user interface using this Python script. Simply input the substance's molecular weight and mass to get accurate results instantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages