mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-06 07:44:35 +01:00
Add categories skill tree (#5295)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
@@ -23,6 +23,6 @@
|
||||
"difficulty": "basic",
|
||||
"side_effects": []
|
||||
},
|
||||
"name": "PasswordGenerator_Easy",
|
||||
"name": "PasswordGenerator",
|
||||
"task": "Create a random password generator. The password should have between 8 and 16 characters and should contain letters, numbers and symbols. The password should be printed to the console. The entry point will be a python file that can be run this way: python password_generator.py [--len x] where x is the length of the password. If no length is specified, the password should be 8 characters long. The password_generator can also be imported as a module and called as password = password_generator.generate_password(len=x). Any invalid input should raise a ValueError."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user