Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orkohunter/potterscript
/x/pel/e/r/mus
https://github.com/orkohunter/potterscript
compiler harry-potter language python
Last synced: 15 days ago
JSON representation
/x/pel/e/r/mus
- Host: GitHub
- URL: https://github.com/orkohunter/potterscript
- Owner: OrkoHunter
- License: mit
- Created: 2016-05-08T12:21:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T18:47:34.000Z (over 8 years ago)
- Last Synced: 2024-10-04T15:54:34.209Z (about 1 month ago)
- Topics: compiler, harry-potter, language, python
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PotterScript
The one language that Harry always used, but never spoke of.# About
PotterScript is an interpreted language, similar to Muggle world's
[Python](https://en.wikipedia.org/wiki/Python_(programming_language)),
which is believed to be developed by Harry Potter during his stay at
Hogwarts School of Witchcraft and Wizardry.# Installation
```sh
$ git clone https://github.com/OrkoHunter/PotterScript.git
$ cd PotterScript/
$ python3 setup.py install
```Make sure you use Python 3. Use `sudo` in case of permission issue.
# Usage
Start the interactive shell.
```sh
$ potterscript
```# Feature Requests
PotterScript is a fun toy project. If you're a Harry Potter fan, then please tell
what would you expect from this.[Link to submit feature request](http://goo.gl/forms/TvBKkZVlle)
# Credits
This project is heavily inspired from [TrumpScript](https://github.com/samshadwell/TrumpScript)
and with good muggle intentions.