Skip to content

Commit 65ac80f

Browse files
README.md
1 parent c726f97 commit 65ac80f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# X-Files
22
Python X-Files v2.3
3+
4+
This is Python X-Files v2.3, a user-friendly program designed to execute Python (.py) files directly without the need to open the console. With Python X-Files, you can easily run your Python scripts with a simple graphical user interface.
5+
6+
Key Features:
7+
8+
Execute Python files with a few clicks: Python X-Files allows you to select any Python (.py) file using a file dialog, eliminating the need for manual console commands.
9+
User-friendly confirmation: Before executing the selected file, the program displays a confirmation dialog to ensure you execute the correct file.
10+
Integration with Python: The program utilizes the subprocess module to execute the selected Python script seamlessly.
11+
12+
Python X-Files provides an efficient way for Python developers to execute their scripts without complications, optimizing the execution process with a simple and user-friendly interface.

0 commit comments

Comments
 (0)