adrianliaw / PyCuber

Rubik's Cube solver in Python
MIT License
195 stars 46 forks source link

Option to get string-based output #9

Closed muodov closed 8 years ago

muodov commented 8 years ago

Escape-sequences for coloring are nice for interactive programming, but not very friendly for automate tasks. Would be nice to have an option to disable color output and just return color strings like "red" or "orange". Or, even better, the ability to pass color mappings into constructor of the Cube class.

If you think it is a good idea, I can actually propose a pull request for this

adrianliaw commented 8 years ago

Cool! Just send me a pull request, and I'm happy to see that. Thanks a lot!