A Python tool for generating usernames in Active Directory-specific formats from the provided username list
##Steps to run the greycode.py.
- Download the greycode.py file.
- Put the names in a file. Let's say users.txt
- Now run the below command: python3 greycode.py users.txt final-users // final-users.txt will be a new file generated by greycode.
- you will get your output in the "final-users" file.