Skip to content

Releases: opsecfreak/pythoncsvinventory

Python-Ported v0.1.2

17 Sep 12:50
525bc43

Choose a tag to compare

Added initialization functions for program.log, and inventory.csv. File will be created if not found in directory, or append to existing file. Code is cleaned up and its fully functional.

Full Changelog: v0.1.1...v0.1.2

Python-Ported

17 Sep 12:14
05cc52d

Choose a tag to compare

This release is the python code wrapped up using pyinstaller and the exe is in the dist folder.
Run the exe (or compile from source). The exe will automatically create inventory.csv and program.log

I have included the binary as well as source.

This is the first fully functional release, more features will be added soon. EXE allows for the window to be more navigable and viewable vs an IDE for usage.

Full Changelog: https://github.com/opsecfreak/pythoncsvinventory/commits/v0.1.1