Simple ProcessMonitorModule ,with a UserManagerModule ,GUI I made using QtCreator.
Below is the folder structure of the repository :
.qtcreator
Python_3_11_7venv
│ ├─ bin
│ │ ├─ Activate.ps1
│ │ ├─ activate
│ │ ├─ pip.exe
│ │ ├─ pip3.11.exe
│ │ ├─ pip3.exe
│ │ ├─ python.exe
│ │ ├─ python3.11.exe
│ │ ├─ python3.exe
│ │ ├─ python3w.exe
│ │ └─ pythonw.exe
│ ├─ lib
│ │ └─ python3.11
│ │ └─ site-packages
│ ...etc .
├─ CircularImportPrevention
│ └─ shared.py
├─ InitialRequirements.png
├─ LICENSE
├─ ProcessMonitorModule
│ ├─ code
│ │ ├─ main.py
│ │ ├─ processmonitor.log
│ │ ├─ requirements.txt
│ │ └─ table.ui
│ └─ extras
│ ├─ ProcessMonitorModule.pyproject
│ ├─ ProcessMonitorModule.pyproject.user
│ ├─ data.sqlite
│ ├─ process.txt
│ └─ table.py.autosave
├─ README.md
├─ UserManagerModule
│ ├─ extra
│ │ ├─ UserManagerModule.pyproject
│ │ └─ UserManagerModule.pyproject.user
│ └─ main
│ ├─ main1.py
│ └─ requirements.txt
└─ __pycache__
└─ functions.cpython-312.pyc