Skip to content

Python library for parsing mol-files and drawing molecular skeleton/stick figures with matplotlib

License

Notifications You must be signed in to change notification settings

georglind/mollusk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mollusk

Python library for parsing mol-files and drawing molecular skeleton/stick figures with matplotlib

Simple usage

from mollusk.mol import skeleton
import matplotlib.pyplot as plt

fig, ax = matplotlib.figure(figsize=8,6)
molfile = 'path/to/your/molfile.mol'

skeleton.draw_mol(fig, ax, molfile)

plt.show()

About

Python library for parsing mol-files and drawing molecular skeleton/stick figures with matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages