Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

📊 Graph Generator in Python

A simple and interactive Graph Generator built with Python.
This project allows you to input values and generate different types of graphs (line, bar, scatter, etc.) for easy visualization and analysis.


🚀 Features

  • Generate graphs by providing values as input
  • Supports Line Chart, Bar Chart, Scatter Plot
  • Customizable labels, titles, and colors
  • Beginner-friendly and easy to run
  • Built with matplotlib

⬇️ Download & Installation

  1. Download the project

    • clone the repository:
      git clone https://github.com/Sintuhazarika55/GraphGeneratorPy.git
      cd graph-generator
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate   # On Mac/Linux
    venv\Scripts\activate      # On Windows
    
    
  3. Install dependencies:

    pip install -r requirements.txt

▶️ Usage

Run the script:

python main.py

You’ll be prompted to enter values, and the program will generate a graph based on your input.

Example:

Enter X values: 1, 2, 3, 4, 5
Enter Y values: 2, 4, 6, 8, 10
Choose graph type (line/bar/scatter): line

✅ A graph window will open displaying your chosen visualization.


📦 Dependencies

Install them using:

pip install matplotlib

📸 Example Output

(Line chart example)

Graph Example


🤝 Contributing

Contributions, issues, and feature requests are welcome ! Feel free to fork this repo and submit a pull request.


📜 License

This project is licensed under the MIT License – see the LICENSE file for details.


✨ Author

Created by Sintu Hazarika


About

Project Repository

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages