Metadata-Version: 2.1
Name: img2gcode
Version: 1.0.2
Summary: Convert image to gcode for laser printing
Home-page: https://github.com/0CBH0/img2gcode
Author: 0CBH0
Author-email: maodatou88@163.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# img2gcode

Convert image to gcode for laser printing.

## Installation
~~~
python3 -m pip install --upgrade img2gcode
~~~

## Usage
~~~
# Basic usage
img2gcode [options] -i <image_file>

# For more information
img2gcode -h
~~~


