Skip to content

Commit 3a1c01f

Browse files
Update README.md
1 parent b3b2091 commit 3a1c01f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Python-Task-Manager
2-
3-
[![Static Badge](https://img.shields.io/badge/tkinter-maroon)](https://pypi.org/project/tkintertable/)
4-
[![Static Badge](https://img.shields.io/badge/matplotlib-dark_red)](https://pypi.org/project/matplotlib/)
5-
[![Static Badge](https://img.shields.io/badge/numpy-brown)](https://pypi.org/project/numpy/)
6-
[![Static Badge](https://img.shields.io/badge/psutil-firebrick)](https://pypi.org/project/psutil/)
7-
[![Static Badge](https://img.shields.io/badge/pygetwindow-crimson)](https://pypi.org/project/PyGetWindow/)
8-
92
The Python Task Manager, a Python-based interface, uses the tkinter library to display system process information. It offers a user-friendly GUI with buttons for various tasks, including Processes, Performance, App History, Startup Apps, Users, Details, and Services. The system information is displayed in a Treeview widget, and interactive features include buttons for managing or interacting with listed processes.
103

4+
[![Static Badge](https://img.shields.io/badge/tkinter-green)](https://pypi.org/project/tkinter/)
5+
[![Static Badge](https://img.shields.io/badge/matplotlib-pink)](https://pypi.org/project/matplotlib/)
6+
[![Static Badge](https://img.shields.io/badge/numpy-orange)](https://pypi.org/project/numpy/)
7+
[![Static Badge](https://img.shields.io/badge/psutil-red)](https://pypi.org/project/psutil/)
8+
[![Static Badge](https://img.shields.io/badge/pygetwindow-gray)](https://pypi.org/project/pygetwindow/)
9+
1110
# Table of Contents
1211

1312
- [About](#about)

0 commit comments

Comments
 (0)