File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed
Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 1- # PyContextMenu: Add Python Scripts to the Windows Context Menu ⚙️
1+ <div align =" center " >
2+ <h1 >
3+ PyContextMenu 🖱️
4+
5+ </h1 >
6+ <h3>Add Python Scripts to the Windows Context Menu</h3>
7+ </div >
8+
9+ <br />
10+
11+ <div align =" center " >
12+ PyContextMenu allows you to easily add Python scripts to the Windows context <br>
13+ menu (right-click menu) for files, folders, and the background. <br>
14+ </div >
15+
16+ <br />
17+
18+
19+ <p align =" center " >
20+ <img src="examples/pycontextmenu.png" alt="PyContextMenu Example">
21+ </p >
22+
23+
224
3- PyContextMenu allows you to easily add Python scripts to the Windows context menu (right-click menu) for files, folders, and the desktop background.
425
526## Functionality
627
@@ -36,7 +57,7 @@ There are two ways to add a Python script to the context menu:
3657
37583. Choose the desired location(s) for the context menu entry (files, folders, background, or all).
3859
39- ! [PyContextMenu Example](examples/pycontextmenu.png)
60+
4061
4162
4263# ## Method 2: Using the Command Line
You can’t perform that action at this time.
0 commit comments