Skip to content
forked from aegnx/ramsay

gordon ramsay says his granny could do better... AND SHE'S DEAD!!!!

Notifications You must be signed in to change notification settings

scottc943/ramsay.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ramsay.py

welcome to ramsay.py, a cool python project about making ascii gordon ramsay repeating his insults to you, or even saying what you want him to say.

you can find binaries on the "releases" tab, or build it with pyinstaller

to run it on linux, just do the command below

# not in path
/path/to/binary/ramsay

# in path
ramsay

and to add you quote just

# not in path
/path/to/binary/ramsay [quote here]

# in path
ramsay [quote here]

building it yourself

you can build with pyinstaller like so

pip install pyinstaller
pyinstaller --onefile ramsay.py

then head into dist (cd dist after you are done) and grab the binary

on linux, just chmod it like so to make it executable

chmod +x ramsay

and for linux binaries, just copy it into /bin or /usr/bin like so

sudo cp [download location]/ramsay /bin/ramsay

or (for /usr/bin)

sudo cp [download location]/ramsay /usr/bin/ramsay

example:

sudo cp /home/aegnx/Downloads/ramsay /bin/ramsay

or (for /usr/bin)

sudo cp /home/aegnx/Downloads/ramsay /usr/bin/ramsay

and also for exe files (soon, or just compile it yourself) you just have to run it using cmd or powershell or even git bash

for the best experience use konsole (kde's terminal emulator on linux or freebsd) and disable the "Use unicode Braille characters contained in font" in:

menu>settings>configure konsole>profile>[profile name]>edit>appearance>color scheme & font

About

gordon ramsay says his granny could do better... AND SHE'S DEAD!!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%