CSV Asset Software Reconciliation App

Python GUI that allows user to upload two .csv files and reads them. It then creates a .csv file that highlights inconsistencies.

Project Three Screenshot

For a real use case I coded this specifically to take a list of assets and their software and compare it against a software list. If certain software is missing from the asset, it will add that asset into the new .csv file with the missing software listed next to it.

Technologies Used:

  • Python
  • VSCode
  • GitHub

Features:

  • User Interface
  • Data Reconciliation

Git Repository