Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

When you have Python installed and you create a .py file, you will see Python File in the right click menu, and it'll be opened by the installed Python application.

If you don't have Python installed you will see File PY and you need to choose with which program you want to open the file.

I want to write a Python script that can change the text in the menu.
For e.g, instead of Python File it should show "Heheh" whenever I right click a Python file

How do I achieve this?

Context menu item:
Context menu item


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
259 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...