Help Pls
I want to know how to create accounts that save
Like in the fishing game, there were accounts that saved your progress
I want to know how to do this in python pls
Thanks!
HackermonDev
You can use pickle
I want to know how to create accounts that save
Like in the fishing game, there were accounts that saved your progress
I want to know how to do this in python pls
Thanks!
You can use pickle
You could either use a text file or a database to save each account name.
@ash15khng and @PDanielY Thank you for help but which would be better in terms of saving without forking onto your device?
@epicman702 database
@PDanielY Could you give me a code with this example?
@epicman702 actually database is stored in you device but you could use remotemysql.
Here is an example with Python:
@PDanielY you can get the username and password from remotemysql and the host is remotemysql.com
@PDanielY Ok thank you!
I'll try figure it out
Looks complicated
@epicman702 You can find more info [here] (https://www.w3schools.com/python/python_mysql_getstarted.asp)
@HackermonDev hehe, I ended up using files after all these years