Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambotcoder/meme-world
Meme World is a platform which provides a variety of ASCII Art design for different occassions.
https://github.com/iambotcoder/meme-world
Last synced: 6 days ago
JSON representation
Meme World is a platform which provides a variety of ASCII Art design for different occassions.
- Host: GitHub
- URL: https://github.com/iambotcoder/meme-world
- Owner: iambotcoder
- Created: 2023-07-14T23:21:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-25T04:14:21.000Z (over 1 year ago)
- Last Synced: 2023-10-25T15:37:40.477Z (over 1 year ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# Meme-World### Meme World is a platform which provides a variety of ASCII Art design for different occassions.
https://github.com/iambotcoder/Meme-World/assets/92924680/fe9f722e-40f5-4433-a395-825b4d20bfbd
## Table of Contents
1. [Introduction](#introduction)
2. [Features](#features)
3. [Prerequisites](#prerequisites)
4. [Usage](#usage)
5. [Contributing](#contributing)## Introduction
"Meme World" is a simple C++ project that leverages object-oriented programming (OOP) concepts to provide a platform for generating ASCII art designs for various occasions. Whether you need a birthday message, holiday greeting, or just want to have some fun with ASCII art, this project has you covered.
## Features
- A collection of pre-designed ASCII art templates for different occasions.
- User-friendly interface for selecting and customizing ASCII art designs.
- Custom design creation using ASCII art characters.
- Export ASCII art designs to text files or share them with friends.## Prerequisites
Before using this project, make sure you have:
- A C++ compiler (e.g., g++) installed on your system.
## Usage
1. Clone this repository to your local machine:
```shell
git clone https://github.com/yourusername/Meme-World.git
```2. Navigate to the project directory and compile the source code:
```shell
g++ main.cpp -o memeworld
```3. Run the application:
```shell
./memeworld
```4. Follow the on-screen instructions to select, customize, and generate ASCII art designs for different occasions.
## Contributing
Contributions are welcome! If you'd like to enhance this project, add new features, or fix issues, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Implement your changes and test them.
4. Submit a pull request with a detailed description of your modifications.---