Skip to content

An application for turning PornHub images into ASCII art. Created for SexTechHack 2016.

Notifications You must be signed in to change notification settings

amrishparmar/NSFW-to-ASCII-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An NSFW to ASCII Art Generator

An application for turning Pr0nHub images into ASCII art!

This application was originally created for the SexTechHack 2016 hackathon.

Upon the user typing a pr0n category, the user will be given a random still from the Pr0nHub website related to that category but converted to an ASCII art representation.

18+ users only!

Note: This program works best when your terminal is large, full-screen or with a small font size. Future improvements may include dynamic resizing to address this.

To use the program:

Dependencies:

Compilation

To compile the program execute the following command when inside the src directory:

javac -cp ".:thumbnailator-0.4.8.jar:jsoup-1.10.1.jar" nsfwtoascii/*.java

If on Windows, replace the :'s with ;'s.

Running

To run the program execute the following command when inside the src directory:

java -cp ".:thumbnailator-0.4.8.jar:jsoup-1.10.1.jar" nsfwtoascii/NsfwToAscii

Again, if on Windows replace the :'s with ;'s.

Enjoy ;)

About

An application for turning PornHub images into ASCII art. Created for SexTechHack 2016.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages