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!
- 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.
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
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.
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!
- 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
Feel free to fork the repository, make improvements, and submit a pull request. Suggestions and feature requests are always welcome!
This project is licensed under the MIT License.