Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewsmedina/jailbreakerz
https://github.com/andrewsmedina/jailbreakerz
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewsmedina/jailbreakerz
- Owner: andrewsmedina
- Created: 2010-08-22T00:51:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T00:02:39.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T04:05:36.702Z (3 months ago)
- Language: Python
- Homepage:
- Size: 5.16 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - jailbreakerz - (Python)
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 :]