https://github.com/ylp1455/flask_meme_web
https://github.com/ylp1455/flask_meme_web
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ylp1455/flask_meme_web
- Owner: ylp1455
- License: mit
- Created: 2023-04-01T18:54:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T19:23:03.000Z (about 3 years ago)
- Last Synced: 2025-03-10T19:27:42.185Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask Meme Generator
This is a simple Flask application that generates a random meme from the website "meme-api.herokuapp.com" and displays it on the web page. The user can refresh the page to see a new meme.
## Installation
To run this application on your local machine, you need to follow these steps:
1. Clone this repository to your local machine using the following command:
`git clone https://github.com/ylp1455/Flask_meme_web`
2. Change to the project directory using the following command:
`cd flask-meme-generator`
3. Install the required Python packages using the following command:
`pip install -r requirements.txt`
4. Start the Flask application using the following command:
`python app.py`
5. Open your web browser and navigate to http://localhost:80/ or http://127.0.0.1:80/ to view the application.
## Usage
When you visit the application URL, a random meme from "meme-api.herokuapp.com" will be displayed on the web page. You can refresh the page to see a new meme.
## License
This project is licensed under the MIT License - see the LICENSE file for details.