Skip to content

MeNoodie/Quick_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

CLI Graph Generator

πŸš€ Overview

The CLI Graph Generator is a simple yet powerful Command Line Interface (CLI) tool that enables users to create graphs instantly without needing online tools or Excel templates. Just provide your X and Y data along with a title, and the graph is ready in seconds!

🎯 Features

  • Instant Graph Generation – No complex settings, just input your data and get a graph.
  • No External Tools Required – No need for websites or Excel templates.
  • Simple & Efficient – Lightweight CLI-based interface for quick results.
  • Customizable Graphs – Supports various graph types.
  • Built with Python – Uses Matplotlib for visualization.

πŸ›  Installation

To use the CLI Graph Generator, make sure you have Python installed. Then, follow these steps:

# Clone the repository
git clone https://github.com/yourusername/cli-graph-generator.git
cd cli-graph-generator

# Install required dependencies
pip install -r requirements.txt

πŸ“Œ Usage

Run the script and provide the required inputs:

python graph_generator.py

The program will prompt you to enter X and Y values along with a graph title, and it will generate the graph instantly.

πŸ“Š Example

Enter X values (comma-separated): delhi , mumbai , kolkata ,.....
Enter Y values (comma-separated): 10, 20, 25, 30, 50
Enter Graph Title: Sales Growth

The graph will be displayed instantly!

πŸ”§ Future Enhancements

  • Support for multiple graph types (bar, scatter, etc.)
  • Export graphs as image files
  • CSV file support for bulk data input
  • X and Y axis titles for better labeling
  • Manual color selection for graphs
  • User Interface (UI) for a more interactive experience

🀝 Contributing

Feel free to fork the repository, make improvements, and submit a pull request. Suggestions and feature requests are always welcome!

πŸ“œ License

This project is licensed under the MIT License.


🌟 Enjoy hassle-free graph generation with CLI Graph Generator! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages