Chocolater icon indicating copy to clipboard operation
Chocolater copied to clipboard

Auto adder

Open Deezbec opened this issue 2 years ago • 3 comments

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:

  1. I assumed that link on choco packages is made based on package name, so if its not true, links wont work
  2. tabulation is not done yet

Source code:

https://github.com/Deezbec/Chocolater/blob/main/main.py

in_txt_format.txt

Deezbec avatar Feb 09 '23 23:02 Deezbec

Oh, I labeled it the wrong way

Deezbec avatar Feb 09 '23 23:02 Deezbec

By the way your discord link has expired

Deezbec avatar Feb 09 '23 23:02 Deezbec

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.

mariosemes avatar Feb 10 '23 08:02 mariosemes