Metadata-Version: 2.1
Name: KinMSGUI
Version: 1.0
Summary: GUI Interface for KinMS software
Home-page: https://github.com/TristanBurman/KinMSGUI
Author: Tristan Burman
Author-email: BurmanT@cardiff.ac.uk
License: UNKNOWN
Description: # KinMS GUI
        Graphics Interface for the KinMS by Timothy A Davis. (https://github.com/TimothyADavis/KinMS)
        
        
        -Installation
        	
        	To install the GUI download the files available at https://github.com/TristanBurman/KinMSGUI and run the 
        	file named 'GUI.py' located in the 'GUI Program' folder.
         
         
        -Built Using
        
        	KinMS 	     - Kinetic Modeling Simulation programme Used to generate fits 
        	Tkinter	     - Used to Create the GUI Interface
        	Numpy 	     - Used for Calculations 
        	Scipy 	     - Specifically scipy.optimize.minimize for minimisation
        	Matplotlib   - Used for plotting data
        	Astropy      - For reading .fits files
        
        	Other modules used
        
        	Time	       - Used for timing fitting 
        	Threading    - Used to run minimisation on seperate thread to prevent GUI update blocking
        	Webbrowser   - Used to launch website
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
