-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: opsecfreak/pythoncsvinventory
Releases · opsecfreak/pythoncsvinventory
Python-Ported v0.1.2
@opsecfreak
opsecfreak
525bc43
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
Assets 4
1 person reacted
Python-Ported
@opsecfreak
opsecfreak
05cc52d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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