natural / java2python

Simple but effective library to translate Java source code to Python.
GNU Lesser General Public License v2.1
564 stars 243 forks source link

Use j2py to convert folders #60

Open muran123 opened 5 years ago

muran123 commented 5 years ago

I managed to install j2py and also used it for single files. Is there a possibility to convert folders (all files with the folder and all subfolders within) like /src/ into Python via j2py?