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.
- Host: GitHub
- URL: https://github.com/soumilgit/npcil-internship
- Owner: Soumilgit
- License: mit
- Created: 2024-07-02T16:16:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:39:35.000Z (over 1 year ago)
- Last Synced: 2025-01-17T15:16:51.533Z (over 1 year ago)
- Language: Python
- Size: 6.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```