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>
```
##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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pypresenter-0.2.tar.gz.
File metadata
- Download URL: pypresenter-0.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a584a36a01f097a4b060e54c87a115a3026da1fc00d7645c449a3a9cba1da0c2
|
|
| MD5 |
e07a789db905154017086dd563ac3d89
|
|
| BLAKE2b-256 |
0b408bdfb354b5660c582ab6a8753ff52c7f4fbf70c86d3b6c4cdda893de675c
|