Skip to content

rohankishore/Graphyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphyte. 📈

banner (2)

Graphyte. is a Python-based graphing application built with PyQt6 and Matplotlib inspired by GeoGebra, designed to provide users with an intuitive interface for creating and visualizing mathematical functions and data sets.

    Buy Me a Coffee at ko-fi.com

Interface 🖥️

Graphyte. offers a similar interface to that of GeoGebra. A dock on the left side, a toolbar on top, and a graphing area on the right side.

image


Features 📃

Since Graphyte. is a new Graphing software, the list of the current features is pretty limited. But I'm focused on implementing more and more features to get it to GeoGebra's level, although that would require much more time. In the meantime, here are the current features:

  • Multiple function graphing
  • Option to Save the plot
  • Dark Mode
  • Support for Polynomials and Trigonometric and Inverse Trigonometric functions
  • Pan, Zoom, Customize the graphs

Get Started ⭐

Let's set up Graphyte. on your PC!

With EXE

Below is a detailed procedure of how you can install Graphyte. EXE

  • Download the ZIP file from the latest release from the Releases page
  • Unzip the file and open it
  • Double-click on "Graphyte.exe"
  • Enjoy 😉

Manual Installation

Prerequisites

  • Download / Clone this repository

Run this command in your terminal to install the dependencies at once

pip install -r requirements.txt
  • python -m main.py

Roadmap 🛣️

Graphyte. is a hobby project and is developed by only a single 17-year-old person. The development of the project may get staggered if I get busy due to any personal circumstances, or if I run out of money to manage all the hardware gears. Here are some anticipated features that I plan to implement soon:

  • Custom theming
  • Support for plotting points, circles, and other conics
  • Sliders, lines, etc

Contributions 🛂

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

🪪 License

Distributed under the MIT License. See LICENSE.txt for more information.