Newton CAS Python Wrapper and GUI
This project aims to provide a Python wrapper and GUI for the Newton API, a Computer Algebra System (CAS) that allows users to perform various math…
This project aims to provide a Python wrapper and GUI for the Newton API, a Computer Algebra System (CAS) that allows users to perform various math…
This project aims to provide a Python wrapper and GUI for the Newton API, a Computer Algebra System (CAS) that allows users to perform various mathematical computations. The GUI is built using DearPyGui and Newton API.
Clone the repository:
git clone https://github.com/Mrinank-Bhowmick/python-beginner-projects.git
Navigate to the project directory:
cd python-beginner-projects/projects/computer-algebra
Install dependencies using pip:
pip install -r requirements.txt
Run the main script main.py:
python main.py
The application window will appear, consisting of two sections:
Choose the desired mathematical operation from the radio buttons.
Enter the expression in the input text box.
Click the "Evaluate" button to perform the selected operation.
The result will be displayed in the output section.
No — it uses the dearpygui GUI toolkit and makes HTTP requests to the Newton API.