#Auto tag suggestions
13 messages · Page 1 of 1 (latest)
Like autocomplete text?
I think like when you type something it takes some keywords and makes them tags
yes correct! apologies for not being clear on that
i dont think there would be a library
because like
wait do u want it like ai generated or something or just hardcoded tags
ai generated I presume
but this is something small so it's possible in this case
there already are apps which do this
I mean include this feature
you can probably make a small autocomplete generator that returns a list of string outputs, based on an input, you can use fuzzy string search for this
you can either use the builtin library, difflib, to make a small autocomplete generator, or use this