Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
I am building a python project using opencv and kociemba library, the aim is to solve a rubik's cube. It would take the 6 faces of cube as input and produce the instructions to solve the cube as output. However, I want to encase my project to run on the web browser and with a little bit of GUI, something like a web app. What should I use to design the browser part of this app and how should I connect python and the other part?

What I have tried:

I have researched a little bit about flutter and react native but I am not sure how would I connect my python part to it and input-output process.
Posted
Updated 3-Sep-21 4:13am

1 solution

If you are considering a Web application, you can look through Flask. It's a great way to combine front and back.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900