An open API service indexing awesome lists of open source software.

https://github.com/soumilgit/npcil-internship

A simple GUI Made on Qt Creator for ProcessMonitorModule.
https://github.com/soumilgit/npcil-internship

Last synced: over 1 year ago
JSON representation

A simple GUI Made on Qt Creator for ProcessMonitorModule.

Awesome Lists containing this project

README

          

Simple ProcessMonitorModule ,with a UserManagerModule ,GUI I made using QtCreator.
# Folder Structure :
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
```