Chocolater
Chocolater copied to clipboard
Auto adder
Hey mate, just forked your app, that is exactly what I was looking for Rn I want to add my programs to it, that why I decided to make python program to make that process easier. The program is not ideal, but anyway example: input file: -Web Google Chrome;;;googlechrome
-lox output:
We
lo
Some problems, that may occur:
- I assumed that link on choco packages is made based on package name, so if its not true, links wont work
- tabulation is not done yet
Source code:
https://github.com/Deezbec/Chocolater/blob/main/main.py
Oh, I labeled it the wrong way
By the way your discord link has expired
Hey mate, I'm not that much into this project as there are many more and other better versions of it :)
This was just a fun hobby project to make a script creator over GITHUB basically.
Anyways, sadly, you need to manage inside your script to handle the PACKAGE NAME, PACKAGE TITLE, PACKAGE THUMBNAIL, and if you are looking to automate it, probably PACKAGE VERSION.
Sometimes a default package goes from being default to an older version, and your default one becomes something new. Like for example Python: In the current state, the package name would be "python" which would install the 3.11 version, but next year, the same package will install probably the newer 3.12 version, etc.
It just went unnecessarily complicated for my taste and usage so I stopped bothering with it.