#๐Ÿ”’ Custom Minecraft Modpack Launcher ๐ŸŒฒ

22 messages ยท Page 1 of 1 (latest)

neon nexusBOT
#

@lusty jasper

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

lusty jasper
#

At the moment the app looks cute & opens fine. It just has some flawed logic that I sort of coded myself into a corner with. Plus it also seems to just lock out / freeze after downloading the files from Google Drive.

#

import customtkinter as ctk
import tkinter.filedialog as filedialog
import configparser
import subprocess
import sys
from tkinter import messagebox
from PIL import Image
import os

# Initialize the app
app = ctk.CTk()
app.title("Launcher")
app.geometry("1024x576")
app.resizable(width=False, height=False)

#

Those are the basic components of the launcher, there's lots of other code snippets but I cannot post it all

#

It can download the files fine it seems

#

It just has the odd behavior of sometimes updating instead of launching even when its updated

#

Custom Minecraft Modpack Launcher ๐ŸŒฒ

hybrid parrot
#

why are you using google drive?

lusty jasper
#

I didn't make the pack so my knowledge as far as limitations is limited but that's what my friend was explaining to me. He made it over the course of 2 yrs

hybrid parrot
lusty jasper
#

I reached out to the original creator but I think they've abandoned the mod so we can't get permission or clear authorization from them

hybrid parrot
#

!rule 5 - might be a violation of TOS so not sure if we can help on this

neon nexusBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

lusty jasper
#

Oh shoot

#

Let me double-check that then before anything else

lusty jasper
neon nexusBOT
#
Python help channel closed using Discord native close action

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.