A really stupid package manager
Made for Hack Club Stardance
- You can install both Python packages and native packages!
- Linux and Windows support
- You can remove your packages that you installed
- Portable!
- Online repo
- Metadata about native packages (version, general information)
- And more!
- Install Python 3.8 or above
- Install venv support however you it on your Linux distro, on Windows it's included
- Open a terminal and run
pip install requests. If you are on Linux, the process may be a little bit different, but do however you install requests on your distro - Clone the repo or download https://github.com/simpansoftware/Rotarium/releases/download/1.0.0/release.zip
- Go into the folder that you either cloned or unzipped or whatever
- Open a terminal in said folder
- Run
python installer.py - It's installed! Run
python main.py helpto see all commands
- Me for mostly everything
- soap_phia for letting me steal the idea of a package manager
- Claude for helping me debug as uhh i needed help debugging for some stuff