Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.13 KB

Random Meme Generator

Description

This project generates random meme images using the Imgflip API. It was created using the Defang technology, which allows for easy project generation and setup.

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd <repository-directory>
  2. Install the necessary dependencies:
    pip install -r requirements.txt

Usage

  1. Run the project:
    python main.py
  2. The script will fetch a random meme image from the Imgflip API and display it.

Imgflip API

This project uses the Imgflip API to fetch random meme images. For more information about the API, visit Imgflip API.

Example

When you run the project, you should see output similar to the following:

Video Thumbnail

[Watch a sample video here] https://github.com/CynthiaWahome/randommeme/wiki

Documentation

For more information about Defang, visit the Defang Documentation.

License

This project is licensed under the MIT License.