A simple Python GUI app to search for chemical compound data using the PubChem API. This tool allows users to retrieve information such as IUPAC name, molecular weight, chemical formula, and more—complete with structure images.
-
Search by:
- Name (default)
- Formula
- CID
- SMILES
-
Retrieves and displays:
- IUPAC Name
- Common Synonyms
- Molecular Formula
- Molecular Weight
- Compound CID
-
Downloads and shows compound structure image from PubChem
-
Built with
Tkinterfor a clean and simple GUI
pip install pubchempy Pillow requestspython "Chemical Info Finder.py"- Enter a search term (e.g., "glucose").
- Select the search type from the dropdown.
- Click Search or press Enter.
- View the retrieved information and structure image (if available).
- Make sure you are connected to the internet—the app fetches data and images live from PubChem.
- If no image is available, a
[No structure available]message will be shown.
