i have severe adhd and i keep misplacing my stuff
also i sometimes forget that i already have something and end up buying another one and basically wasting money
so i had an idea of creating a sort of inventory manager for personal belongings
and i dont mean for consumable stuff like groceries
if i buy extra, i can just use later
no biggie
and yea i could just write everything down, but using a computer makes it easier to manage it
i have thought about a general structure for it
itd display like an rpg inventory menu
separated by types, like clothing, tools, misc, etc
and you can make searches based on characteristics
for adding new items, you can just write a text file with a simple human-readable format about the characteristics of the object
like a recfile, or j- actually no, json is kinda retarded to manually write, maybe yaml or toml
anyway
you can give it a name
an icon to represent it (you keep a bunch of files in a dir and you just name the file here)
additional stuff like if it is a computer, you might wanna include things like cpu information, how much ram it got, harddrive size, etc
you can also add extra info to give it more soul
like if you have a phone, you can list the damage it has sustained over time, like 'cracked screen', 'broken frontal camera'
then you give them numerical values of how much you estimate they decrease the durability of the object
and so its 'durability' stat is calculated based on that and goes from 'brand new' to 'ruined'
lets see what else uhhhhhhh
quality levels, yea that sounds cool
to tell chink shit apart from high quality german engineering
also affection levels?
just so you can set your favorite apart from your other clothes
bc a gift you got from a friend is more precious than something you bought for yourself
oh yea, ig 'origin' is also a good attr to have (shop, gift, diy, found on the garbage)
and ofc there is a description field where you can go full dark souls on your stuff and give it deepest lore and shit
well whatever all of this is extremely easy to do
i have fucked around with databases in the past, i bet i could put this shit together in one weekend
whats gonna be a real pain in the shitter is the visual design
holy cock and balls, i really hate that
i dont usually do graphics
idk what to use to display it tbh
an UI framework such as qt?
or maybe i should use a graphical lib meant for games?
yea the frontend is the only real part idk what to do with
the backend cant be that hard
maybe
probably
possibly
anyway, what do you recommend i use for that?
please just dont give me cringe shit
i am not gonna install pip just to install some gigantic convoluted glorified C bindings
id rather just straight up use C instead