Skip to content

MSSkowron/MemLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MemLoader-Cpp

Simple console app to download and display memes from a popular mem website kwejk.pl

Technologies

  • Libcurl used to get website's HTML and download images.
  • OpenCV used to display images.

Dependencies

  • CMake 3.22 or higher

Make sure to have these libraries installed:

How to compile

Create a build directory in the project folder

mkdir build

Go inside

cd build

Run cmake and point to the parent directory

cmake ..

Run make

make

Run program

./MemLoader-cpp

How to use

After running, application instructs us what to do next.

Firstly we are asked to choose a category using 1-6 numbers.

Using ENTER we go next.

We can choose if we want to display images or no. If yes, when first image is displayed we switch to the next one using any key on the keyboard.

At the end all downloaded images are in our project's directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published