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.2.3.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

chatmol-0.2.3-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for chatmol-0.2.3.tar.gz
Algorithm Hash digest
SHA256 5f20164000c9eef33e2351e3af2533cf7a622119978e9d483d795cf600d64c7f
MD5 b9da2612a15fb9436bb36d1b677b9a17
BLAKE2b-256 248b426380227c0ccc2e711ff9e87027be033e19f80d09efa80f54d3afe03b46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatmol-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 5.9 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.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 44b4b98f586df02a7a760c9f2a706c1f99d34a4c7e5cb3a6746cd7a4892e9eb9
MD5 a3f0c26249e0e4e930867dfa15cf4018
BLAKE2b-256 a681ec69519cd31a09f8608071c74d534a972bc8a84b74ec58d3d9c4dc49c3df

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