Jump to content
  • Sign Up

Leaderboard


Popular Content

Showing content with the highest reputation on 02/14/2025 in all areas

  1. 1 point
    I have made a new project, it is called LaunchiCube, and it is a Multi-Instance Launcher for ClassiCube, Inspired by MultiMC. I have released it to see yall's opinions and to ask for some possible help, and some feedback. Hope you like it! https://github.com/Tycho10101/LaunchiCube
  2. 1 point
    I'm on mobile so I can't test it atm, but this looks like a really cool project! A few things that I think you can improve (this is only from looking at the code, so I may not get the full picture): Move initialization logic (creating directories, etc.) into separate function instead of in the file scope Instead of downloading CC every time the program is opened, check for updates using builds.json; as update logic gets more complex, move updating to separate class Detect OS using `os.name`/`sys.platform`/`platform.system()` (see here) + `is_64bit = sys.maxsize > 2**32` to download the correct binary Line 21-22: Change `finally: "Do nothing"` to `except: pass`; `finally` does nothing to stop errors because there's nothing to catch them; `pass` is a better way to say `"do nothing"`
×
×
  • Create New...