Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diptangsu/shakeabuse
A simple command line app to display a shakespearean abuse on the console
https://github.com/diptangsu/shakeabuse
hacktoberfest package python python3 shakespeare
Last synced: about 21 hours ago
JSON representation
A simple command line app to display a shakespearean abuse on the console
- Host: GitHub
- URL: https://github.com/diptangsu/shakeabuse
- Owner: diptangsu
- License: mit
- Created: 2020-05-25T14:45:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T12:12:53.000Z (over 2 years ago)
- Last Synced: 2024-09-27T08:15:18.490Z (about 1 month ago)
- Topics: hacktoberfest, package, python, python3, shakespeare
- Language: Python
- Homepage: https://pypi.org/project/shakeabuse/
- Size: 40 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Downloads](https://pepy.tech/badge/shakeabuse)](https://pepy.tech/project/shakeabuse)
# Shakeabuse
A simple command line app to display a random shakespearean abuse on the console.
## Installation
```
pip install shakeabuse
```
or, since you're probably using `python3`
```
pip3 install shakeabuse
```## Usage
```
$ shkabuse
Thou paunchy fly-bitten giglet!
$ shkabuse
Thou vain ill-nurtured bugbear!
$ shkabuse
Thou artless hasty-witted flap-dragon!
$ shkabuse
Methink'st thou art a general offence and every man should beat thee.
```---
Idea stolen from my friend [Shuvojit Sarkar](https://github.com/shuvojit-tps). He once wrote an android app that did the same thing.