Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 984 Bytes

File metadata and controls

29 lines (21 loc) · 984 Bytes

Python-graph-function.

📊 Python Math Function Graph Creator

A simple command-line tool to generate and visualize mathematical function graphs using Python, NumPy, and Matplotlib.
This project allows users to input mathematical functions directly from the CMD (Command Prompt) and see their plots instantly.


🚀 Features

  • Input mathematical functions via CMD arguments.
  • Supports common functions: polynomials, trigonometric, exponential, logarithmic, etc.
  • Uses NumPy for fast numerical computation.
  • Graphs rendered with Matplotlib.
  • Easy to extend with custom functions.
  • PDF downloed file for the graph

📦 Requirements

Make sure you have Python installed (>=3.8).
Install dependencies with:

pip install numpy matplotlib

#This is an example of a tan (x) Function :

image