Skip to content

Commit 60ecc73

Browse files
authored
Update README.md
1 parent 38ffe3a commit 60ecc73

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
@@ -4,6 +4,16 @@
44
This Java project provides utility classes for your java project.
55

66
## Compilation and Execution
7+
# MyJavaPy
8+
9+
MyJavaPy is a Python script that clones a specific GitHub repository, retrieves specified `.java` files, and compiles them to the specific folder.
10+
11+
I add a video how to use that code `[click here](https://github.com/MrTG-CodeBot/MyJava/tree/main/assets)`.
12+
There are two options:
13+
1, Using command prompt to run the python script. [`video`](https://github.com/MrTG-CodeBot/MyJava/blob/main/assets/using_command_prompt.mp4)
14+
2, Using visual studio code or pycharm to run the python script.[`video`](https://github.com/MrTG-CodeBot/MyJava/raw/refs/heads/main/assets/using_pycharm_or_vs_code.mp4)
15+
16+
##OR
717

818
**Note**: First, compile the [`io.java`](https://github.com/MrTG-CodeBot/MyJava/blob/main/myJava/Base/io.java) file, before compiling the other files to avoid any errors.
919

0 commit comments

Comments
 (0)