Eel icon indicating copy to clipboard operation
Eel copied to clipboard

How can I save data to users computer?

Open nh916 opened this issue 2 years ago • 2 comments

Describe the problem I want to save data to users computer when they are using the executable, so that when they close it and launch it later their data still exists. How can I accomplish this?

nh916 avatar Sep 18 '22 22:09 nh916

How can I accomplish this?

What have you already tried?

dstricks avatar Sep 18 '22 23:09 dstricks

I personally use JSON files for this. Just create a file inside the same directory as the compiled code and edit it using python. Not sure if this is the best option, but it's the one I'm most familiar with.

JustasKud avatar Oct 12 '22 04:10 JustasKud

Show some code 😉

tripleo1 avatar Dec 18 '22 00:12 tripleo1

Hi! I would like to work on this issue as my first contribution for the project. Could you help me get started by giving me some pointers so that I can head in the right direction?

gh-adithya avatar Oct 19 '23 16:10 gh-adithya