Skip to content

Commit cfab8d6

Browse files
authored
Update README.md
1 parent 8f9e1a0 commit cfab8d6

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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

3758
3. 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

0 commit comments

Comments
 (0)