Skip to content

Commit 6071304

Browse files
authored
Update README.md
1 parent 817c3bb commit 6071304

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
11
# PythonBuilder_CrosPlatform
22
Get different output from Python Scripts! HTML, APK, Exe, C, Web, Bash, Linux, Dart, Kotlin and more! For the first time in the world! py2apk, py2exe, py2sh, py2bat, py2c, py2php, py2java, py2js, py2kotlin, py2dart, py2swift
3+
4+
# Menu
5+
```
6+
~~Please select output format your application:
7+
8+
Windows:
9+
[ w-1 ] exe -- Windows Applications
10+
[ w-2 ] C -- Windows Applications (Your Can Convert To exe and more)
11+
[ w-3 ] bat -- Windows Applications Code
12+
13+
Web(Usable for all devices with a browser):
14+
[ b-1 ] html(html+css+js) -- Web Browsers Applications (It can ranning on all system and servers (need to installed a browser))
15+
[ b-2 ] php(html+css+js+php+python) -- Web Browsers Applications (PHP mediation with python principles) (Good for running on hosts) (Can Run html/css/js code with print code exam:print('<h1>hello</h1>'))
16+
[ b-3 ] php -- Web Browsers Applications (Full PHP Convert) (Good for running on hosts) AI
17+
[ b-4 ] html(html+js) -- Web Browsers Applications (It can ranning on all system and servers (need to installed a browser)) (FULL CONVERT) AI
18+
19+
Android:
20+
[ a-1 ] java(apk) -- Android Applications (By convertting code to JAVA and build to apk) (Hard but stable) AI
21+
[ a-2 ] apk -- Android Applications (By convertting code to HTML5 and build to apk) (Easy)
22+
23+
Bash(Linux,Mac,...):
24+
[ l-1 ] sh -- Bash Linux Applications AI
25+
[ l-2 ] sh -- Bash Linux Applications (Bash mediation with python principles)
26+
27+
Cross-Platform languages(Opening for all types of operating systems):
28+
[ c-1 ] dart -- dart language AI
29+
[ c-2 ] swift -- Bash Linux Applications AI
30+
[ c-3 ] kotlin -- Bash Linux Applications AI
31+
32+
33+
34+
>>
35+
36+
```

0 commit comments

Comments
 (0)