Tw1ddle / geometrize

:white_square_button: Geometrize is a desktop app that geometrizes images into geometric primitives
https://www.geometrize.co.uk
Other
1.91k stars 127 forks source link

A CLI would be appreciated #20

Closed StoneCypher closed 3 years ago

StoneCypher commented 3 years ago

I would like to do some tooling to integrate several things.

If your software offered a CLI, this would be much easier.

Do you think this would be practical? I'd really appreciate it 😄

StoneCypher commented 3 years ago

For the record, I really enjoy your software

Tw1ddle commented 3 years ago

This might help: https://github.com/Tw1ddle/geometrize-lib-example - it's a bit more basic than the main Geometrize app but is a simple console program.

The main Geometrize application can also run ChaiScript scripts you pass it via the command line, but that's rather complicated to use - I used it for this Twitter bot though: https://github.com/Tw1ddle/geometrize-twitter-bot/blob/master/bot/geometrize.py#L14

Hope that helps!

StoneCypher commented 3 years ago

The library is exactly what I needed. Thanks much