Skip to main content

A package for ChatMol

Project description

ChatMol Python Package

ChatMol is a Python package that provides a seamless integration of large language models into PyMOL, enabling users to interact with PyMOL using natural language instructions. This robust tool simplifies PyMOL tasks and offers suggestions, explanations, and guidance on a wide range of PyMOL-related topics. ChatMol provides various interaction modes with PyMOL, including the PyMOL command line, Python, miniGUI chatbot, and web browsers.

Installation

pip install chatmol

Usage

Here are some examples of how to use the package:

import chatmol as cm
output_chatmol_llm = cm.chatlite("download chain A of 3wzm and color it by secondary structure") # use the chatmol llm, free and no API key required
print(output_chatmol_llm)
print(cm.defaul_client.gpt_model) # check the current ChatGPT model
output_chatgpt = cm.chat_with_gpt("download 4eb0 and highlight residue number 208") # use the GPT-3.5-turbo llm, API key required
print(output_chatgpt)
print(cm.defaul_client.claude_model) # check the current Claude model
output_claude = cm.chat_with_claude("download 1pga from rcsb and show a transprant surface") # use the claude llm, API key required
print(output_claude)

You can send results to PyMOL:

import chatmol as cm
ps = cm.start_pymol() # open a PyMOL session with XML-RPC server
ps.chatlite("download 1pga")

# send commands to PyMOL
ps.server.do("esmfold MTYKLILNGKTLKGETTTEAVDAATAEKVFKQYANDNGVDGEWTYDDATKTFTVTE, 1pga_esmfold") # make sure you have pymolfold plugin installed

enjoy!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chatmol-0.1.0.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

chatmol-0.1.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file chatmol-0.1.0.tar.gz.

File metadata

  • Download URL: chatmol-0.1.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.18

File hashes

Hashes for chatmol-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6b43a574e221d269e438f09670cee791a7851c171765375658361f933eabdb32
MD5 bdd26ec08c85416f49c5fd98a9699502
BLAKE2b-256 2248c8bd199aa63cb3e8767501a16612537cb5b4149179f18b2d6ec9d14f7505

See more details on using hashes here.

File details

Details for the file chatmol-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: chatmol-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.18

File hashes

Hashes for chatmol-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7e1710a0880dd89d8b9f4384c585f800b53f106db692a31a3bbb7945cd3e0487
MD5 c35e2f847b279492b1b04174e018ff6f
BLAKE2b-256 a1b53c1954c862174ab8f2d28b3c59221ad72ace00a291624dbb9b480397c1d8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page