Skip to content

Commit cbf105c

Browse files
committed
Release v1.2.0
1 parent 3e4301a commit cbf105c

File tree

12 files changed

+260
-218
lines changed

12 files changed

+260
-218
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sparklypython-config.json
22
build
33
dist
4-
main.spec
4+
main.spec
5+
old-icon.ico

ABOUT.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SparklyPython
2+
#### The most powerful, beginner-friendly, and open-source Python IDE.
3+
4+
- Developer: <a href="https://www.github.com/TFAGaming">TFAGaming (T.F.A)</a>
5+
- Version: 1.2.0
6+
- Supported Language: Python
7+
- Libraries: tkinter, idlelib, tklinenums, pkg_resources, requests, re, os, json, threading, subprocess, ast, webbrowser, markdown, tkhtmlview
8+
9+
License: The MIT License

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# SparklyPython
2-
SparklyPython is the most powerful and open-source Python IDE, fully written in Python and using Tkinter for GUI.
2+
The most powerful, beginner-friendly, and open-source Python IDE, fully written in Python and using Tkinter for GUI.
33

4-
You can convert the main file `main.py` to an `.exe` file using [PyInstaller](https://pypi.org/project/pyinstaller/).
4+
You can convert the main file `main.py` to an `.exe` file using [PyInstaller](https://pypi.org/project/pyinstaller/). The command was used is here:
5+
6+
```
7+
pyinstaller main.py -w --icon=icon.ico
8+
```
9+
10+
Enjoy while using SparklyPython! =)
511

612
## Screenshots
7-
<img src="./screenshots/first.png">
8-
<img src="./screenshots/second.png">
9-
<img src="./screenshots/third.png">
13+
<img src="./screenshots/screenshot-1.png">
14+
<img src="./screenshots/screenshot-4.png">
15+
<img src="./screenshots/screenshot-2.png">
16+
<img src="./screenshots/screenshot-3.png">
1017

1118
## License
1219
The MIT License ([View here](./LICENSE))

icon.ico

6.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)