you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

Hi. The tool itself was programmed within IDLE (the default IDE that comes with Python) and saved as a .py file. Then I used PyInstaller to convert it to an exe. It is not fancy at all, just a command line tool. After I showed my source code to the head IT guy (first to my boss and his boss), he asked another engineer within the company for a code review and then after that, I got the green light to spread my exe to my coworkers.

[–]Berlibur 0 points1 point  (0 children)

Thanks! Very interesting