Soumilgit / NPCIL-Internship

A simple GUI Made on Qt Creator for ProcessMonitorModule.

Repository from Github https://github.comSoumilgit/NPCIL-InternshipRepository from Github https://github.comSoumilgit/NPCIL-Internship

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

About

A simple GUI Made on Qt Creator for ProcessMonitorModule.

License:MIT License


Languages

Language:Python 99.9%Language:PowerShell 0.1%