This project is an automated Instagram page created using Python code. It generates engaging picture quotes by combining text from a premade quotes.json file with various background images using the Pillow library.
- Quote Generation: The program reads quotes from the
quotes.jsonfile, which contains a collection of inspiring, motivational, or thought-provoking quotes. - Image Manipulation: Using the Pillow library, the code overlays the selected quote onto a randomly chosen background image, creating visually appealing picture quotes.
- Instagram Integration: The generated picture quotes can be easily shared on your Instagram account, allowing others to see the inspiring content you've created.
- Customization: The project provides options to customize the font, color, and layout of the quote text, allowing for unique and personalized picture quotes.
- Python: The project is implemented using Python programming language.
- Pillow: The Pillow library is utilized for image manipulation and text overlay.
- JSON: The
quotes.jsonfile stores the collection of quotes in JSON format.
- Sensitive Information Removed: Please note that any sensitive information, such as passwords or API keys, has been removed from this project to prioritize security.
- Configuration: You will need to configure the necessary credentials and API keys based on your own Instagram account if you plan to use the Instagram integration feature.
Contributions to this project are welcome! If you have ideas for improvement or encounter any issues, feel free to submit a pull request or create an issue on the GitHub repository.
Please note that the usage of this project should comply with Instagram's terms of service and any applicable laws or guidelines. Make sure to respect copyright restrictions when using background images or quotes from external sources.