:)))
Hugo :
I like photography, but I don't have too much time too, but the project looks interesting !!
Note: on the website you provided, the sources are not downloadable (Broken link)
I also allow myself to try to "translate the joke" of Frost to help you, Hugo (As I understand, your are not developer) :
- Python is a language that mainly calls libraries, written in languages like c, c++, pascal (or any other archetypal language)
- Python therefore allows easy access to an underlying complexity. *But*, this complexity is hidden in libraries. No magic.
- So, in your case, rewriting in python what your program does is total nonsense : It would it be 1000 times slower, it wouldn't be necessarily simpler, and it would be as verbose as it is now. And many times more weak, technically/support speaking.
Ultimately, you would have to make a library of the "business" points of your program, then, it'll allow an "easy" access with python. That would make sense. But that's up for discussion, and it more a strategic question.
That said, in your case, I would rather advise to begin to put your project on github (or other), in order to potentially interest other devs?
cheers, and good luck for this nice project.