After a bit of research on the available automation frameworks for python, I find that Robot Framework fits almost all my requirements, except that it has not listed pymedia, tkSnack (on which my scripts are based) in any of the (built-in or external) libraries. Since the scripts primarily deal with audio processing using pymedia, and the data on focus is the output .wav files, I cannot figure a way out.
So, my question is - is there a way I can use pymedia, tkSnack libraries with Robot Framework? I would appreciate any help, direction or guiding in this regard.
P.S : I am a total newbie. So, pardon my ignorance or any errors in my understanding. There are chances that I might be missing out on something.