Skip to content

djbravo06/chemical_structure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chemical Structure from IUPAC or Common Name

This is a simple webpage designed using flask in python which helps a user to find the structure of a compound by inputting the IUPAC or common name.

Installation

  1. Clone this repository
git clone https://github.com/At1d1pt/chemical_structure.git

cd chemical_structure
  1. Install dependencies
pip install -r requirements.txt

How to run the project?

Run main.py and open https://127.0.0.1:1234/

If this doesn't work, try changing the PORT in main.py. You can also set the DEBUG to False.

Screenshots

screenshot screenshot

Resources Used

rdkit for drawing structures

This helped me figure out how to get SMILES from IUPAC

About

Find the structure of a compound by inputting the IUPAC or common name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.3%
  • HTML 35.9%
  • CSS 1.8%