{"id":15581230,"url":"https://github.com/shreyamalogi/random-quotes-generator","last_synced_at":"2025-08-23T02:32:39.683Z","repository":{"id":136169978,"uuid":"433141101","full_name":"shreyamalogi/Random-quotes-generator","owner":"shreyamalogi","description":"\"🎤🌐 Generate Random Kanye Quotes with REST API! 🚀\"","archived":false,"fork":false,"pushed_at":"2023-11-06T06:55:26.000Z","size":705,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-24T02:51:54.073Z","etag":null,"topics":["begginer-friendly-explanation","python","requests","rest-api","shreyamalogi","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shreyamalogi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-11-29T17:44:16.000Z","updated_at":"2025-01-15T08:06:30.000Z","dependencies_parsed_at":"2023-11-06T07:44:52.598Z","dependency_job_id":"4041e879-d86d-4c4d-b7fc-ce8b54c37310","html_url":"https://github.com/shreyamalogi/Random-quotes-generator","commit_stats":null,"previous_names":["shreyamalogi/random-quotes-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shreyamalogi/Random-quotes-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyamalogi%2FRandom-quotes-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyamalogi%2FRandom-quotes-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyamalogi%2FRandom-quotes-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyamalogi%2FRandom-quotes-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shreyamalogi","download_url":"https://codeload.github.com/shreyamalogi/Random-quotes-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyamalogi%2FRandom-quotes-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271732383,"owners_count":24811312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["begginer-friendly-explanation","python","requests","rest-api","shreyamalogi","tkinter"],"created_at":"2024-10-02T19:42:05.310Z","updated_at":"2025-08-23T02:32:39.643Z","avatar_url":"https://github.com/shreyamalogi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Quotes Generator 🎤🔥\n\nWelcome to the beginner-friendly project - \"  Random Quotes Generator\"\n\nCrafted and taught by **Shreya Malogi!** 🌐\n\n\n\n[![GitHub stars](https://img.shields.io/github/stars/shreyamalogi/Random-quotes-generator.svg?style=social)](https://github.com/shreyamalogi/Random-quotes-generator/stargazers)\n\n### Project Details: 💻🌐📅✍️\n\n- **Functionality:** Fetches and displays random Kanye West quotes using Python's Tkinter.\n- **Tech Stack:** `Python`, `Tkinter`, `requests`, `Kayne Rest API`\n- **Author:** [@shreyamalogi](https://github.com/shreyamalogi/)\n- **Year of Project:** 2021\n\n---\n\n# Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Dependencies](#dependencies)\n- [How It Works](#how-it-works)\n- [Installation](#installation)\n- [Running the Script](#running-the-script)\n- [Contribution](#contribution)\n- [License](#license)\n\n\n\n# Introduction \n\n🎤🔀 A Python Tkinter GUI app that delivers a fresh dose of random Kanye West quotes with just a click.\n\n\n## Features \n\n- Fetches random Kanye West quotes from 🌟 [https://api.kanye.rest](https://api.kanye.rest).\n- Displays the fetched quote on a visually appealing GUI.\n- User-friendly interface with a button to get a new quote.\n\n## Dependencies \n\n- [Tkinter](https://docs.python.org/3/library/tkinter.html): Python's standard GUI package.\n- [Requests](https://docs.python-requests.org/en/latest/): Used for making HTTP requests to the Kanye West quotes API.\n\n## How It Works \n\n1. The app initializes a Tkinter window with a canvas and a button.\n2. The canvas displays a background image and the current Kanye West quote.\n3. Upon clicking the button, the `get_quote` function is triggered.\n4. The function makes an API call to [https://api.kanye.rest](https://api.kanye.rest) using the `requests` library.\n5. The received quote is then displayed on the canvas.\n\n## Installation \n\nClone the repository to your local machine:\n\n```bash\ngit clone https://github.com/shreyamalogi/Random-quotes-generator.git\n```\n\nEnsure you have the necessary dependencies installed by running:\n\n```bash\npip install requests\n```\n\n## Running the Script \n\nNavigate to the project directory:\n\n```bash\ncd Random-quotes-generator\n```\n\nExecute the following command:\n\n```bash\npython main.py\n```\n\n\n\n## Contribution \n\n⭐📜✨ Feel the Kanye magic within you? Contribute to this rhythmic project and make it even more dynamic. Don't forget to Star the project! ⭐\n\n## License \n\n📜 This project is licensed under the spell of the MIT License. Share the Kanye vibes responsibly!\n\nMIT License\n\nCopyright (c) 2021 Shreya Malogi\n\nStay Groovy! 🌍🎤\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyamalogi%2Frandom-quotes-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyamalogi%2Frandom-quotes-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyamalogi%2Frandom-quotes-generator/lists"}