Simple Script for FUE Determination by Andrew Ganea
- Download the project folder from this Github link by clicking on the Code button in the top right and then Download Zip.
- Extract the zip file with software like 7-Zip.
- Press the Windows key and type in Windows Powershell and make sure to run it with administrator access.
- In the window that shows up, type in
Set-ExecutionPolicy Unrestricted
and then pressA
. - Go back to where you downloaded the folder, and copy the full path to the folder (starting with C:...).
- In PowerShell, type in cd and then paste in the file path.
- Paste in
.\Install_Python.ps1
and then press Enter, be patient as the script is now installing Python and the project dependencies.
- Now that Python is installed, right-click BPML_Python_Script.py and click Open with -> Python
- When prompted to enter your username, type in your email and press Enter
- When prompted to enter your password, type in the password and Press enter
- If you have 2FA/MFA enabled, you need to paste in an app password.
- To generate an app password, go here, log in, click on Add Sign-in method and choose App Password.
- Once generated, keep your app password in a secure place since it will only ever be displayed once.
- If your details are typed in correctly, the current BPML will show up, press 1 and then press enter.
- All of the sheets will be displayed. Type in the number of the sheet that has information on the roles that are assigned to each user in the form of a grid of X's and press enter.
- The sheets are now displayed a second time. Now, type in the number of the sheet that shows whether a role is Advanced, Core, or Self-Service and press enter.
- The report is now automatically generated and stored in (Your Project Folder) -> spreadsheets -> output
- The report is timestamped with the current date and time in your's computer local time zone.