Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewsmedina/jailbreakerz


https://github.com/andrewsmedina/jailbreakerz

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Jailbreakerz
> Help prisoners escape from jail.

![image](https://cloud.githubusercontent.com/assets/244265/11537683/28bab83e-98ec-11e5-981d-8cfec44c2758.png)

## Install dependencies

1. Clone it:

```sh
$ git clone [email protected]:andrewsmedina/jailbreakerz.git
```

2. Then go to the project's folder:

```sh
$ cd jailbreakerz
```

3. And finally run:
```shell
$ pip install -r requirements.txt
```

## Play!
```shell
$ python jailbreakerz/jailbreakerz.py
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-awesome-new-feature`
3. Commit your changes: `git commit -m 'Add some awesome feature'`
4. Push to the branch: `git push origin my-awesome-new-feature`
5. Submit a pull request :]