Thanks a lot Dr. Antonis,
I've done some research and found some Python 3-D modeling libraries, being CadQuery, Tkinter, KIVY some alternatives. There are 2 main GUI building types libraries: scripting-based and visual-based, being the last the most desired approach ( the idea is to build an intuitive interface composed of buttons where the User can call the Objects Construction Commands (box, plate, edge, etc) and visualize them, using a CAD software like FreeCAD or any visual interface).
But the main problem I visualize, in the scenario I can develop the 3D CAD interface tools is how then can I export/convert the CAD file from the GUI successfully into a .IN file, in order to fully use the pre- processing and post processing of gprMax (A-scans, electromagnetic fields plotting, etc), without crashing the load-up.
Thanks for all your advices!
Diego