I have a huge Matlab code that I want to convert to Python, my code is more than 10K lines of code, in addition, it includes some calls to other Matlab files, toolboxes, plots, and GUI figures. Therefore I'm looking for an automatic solution to this problem to help me here.
I searched on the internet and I found this package called SMOP, which is great but unfortunately, it only supports Python2.7, also it does not contain the conversion of the plots nor the GUI figures, and I'm not sure if it is able to convert the calls to the toolboxes or not. in addition, sometimes it gives me an error.
This is the best option I have found so far, but I really want a better solution because you can see how huge the code is. If anyone could help me with this problem I would really appreciate it.