https://github.com/tusharsadhwani/pythonplusplus
It's Python, but better.
https://github.com/tusharsadhwani/pythonplusplus
braces meme python transpiler
Last synced: 9 months ago
JSON representation
It's Python, but better.
- Host: GitHub
- URL: https://github.com/tusharsadhwani/pythonplusplus
- Owner: tusharsadhwani
- License: mit
- Created: 2019-08-26T17:36:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T17:44:21.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T04:39:17.800Z (about 1 year ago)
- Topics: braces, meme, python, transpiler
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python++
It's Python, but better.
## Key features
1. No mandatory indentation *(yay!)*
2. Beautiful braces *(finally!)*
3. `true`, `false`, and `null` keywords *(no more confusion!)*
4. `++` operator *(hell yeah!)*
It's the Python upgrade we've all been waiting for!
## How to use
1. Install Python3.6 or higher
2. Run the following:
```
git clone https://github.com/tusharsadhwani/pythonplusplus.git
cd pythonplusplus
python ppp.py test.pp -o test
```
If the output says `test.ppc created successfully`, you've just compiled your first python++ program! If not, contact your local sysadmin for help.
3. To test your program, type:
```
python test.ppc
```