Metadata-Version: 2.1
Name: Subplot2Grid
Version: 0.0.2
Summary: Tool to manually draw subplots for Subplot2Grid.
Home-page: https://github.com/ludvikalkhoury/Subplot2Grid.git
Author: Ludvik Alkhoury
Author-email: Ludvik.Alkhoury@gmail.com
Requires-Dist: pyperclip ==1.9.0
Requires-Dist: Pillow >=9.4.0

Subplot2Grid is a tool that helps you design subplot layouts and generate corresponding code.


To install this package, use:
``pip install Subplot2Grid``

Then to run it, use:
``python -m Subplot2Grid``


How to use:	
- Use the left mouse button to draw a rectangle on the canvas.	
- Use the right mouse button to delete a rectangle.	
- Use the middle mouse button to move and adjust the rectangle's placement.	

Features:	
- Generate and save the Python code for your layout.	
- Export a template image of the grid to remember labels and subplots.	
