Metadata-Version: 2.1
Name: BenMillerScripts
Version: 0.1.3
Summary: Modules for Running Python scripts by Ben Miller in DigitalMicrograph
Home-page: https://www.gatan.com/resources/python-scripts
Author: Ben Miller
Author-email: benmiller002@aol.com
License: MIT
Description: BenMillerScripts
        ---
        This is a collection of Python Modules that I've written to support my Python scripts that can be run from the embedded Python in Gatan's [DigitalMicrograph](https://www.gatan.com/resources/software) software 
        
        For more information on using Python in DigitalMicrograph, visit this page on [Gatan's Website](https://www.gatan.com/resources/python-scripts).
        
        
        
        Installing
        ---
        If you don't yet have Python in DigitalMicrograph, first install DigitalMicrograph 3.4 or greater, and during installation, choose to install Python. More details can be found at the links above. 
        
        Next, open an Anaconda prompt. This should be listed in the Windows start menu program list. You may want to run this as an admin. 
        In the Anaconda prompt enter the following:
        
        `activate GMS_VENV_PYTHON`
        
        This will activate the virtual environment that DigitalMicrograph uses. 
        
        Next, install the package by entering the following command.
        
        `pip install BenMillerScripts`
        
        Usage
        ---
        
        This module is used by my [Live FFT Color Map script](https://www.gatan.com/sites/default/files/Scripts/Live%20Difference.py). Change this link to correct script!
        
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
