TNoodle in python app #24
Replies: 5 comments 4 replies
-
Hey! To get scrambles from TNoodle that are usable in another app, you need to use the core libraries located at https://github.com/thewca/tnoodle-lib. I will move the discussion there. |
Beta Was this translation helpful? Give feedback.
-
The TNoodle scrambling algorithms are currently implemented in Java. In order to use them from Python, you have two options:
In order to make Jython work, you need all the No matter which option you choose, you will need to make yourself familiar with the basic Java infrastructure of how to generate a scramble. https://github.com/thewca/tnoodle-samples and specifically the Hope this helps!
|
Beta Was this translation helpful? Give feedback.
-
The answer lies in the error message: It seems that you have installed the JRE, not the JDK.
You need the latter in order to build the project with Gradle. Please make sure you have JDK installed and report back if the error persists |
Beta Was this translation helpful? Give feedback.
-
Ive done a bit more research and everything works now, Thanks for your excellent support! |
Beta Was this translation helpful? Give feedback.
-
I'm making a GUI app in python that is just a basic timer, I've made every bit except for the scrambler which I need TNoodle for. I just need a basic system for requesting scrambles and their SVGs and receiving them back so they can be displayed.
Beta Was this translation helpful? Give feedback.
All reactions