minetest-tools / mcimport

73 stars 22 forks source link

Migrate mcimport.sh to Python #28

Open vilhelmgray opened 4 years ago

vilhelmgray commented 4 years ago

The mcimport.sh script is pretty simple and could be re-implemented in Python with perhaps Tkinter used for popup messages. OS specific operations such as checking if a directory exists can be done by using the Python os.path module.

This should make the code more portable and eliminate the need for users to have extra programs such as zenity and bash installed on their systems.