# Guide on using AnyBody from Python The package **`anypytools`** has utilities and tools to work with the AnyBody Modeling System. This tutorial includes the following: * [Install and setup](00_Install_and_Setup) Best way to get up and running * [Getting started](01_Getting_started_with_anypytools) Running simple AnyBody macros * [Generating macros](02_Generating_macros) Generate and run complex macros * [Working with AnyBody output](03_Working_with_output_from_Anybody) Loading AnyOutput files and HDF5 files generated by AMS * [Batch processing](04_Batch_processing_multiple_models) Techniques to batch process many models * [Advanced studies](05_Monte_Carlo_studies_etc) Build macros for parameter, Monte Carlo & Latin hypercube studies. * [Tips&Tricks](06_Tips&Tricks) Technical tricks for using anypytools Don't panic ```{toctree} :hidden: 00_Install_and_Setup 01_Getting_started_with_anypytools 02_Generating_macros 03_Working_with_output_from_Anybody 04_Batch_processing_multiple_models 05_Monte_Carlo_studies_etc 06_Tips&Tricks ```