Metadata-Version: 2.1
Name: curvefitting
Version: 1.0.1
Summary: A MATLAB-like graphical curve fitting tool
Home-page: https://github.com/Hamlet-Fansion/curvefitting
Author: Fan Peilin
Author-email: fanpeilin123@126.com
License: MIT Licence
Description: # Curve Fitting Tool
        
        An easy-use and MATLAB-like graphical curve fitting tool, for Python, Jupyter Notebook and other environments.    
        
        ![picture](.\ui\appearance.png)
        
        ![picture](https://github.com/Hamlet-Fansion/curvefitting/blob/master/ui/appearance.png)
        
        ### Install
        
        ```powershell
        pip install curvefitting
        ```
        
        ### Usage
        
        import this module
        
        ```python
        from curvefitting import cftool
        ```
        
        pop up the fitting window
        
        ```python
        cftool(globals())
        ```
        
        for more usages, see Help --> Help
        
        
        
        Please contact me through my e-mail: fanpeilin123@126.com
        
        If you find it useful, please fork me on [Github](https://github.com/Hamlet-Fansion/curvefitting).
Keywords: pip,curvefitting,cftool,curve fitting tool,curve-fit
Platform: any
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
