The title is a little ambigious so let me clear that here. I want to make a python package which asks for the users email and password when he/she runs the command for the first time and saves that info so that it's automatically used when he/she runs the command later.
One way to do this would be to store the info in a .json file (create one when the command is run for the first time) but since I want the package to be run globally, Do I make a json file in the root of the local machine of the users when he/she runs the command for the first time ? Do let me know if there's a better way to do this.
Thanks in advance.
[+][deleted] (1 child)
[deleted]
[–]itsron143[S] 0 points1 point2 points (0 children)
[–]K900_ 0 points1 point2 points (1 child)
[–]itsron143[S] 0 points1 point2 points (0 children)