-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate mcimport.sh to Python #28
Comments
vilhelmgray
added a commit
to vilhelmgray/mcimport
that referenced
this issue
Apr 1, 2020
Users no longer require sh, curl, unzip, or a *nix environment in order to automatically download the required mods. This should allow users of other operating systems such as Windows to also use this script. Bug: minetest-tools#28
vilhelmgray
added a commit
to vilhelmgray/mcimport
that referenced
this issue
Apr 1, 2020
Users no longer require sh, curl, unzip, or a *nix environment in order to automatically download the required mods. This should allow users of other operating systems such as Windows to also use this script. Bug: minetest-tools#28
vilhelmgray
added a commit
to vilhelmgray/mcimport
that referenced
this issue
Apr 1, 2020
Users no longer require sh, curl, unzip, or a *nix environment in order to automatically download the required mods. This should allow users of other operating systems such as Windows to also use this script. Bug: minetest-tools#28
vilhelmgray
added a commit
to vilhelmgray/mcimport
that referenced
this issue
Apr 3, 2020
Users no longer require sh, curl, unzip, or a *nix environment in order to automatically download the required mods. This should allow users of other operating systems such as Windows to also use this script. Bug: minetest-tools#28
vilhelmgray
added a commit
to vilhelmgray/mcimport
that referenced
this issue
Apr 3, 2020
Users no longer require sh, curl, unzip, or a *nix environment in order to automatically download the required mods. This should allow users of other operating systems such as Windows to also use this script. Bug: minetest-tools#28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: