Skip to main content

Presentations from the CommandLine

Project description

#PyPresenter


##What is It ?

* It is a commandline presentation tool ( Allows you to present on terminal )

## Install

``` bash
$ git clone https://github.com/neshkatrapati/pypresenter.git
$ cd pypresenter
$ sudo python setup.py install
```
or
``` bash
$ pip install pypresenter
```
or
``` bash
$ easy_install pypresenter
```

## Usage
``` bash
$ pypresenter example.pypr
( Ctrl + C to exit )
```

##Features

###XML format to write slides.

``` xml
<slide>
<text>
Hello !
</text>
</slide>
```

* Text colors, styles and type writing animation
``` xml
<slide>
<text>
<f style="bold" color="red"> Red Text is </f>
<typewriter> <f color="blue"> Awesome ! </f></typewriter>
</text>
</slide>
```
* Use figlet
``` xml
<slide>
<heading font="starwars" fg="red" bg="white">
Welcome !
</heading>
</slide>
```

* Ascii image rendering using python-aalib
``` xml
<slide>
<image width="20" height="20"> image.jpg </image>
</slide>
```

* Use os commands in side the slides
``` xml
<slide>
<command print="true">
ls -l
</command>
</slide>
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypresenter-0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page