https://github.com/ghostsquad/code-demo
A framework for writing demos of code stuff
https://github.com/ghostsquad/code-demo
Last synced: 8 months ago
JSON representation
A framework for writing demos of code stuff
- Host: GitHub
- URL: https://github.com/ghostsquad/code-demo
- Owner: ghostsquad
- License: apache-2.0
- Created: 2015-08-14T20:53:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T16:24:39.000Z (almost 11 years ago)
- Last Synced: 2025-07-14T20:40:32.630Z (11 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
## Code Demo ##
Demoing code stuff
Example:
```
$ python .\start-demo "C:\dev\code-demo\example\example-demo.txt"
running demo: C:\dev\code-demo\example\example-demo.txt
[1] # I am a comment explaining the next line
[2] print('Hello World')
Hello World
[3] # That was cool
```