# curvefitting **Repository Path**: fansion314/curvefitting ## Basic Information - **Project Name**: curvefitting - **Description**: An easy-use and MATLAB-like graphical curve fitting tool, for Python, Jupyter and other environments. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-20 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Curve Fitting Tool An easy-use and MATLAB-like graphical curve fitting tool, for Python, Jupyter Notebook and other environments. ![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).