With PyAccount you can create a GitHub repository from this repository because of it being a template, so you will have the account package file already included in the file structure, so you can develop a program written in Python and use this open-source account system.
Click on the following button:
This image is from this Github docs page, where you can find a detailed guide for templates
Then you are done.
After having created the repos from the template, you also need to include it in your code. To do so is really easy: first install these packages:
- rich
- pyyaml
then write this at the first line of your file.
from lib.account import *
- [FUNCTION] log_sign_in(): opens the login dialogue and returns the username variable.
The username and the password are saved locally into usrdata.yml.
DO NOT USE THIS FOR SERIOUS THINGS: THE PASSWORD IS IN usrdata.yml WITHOUT ENCRYPTION, ROT13 OR OTHER STUFF SO IT'S EASILY BREAKABLE! When this announce will be removed that will mean that it will have been made more secure.