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

Uploaded Source

Built Distribution

chatmol-0.2.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chatmol-0.2.1.tar.gz
  • Upload date:
  • Size: 5.4 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.1.tar.gz
Algorithm Hash digest
SHA256 d5600a004371cff6fe47d3177307e45a7b9253467e1c7f758634e2732e386d3f
MD5 ef7fecf0e2afad9d485847df657c052c
BLAKE2b-256 b0a80878e8315d7410545d28bf6afb0fdf46b1077ec7e45821d3366cc54f2c2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatmol-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 6.1 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2a78d337d06d6241d52e64b5119af755613e2553231946a937c42f75a22a7bfa
MD5 8ed77ad7e0eda75c0e9ba6efe8d9fc7f
BLAKE2b-256 11ca53df21c6058830f7a417f405db722693e932390b75a6460a24cbe25389d1

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