Metadata-Version: 2.1
Name: det-sys-calc-eziped
Version: 0.0.3
Summary: Calculate systems of equations and determinants to your heart's content
Home-page: https://github.com/ezhang7423/determinant-calc/
Author: Eddie Zhang
Author-email: obeyfutzipe666@gmail.com
License: UNKNOWN
Description: # determinant-calc
        ## calculate systems of equations and determinants to your heart's content with tkinter and eddie
        
        ## installation
        * prerequisites: python 3.6 or above
        * go to terminal or command prompt
        * pip install det-sys-calc-eziped
        * python3 -m det-sys-calculator OR python -m det-sys-calculator 
        ## https://pypi.org/project/det-sys-calc-eziped/0.0.1/
        
        '''Uses row reduction and tkinter as a basis for the program, packaged into two different windows-determinant and sys of equations.
            tkinter makes calls to the backend and the backend returns a result for tkinter to display.'''
        
        for v2:
        * make tabbing work
        * fix lables for system of eqns
        * add show steps button
        * final windows
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
