Repository: rzashakeri/beautify-github-profile Branch: master Commit: 6a75eef7e1ff Files: 7 Total size: 286.3 KB Directory structure: gitextract_vsh9727p/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── feature_request.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── readme-fa.md └── readme.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/bug_report.md ================================================ --- name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here. ================================================ FILE: .github/ISSUE_TEMPLATE/feature_request.md ================================================ --- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. ================================================ FILE: CODE_OF_CONDUCT.md ================================================ # Contributor Covenant Code of Conduct ## Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. ## Our Standards Examples of behavior that contributes to a positive environment for our community include: * Demonstrating empathy and kindness toward other people * Being respectful of differing opinions, viewpoints, and experiences * Giving and gracefully accepting constructive feedback * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience * Focusing on what is best not just for us as individuals, but for the overall community Examples of unacceptable behavior include: * The use of sexualized language or imagery, and sexual attention or advances of any kind * Trolling, insulting or derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or email address, without their explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Enforcement Responsibilities Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. ## Scope This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at . All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. ## Enforcement Guidelines Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: ### 1. Correction **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. ### 2. Warning **Community Impact**: A violation through a single incident or series of actions. **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. ### 3. Temporary Ban **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. ### 4. Permanent Ban **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. **Consequence**: A permanent ban from any sort of public interaction within the community. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). [homepage]: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations. ================================================ FILE: CONTRIBUTING.md ================================================ # Contributing Thank you for investing your time in contributing to our project! When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Please note we have a code of conduct, please follow it in all your interactions with the project. ## Pull Request Process 1. Ensure any install or build dependencies are removed before the end of the layer when doing a build. 2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters. 3. Add the tool to the bottom of the list and category 4. Your Pull request must be in the following format: 👇 #### 60 . [your github repository title with link](https://yourlink.com) short Description for repository ..... 📍 For example :  
example image for tool ## Code of Conduct ### Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. ### Our Standards Examples of behavior that contributes to creating a positive environment include: * Using welcoming and inclusive language * Being respectful of differing viewpoints and experiences * Gracefully accepting constructive criticism * Focusing on what is best for the community * Showing empathy towards other community members Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery and unwelcome sexual attention or advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ### Our Responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. ### Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. ### Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [INSERT EMAIL ADDRESS]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. ================================================ FILE: LICENSE ================================================ Creative Commons Legal Code CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. Statement of Purpose The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; ii. moral rights retained by the original author(s) and/or performer(s); iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; v. rights protecting the extraction, dissemination, use and reuse of data in a Work; vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 4. Limitations and Disclaimers. a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. ================================================ FILE: readme-fa.md ================================================

Beautify Github Profile - Create a beautiful and attractive github profile very easy | Product Hunt Beautify Github Profile - Create a beautiful and attractive github profile very easy | Product Hunt Beautify Github Profile - Create a beautiful and attractive github profile very easy | Product Hunt

GitHub Repo stars GitHub forks GitHub watchers GitHub contributors GitHub last commit GitHub GitHub closed issues GitHub closed pull requests

--- سلام دوستان 🖐️ حال شما چطور است؟ اگر می‌خواهید ظاهر پروفایل گیت‌هاب خود را زیباتر کنید، به مکان درستی آمده‌اید. # 📖 فهرست مطالب - [📌 قدم اول: راه‌اندازی مخزن گیت‌هاب ](#-قدم-اول-راهاندازی-مخزن-گیتهاب) - [💡 از کجا ایده بگیریم؟ ?](#-از-کجا-ایده-بگیریم) - [🚩 بعد از مشاهده پروفایل ها چکار کنیم؟?](#-بعد-از-مشاهده-این-پروفایلها-چه-کار-کنیم) - [🧩 نشان ها ](#-نشانها-) - [🛠️ ویجت ها ](#️-ویجتها-) - [✅ آیکون ها ](#-آیکون-ها-) - [⚙️ تولید کننده پروفایل ](#️-تولیدکننده-پروفایل-) - [😉 شکلک ها (ایموجی) ](#-شکلک-ها-ایموجی-ها) - [یک ستاره بدهید ⭐](#یک-ستاره-بدهید-) # 📌 قدم اول: راه‌اندازی مخزن گیت‌هاب یک مخزن با نام کاربری گیت‌هاب خود بسازید 👇 الگو : 👇 ``` https://github.com/username/username ``` مثال : 👇 ``` https://github.com/rzashakeri/rzashakeri ``` ### پس از ساخت مخزن، **یک فایل README.md** در مخزن ایجاد کنید و تمام ✅ حالا که مخزن ساخته شد، به قسمت جالب می‌رسیم: **طراحی فایل README.md خودمان.** # 💡 از کجا ایده بگیریم؟ حتماً از شما پرسیده شده که از کدام پروفایل‌ها برای گرفتن ایده استفاده کنید؟ شما می‌توانید پروفایل افراد مختلف را از طریق سایت زیر مشاهده کنید و از آن‌ها ایده بگیرید 👇 ### [🔗 پروفایل گیت‌هاب جالب](https://zzetao.github.io/awesome-github-profile/) # 🚩 بعد از مشاهده این پروفایل‌ها چه کار کنیم؟ خب، تا اینجا توانسته‌اید ایده‌های جالبی از پروفایل‌های افراد مختلف پیدا کنید. حالا وقت آن است که از ابزارهای مختلف برای زیبا کردن پروفایل گیت‌هاب خود استفاده کنید که می‌توانید از لیست زیر به آن‌ها دسترسی پیدا کنید. ## 🧩 نشان‌ها 👇
برای باز کردن لیست کلیک کنید ### 1. [لیست نشان‌ها در Markdown](https://github.com/Naereen/badges) یک لیست از نشان‌ها و کارت‌ها، همراه با کد Markdown آن‌ها، که می‌توانند در فایل README.md برای یک گیت‌هاب استفاده شوند. 📍 به عنوان مثال:

Ask Me Anything PyPI download day GitHub forks GitHub stars

### 2. [نشان‌های Markdown در دسته‌بندی‌های مختلف](https://github.com/Ileriayo/markdown-badges) نشان‌هایی برای برندینگ توسعه‌دهنده شخصی، پروفایل و پروژه‌ها. 📍 به عنوان مثال:

Bitcoin Mysql React Python

### 3. [نشان شمارش بازدید](https://github.com/dwyl/hits) یک سرویس تولید نشان که بازدیدهای فایل Markdown شما را شمارش می‌کند. 📍 به عنوان مثال:

View Count Badge

### 4. [Shields](https://shields.io/) نشان‌های مختصر، سازگار و قابل خواندن به فرمت SVG و رستر و ساخت توکن‌ها با مقادیر سفارشی 📍 به عنوان مثال:

Reza Shakeri AppVeyor tests badge Open VSX Rating (Stars) badge

### 5. [شمارشگر بازدید پروفایل گیت‌هاب لاراول](https://github.com/caneco/laravel-github-profile-view-counter) این بسته به شما امکان می‌دهد تا بازدیدهای پروفایل گیت‌هاب خود را پیگیری کنید و آن‌ها را در README پروفایل خود نمایش دهید، به‌صورت رایگان. 📍 به عنوان مثال:

laravel github profile view counter

### 6. [نشان Stackoverflow](https://github.com/claytonjhamilton/stackoverflow-badge) با این نشان منحصربه‌فرد، آمار خود را در StackOverflow نمایش دهید. 📍 به عنوان مثال:

Stackoverflow Badge

### 7. [نشان‌ها برای گیت‌هاب](https://github.com/Envoy-VC/Badges-for-GitHub) یک لیست انتخابی از نشان‌هایی که در گیت‌هاب استفاده می‌شوند. 📍 به عنوان مثال:

Gmail Telegram Linux

### 8. [نشان‌ها برای README.md پروفایل](https://github.com/alexandresanlim/Badges4-README.md-Profile) پروفایل README.md خود را با این نشان‌های شگفت‌انگیز بهبود دهید. 📍 به عنوان مثال:

dev Xcode R

### 9. [شمارشگر بازدید پروفایل گیت‌هاب](https://github.com/antonkomarev/github-profile-views-counter) این ابزار شمارش می‌کند که پروفایل گیت‌هاب شما چند بار مشاهده شده است. یک میکروسرویس رایگان در فضای ابری. 📍 به عنوان مثال:

Profile views for the badge Profile views for plastic style

### 10. [ColoredBadges](https://github.com/MikeCodesDotNET/ColoredBadges) برخی از نشان‌هایی که برای پروفایل گیت‌هاب خودم ساخته‌ام. 📍 به عنوان مثال:

csharp php

### 11. [AppVeyor](https://www.appveyor.com/docs/status-badges/) یک نشان وضعیت پروژه است که تصویری پویا از وضعیت آخرین ساخت پروژه را نمایش می‌دهد. شما می‌توانید یک نشان وضعیت را در صفحه اصلی پروژه گیت‌هاب خود یا در پورتال اینترانت خود قرار دهید. 📍 به عنوان مثال:

Grunt status Project Badge

### 12. [برای نشان‌ها](https://github.com/BraveUX/for-the-badge) نشان‌ها به خاطر نشان‌ها. 📍 به عنوان مثال:

وضعیت Grunt وضعیت Grunt

### 13. [نشان Grunt](https://gruntjs.com/built-with-grunt-badge) آیا در یک پروژه از Grunt استفاده می‌کنید و می‌خواهید این موضوع را با افتخار در فایل README پروژه یا وب‌سایت پروژه خود نمایش دهید؟ حالا می‌توانید این کار را با نشان "ساخته شده با Grunt" انجام دهید! 📍 به عنوان مثال:

ساخته شده با Grunt وضعیت پوشش کد

### 14. [نشان‌های وضعیت Semaphoreci](https://docs.semaphoreci.com/essentials/status-badges/) یک نشان ایجاد کنید که وضعیت ساخت فعلی پروژه شما را نمایش دهد. وضعیت ساخت بر اساس وضعیت اولین خط لوله در جدیدترین جریان کاری شما تعیین می‌شود. می‌توانید این نشان را در فایل README پروژه یا هر صفحه وبی استفاده کنید. 📍 به عنوان مثال:

مستندات Semaphore

### 15. [اقدام Aoc Badges](https://github.com/J0B10/aoc-badges-action) عملکرد GitHub برای به‌روزرسانی نشان‌های Readme شما به‌منظور نمایش آمار فعلی Advent of Code شما. 📍 به عنوان مثال:

### 16. [نشان‌های Github](https://github.com/eugustavo/github-badges) برنامه‌ای برای ایجاد نشان‌ها برای فایل README شما 📑 📍 به عنوان مثال:

GithubBadges

### 17. [نشان Discord Md](https://github.com/ashmonty/discord-md-badge) اضافه کردن نشان به فایل README گیت‌هاب شما که نام کاربری و وضعیت حضور شما در Discord را نمایش دهد! 📍 به عنوان مثال:

برای نشان‌ها (پیش‌فرض)

### 18 . [نشان‌های ساده](https://github.com/developStorm/simple-badges) آیکون‌های ساده و شگفت‌انگیز بر روی نشان‌های Shields.io مورد علاقه شما. همین حالا امتحان کنید و بر روی پروفایل خود اضافه کنید! 📍 برای مثال:

نشان Python نشان Iconify نشان FIFA

### 19 . [نشان‌های پروفایل گیت‌هاب](https://github.com/Aveek-Saha/GitHub-Profile-Badges) نشان‌های تمیز برای پروفایل گیت‌هاب شما 📍 برای مثال:

### 20 . [نشان‌های آیکون سفارشی](https://github.com/DenverCoder1/custom-icon-badges) این امکان را به کاربران می‌دهد تا به راحتی از آیکون‌های Octicons و آیکون‌ها و لوگوهای خود در نشان‌های Shields.io استفاده کنند. 📍 برای مثال:

ستاره‌های گیت‌هاب مسائل باز گیت‌هاب مجوز گیت‌هاب وضعیت ساخت گیت‌هاب آخرین commit گیت‌هاب مجموع مشارکت‌ها

### 21 . [pepy](https://github.com/psincraian/pepy) pepy یک سایت است که اطلاعات آماری در مورد هر بسته پایتون ارائه می‌دهد. 📍 برای مثال:

دانلودها

### 22 . [نشان نسخه](https://badge.fury.io/) زمانی که مالک بسته این نشان را به فایل README خود اضافه کند، به تمام بازدیدکنندگان اطلاع می‌دهد و آنها را به آخرین نسخه آن بسته هدایت می‌کند. 📍 برای مثال:

نسخه PyPI

### 23 . [نشان پروفایل Peerlist](https://github.com/vinitshahdeo/peerlist-readme-badge) [Peerlist](https://peerlist.io/) یک جامعه از حرفه‌ای‌های فعال است که بر روی ساخت برند شخصی، اشتراک‌گذاری محتوای حرفه‌ای و پیدا کردن همکاران برای همکاری تمرکز دارد. یک [پروفایل Peerlist](https://peerlist.io/vinitshahdeo) می‌تواند به عنوان یک رزومه ساده یا یک پورتفوی کامل برای نمایش کارهایتان استفاده شود. شما می‌توانید پروفایل `README.md` خود را با یک نشان زیبا از Peerlist استایل کنید. 📍 برای مثال:

Peerlist

### 24 . [hits](https://github.com/silentsoft/hits) 📈 شمارنده بازدید برای پروفایل گیت‌هاب یا هر نوع وب‌سایتی که بخواهید. 📍 برای مثال:

Hits

### 25 . [نشان گرادیان](https://github.com/bokub/gradient-badge) 🍭 تولیدکننده نشان با پشتیبانی از رنگ‌های گرادیان 📍 برای مثال:

npm demo prettier build

### 26 . [نشان پروفایل Topmate](https://github.com/vinitshahdeo/topmate-readme-badge) *(ممکن است دیگر کار نکند)* Topmate یک پلتفرم برای ارتباط 1:1 با مخاطبان و بهینه‌سازی زمان شما برای کسب درآمد است. اساساً، [یک لینک](https://topmate.io/vinitshahdeo) برای انجام همه کارها. حتی بهتر، اکنون می‌توانید یک نشان مارک‌داون در README پروفایل گیت‌هاب خود اضافه کنید تا با جامعه خود ارتباط برقرار کنید! امتحان کنید: [topmate-readme-badge.netlify.app](https://topmate-readme-badge.netlify.app/) ### 27 . [شمارنده بازدید پروفایل گیت‌هاب](https://github.com/u8views/go-u8views/) میزان بازدید پروفایل گیت‌هاب شما را پیگیری کرده و آمار آن را تجزیه و تحلیل می‌کند. 📍 برای مثال:

Demo
YaroslavPodorvanov

### 28 . [m3-Markdown-Badges](https://github.com/ziadOUA/m3-Markdown-Badges) 🏅 مجموعه‌ای از نشان‌های مارک‌داون الهام‌گرفته از طراحی Material You. 📍 برای مثال:

Demo1 Demo2

### 29 . [Badgen](https://github.com/badgen/badgen.net) سرویسی سریع برای تولید نشان‌ها 📍 برای مثال:

Demo1 Demo2 Demo3

### 30. [Stardev](https://stardev.io/)

Stardev هر کاربر و مخزن گیت‌هاب را بر اساس زبان و موقعیت جغرافیایی رتبه‌بندی می‌کند. شما می‌توانید یک نشان HTML یا Markdown دریافت کنید که رتبه جهانی شما در تمام زبان‌ها و زبان‌های برترتان از نظر تعداد ستاره‌ها را نشان می‌دهد.

📍 برای مثال:

چک کنید پروفایل oliyh را در stardev.io

---
# 🛠️ ویجت‌ها 👇
برای باز کردن فهرست کلیک کنی د (1~50) ### 1 . [Todoist Readme](https://github.com/abhisheknaiidu/todoist-readme) بروزرسانی README با آمار Todoist یک کاربر 📍 به عنوان مثال :

Todoist Readme

### 2 . [github readme stats](https://github.com/anuraghazra/github-readme-stats) آمار تولید شده به صورت دینامیک برای READMEهای گیت‌هاب شما 📍 به عنوان مثال :

GitHub Readme Stats Themes Top Langs

### 3 . [GitHub Readme Streak Stats](https://github.com/DenverCoder1/github-readme-streak-stats) محرک بمانید و زنجیره‌های مشارکت خود را به نمایش بگذارید! 🌟 مجموع مشارکت‌ها، زنجیره فعلی و طولانی‌ترین زنجیره خود را در README پروفایل گیت‌هاب نمایش دهید. 📍 به عنوان مثال :

default

### 4 . [waka readme](https://github.com/athul/waka-readme) آمار هفتگی Wakatime در README پروفایل شما. 📍 به عنوان مثال :

Project Preview

### 5 . [Profile Activity Generator](https://github.com/omidnikrah/profile-activity-generator) ایجاد فعالیت‌های سفارشی برای README پروفایل شما 📍 به عنوان مثال :

Profile Activity Generator

### 6. [فعالیت گیت‌هاب در README](https://github.com/jamesgeorge007/github-activity-readme) با استفاده از این ابزار، فعالیت‌های اخیر کاربر در گیت‌هاب به README اضافه می‌شود. 📍 به عنوان مثال:

profile-repo

### 7. [صفحه پروفایل داینامیک با گیت‌هاب اکشن](https://github.com/umutphp/github-action-dynamic-profile-page/) گیت‌هاب اکشنی برای ارسال به‌روزرسانی‌ها به مخزن پروفایل خاص شما. 📍 به عنوان مثال:

Github Action Dynamic Profile Page

### 8. [آمار Waka در README](https://github.com/anmol098/waka-readme-stats) این گیت‌هاب اکشن به شما کمک می‌کند تا آمار توسعه‌دهنده جالبی را به README پروفایل گیت‌هاب خود اضافه کنید. 📍 به عنوان مثال:

Project Preview

### 9. [پروفایل README](https://github.com/actions-js/profile-readme) نمایش فعالیت پروفایل و دیگر ویجت‌های جالب در فایل README.md پروفایل شما. 📍 به عنوان مثال: ``` 💪 Opened PR #43 in webview/webview_deno ❗️ Closed issue #32 in denosaurs/denon 🗣 Commented on #6 in nestdotland/hatcher ❗️ Closed issue #22 in nestdotland/eggs 🗣 Commented on #15 in nestdotland/eggs ``` ### 10. [پروفایل گیت‌هاب اسپاتیفای](https://github.com/kittinan/spotify-github-profile) نمایش آنچه که در اسپاتیفای پخش می‌شود در پروفایل گیت‌هاب شما. 📍 به عنوان مثال:

novatorem.svg
spotify-github-profile

### 11. [کارکرد بلاگ پست](https://github.com/gautamkrishnar/blog-post-workflow) نمایش آخرین پست‌های بلاگ از هر منبعی یا فعالیت‌های StackOverflow یا ویدئوهای یوتیوب به‌طور خودکار در README پروفایل یا پروژه گیت‌هاب شما با استفاده از فید RSS. 📍 به عنوان مثال:

preview

### 12. [مقاله‌های گیت‌هاب از مدیوم](https://github.com/omidnikrah/github-readme-medium) مقاله‌های جدید مدیوم شما به‌طور داینامیک در README گیت‌هاب شما تولید می‌شود! 📍 به عنوان مثال:

Omid Nikrah Medium

### 13. [گیت‌هاب README استک‌اورفلو](https://github.com/omidnikrah/github-readme-stackoverflow) وضعیت استک‌اورفلو شما به‌طور داینامیک در گیت‌هاب README شما نمایش داده می‌شود! 📍 به عنوان مثال:

Omid Nikrah StackOverflow
Omid Nikrah StackOverflow

### 14. [آمار پروفایل README](https://github.com/teoxoy/profile-readme-stats) آمار گیت‌هاب خود را در README پروفایل شما نمایش می‌دهد. 📍 به عنوان مثال:

readme.png

### 15. [شوخی‌های README](https://github.com/ABSphreak/readme-jokes) 😄 شوخی‌هایی برای گیت‌هاب README شما 📍 به عنوان مثال:

Jokes Card

### 16. [تروفی گیت‌هاب پروفایل](https://github.com/ryo-ma/github-profile-trophy) تروفی‌های به‌طور داینامیک تولید شده از آمار گیت‌هاب شما را به README پروفایل‌تان اضافه کنید. 📍 به عنوان مثال:

Github Profile Trophy

### 17. [میم‌های تصادفی](https://github.com/techytushar/random-memer) تصاویر میم تصادفی که از Memedroid استخراج شده‌اند را نمایش می‌دهد. ### 18. [صفحه سرعت لایت‌هاوس README](https://github.com/ankurparihar/readme-pagespeed-insights) آمار Google Lighthouse از وب‌سایت شما که می‌توانید آن را در README خود قرار دهید. 📍 به عنوان مثال:

Readme Pagespeed Insights

### 19. [REHeader](https://github.com/khalby786/REHeader) تصاویر هدر زیبایی برای README پروفایل گیت‌هاب شما تولید می‌کند. 📍 به عنوان مثال:

Another image which is a use case of this generator - again you shouldn't be seeing this

### 20. [Goodreads README](https://github.com/theFr1nge/goodreads-readme) این پروژه یک نشان برای به اشتراک‌گذاری کتاب جاری شما در پروفایل گیت‌هاب شما ارائه می‌دهد. 📍 به عنوان مثال:

GoodReads

### 21. [تایپ متنی SVG در README](https://github.com/DenverCoder1/readme-typing-svg) یک SVG قابل تنظیم که به طور داینامیک متنی را تایپ و حذف می‌کند. این SVG می‌تواند به عنوان بیوگرافی در پروفایل گیت‌هاب یا در README مخزن شما استفاده شود. 📍 به عنوان مثال:

Readme Typing svg

### 22. [الگوهای عالی README پروفایل گیت‌هاب](https://github.com/durgeshsamariya/awesome-github-profile-readme-templates) این مخزن بهترین الگوهای README برای پروفایل شما را برای مرجع فراهم می‌کند. ### 23. [خلاصه پروفایل برای گیت‌هاب](https://github.com/tipsy/profile-summary-for-github) ابزاری برای تجسم پروفایل‌های گیت‌هاب 📍 به عنوان مثال:

screenshot

### 24. [کارت‌های خلاصه پروفایل گیت‌هاب](https://github.com/vn7n24fzkq/github-profile-summary-cards) ابزاری برای تولید کارت‌های خلاصه گیت‌هاب شما برای README پروفایل. 📍 به عنوان مثال:

Demo1 Demo2 Demo3 Demo4 Demo5

### 25. [بازی مار از گراف مشارکت‌های گیت‌هاب](https://github.com/marketplace/actions/generate-snake-game-from-github-contribution-grid) یک بازی مار از گراف مشارکت‌های گیت‌هاب یک کاربر تولید می‌کند. 📍 به عنوان مثال:

Demo

### 26. [آمار گیت‌هاب شفاف](https://github.com/rahul-jha98/github-stats-transparent) به طور خودکار آمار خلاصه گیت‌هاب شما را با استفاده از Actions برای پروفایل‌تان تولید می‌کند، بدون نیاز به سرور. 📍 به عنوان مثال:

Demo1 Demo2

### 27. [نویسنده نام پروفایل گیت‌هاب](https://github.com/ironmaniiith/Github-profile-name-writer) نام خود را با استفاده از کامیت‌های گیت‌هاب بنویسید و پروفایل خود را شگفت‌انگیز کنید. 📍 به عنوان مثال:

Image of Ironman on github Profile

### 28. [زبان‌های گیت‌هاب پروفایل](https://github.com/IonicaBizau/github-profile-languages) یک نمودار پای زیبا با زبان‌های برنامه‌نویسی کاربر از پروفایل گیت‌هاب آن‌ها ایجاد کنید. 📍 به عنوان مثال:

github-profile-languages

### 29. [گیت‌هاب پروفایل 3D Contrib](https://github.com/yoshi389111/github-profile-3d-contrib) این اکشن گیت‌هاب یک تقویم مشارکت‌های گیت‌هاب را بر روی یک تصویر 3D پروفایل ایجاد می‌کند. 📍 به عنوان مثال:

svg

### 30. [تولید کننده هدر پروفایل گیت‌هاب](https://github.com/leviarista/github-profile-header-generator) یک ابزار تولید کننده تصویر هدر برای README پروفایل گیت‌هاب شما. 📍 به عنوان مثال:

Example 1

### 31 . [metrics](https://github.com/lowlighter/metrics) An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON! 📍 For example :
For user accounts For organization accounts
🧩 Customizable with 40 plugins and 258 options!
📅 Isometric commit calendar 🈷️ Most used languages
Full year calendar
Half year calendar
Indepth analysis (clone and analyze repositories)
Recently used (analyze recent activity events)
Default algorithm
Default algorithm (with details)
📌 Starred topics 🌟 Recently starred repositories
With icons
With labels
📜 Repository licenses 💡 Coding habits
Permissions, limitations and conditions
Licenses overview
Recent activity charts
Midly interesting facts
🏅 Repository contributors 🎟️ Follow-up of issues and pull requests
By contribution types
By number of contributions
Indepth analysis
Created on a user's repositories
Created by a user
🎭 Comment reactions 🧑‍🤝‍🧑 People plugin
Related to a user
Related to a repository
Stargazers over last weeks 🗂️ Active projects
Classic charts
Chartist charts
Code snippet of the day 📰 Recent activity
🏆 Achievements 🎩 Notable contributions
Compact display
Detailed display
Indepth analysis
Contributions in organizations only
💬 Discussions 💭 GitHub Community Support
👨‍💻 Lines of code changed 🧮 Repositories traffic
📓 Repositories 🎫 Gists
🙋 Introduction 💕 GitHub Sponsors
For a user or an organization
For a repository
GitHub sponsors card
GitHub sponsors full introduction
💫 Starlists 📆 Calendar
Repositories from star lists
Languages from star lists
Current year
Full history
🌇 GitHub Skyline 3D calendar ⏱️ Website performances
PageSpeed scores
PageSpeed scores with detailed report
PageSpeed scores with a website screenshot
🗨️ StackOverflow plugin 🌸 Anilist watch list and reading list
For anime watchers
For manga readers
For waifus simp
🐤 Latest tweets ✒️ Recent posts
Latest tweets with attachments
Latest tweets
Latest posts width description and cover image
Latest posts
🎼 Music plugin 🗼 Rss feed
Random tracks from a playlist
Recently listened
WakaTime plugin
🎲 See also community plugins
🖼️ And even more with 4+ templates!
📗 Classic template 📘 Repository template
📙 Terminal template 📒 Markdown template
📕 See also community templates
### 32 . [Action Devcard](https://github.com/dailydotdev/action-devcard) اکشن GitHub برای دانلود کارت توسعه‌دهنده از https://daily.dev ### 33 . [Pimp My Readme](https://github.com/joshdsouza8/pimp-my-readme) Pimp my README یک سازنده پروفایل منبع باز است که می‌توانید از آن برای افزودن اجزای جالب به پروفایل README خود استفاده کنید - ساخته شده با <3 توسط webapp.io :) 📍 به عنوان مثال:

متن متحرک
بنر موجی
تکنولوژی

### 34 . [GitHub Contribution Chart Generator](https://github.com/sallar/github-contributions-chart) تولید یک تصویر از تمام مشارکت‌های شما در GitHub 📍 به عنوان مثال:

تولید کننده نمودار مشارکت‌های GitHub

### 35 . [Wrapped](https://github.com/neat-run/wrapped) GitHub Wrapped، الهام گرفته از Spotify Wrapped 📍 به عنوان مثال:

Wrapped

### 36 . [GitHub Spray](https://github.com/Annihil/github-spray) رنگ آمیزی روی نمودار مشارکت‌های GitHub ░▒▓█ 📍 به عنوان مثال:

لوگوی GitHub Spray

### 37 . [Github Trends](https://github.com/avgupta456/github-trends) پروفایل GitHub خود را با کارت‌های قابل تنظیم شامل آمار LOC بهبود دهید! 📍 به عنوان مثال:

تصویر

### 38 . [Github Readme Quotes](https://github.com/shravan20/github-readme-quotes) تولید کننده نقل قول پویا برای READMEهای GitHub | برای READMEها یک لمس شاعرانه به ارمغان بیاورید 📍 به عنوان مثال:

نقل قول

### 39 . [Spotify Recently Played Readme](https://github.com/JeffreyCA/spotify-recently-played-readme) نمایش آهنگ‌های اخیراً پخش شده در Spotify خود در README پروفایل GitHub. 📍 به عنوان مثال:

Spotify recently played

### 40 . [Github Readme Info](https://github.com/th3c0d3br34ker/github-readme-info) این اکشن GitHub به شما کمک می‌کند تا آمار جالبی را به README پروفایل GitHub خود اضافه کنید. 📍 به عنوان مثال:
I'm a night 🦉

🌞 Morning    57 commits     ████░░░░░░░░░░░░░░░░░░░░░   16.76%
🌆 Daytime    85 commits     ██████░░░░░░░░░░░░░░░░░░░   25.0%
🌃 Evening    128 commits    █████████░░░░░░░░░░░░░░░░   37.65%
🌙 Night      70 commits     █████░░░░░░░░░░░░░░░░░░░░   20.59%

### 41 . [مقاله‌های اخیر Medium در GitHub Readme](https://github.com/bxcodec/github-readme-medium-recent-article) مقالات منتشر شده‌ی اخیر Medium خود را به README GitHub خود اضافه کنید. 📍 نمونه:

Recent Article 0

### 42 . [ویجت باکس GitHub](https://github.com/Jurredr/github-widgetbox) ویجت‌های زیبا و داینامیک برای صفحات Readme GitHub. (آمار، مهارت‌ها، و غیره) 📍 نمونه:

GitHub WidgetBox

### 43 . [نمایش آخرین آهنگ‌های پخش شده در Last.fm در GitHub Readme](https://github.com/JeffreyCA/lastfm-recently-played-readme) آهنگ‌های پخش شده‌ی اخیر شما را از Last.fm در README پروفایل GitHub نمایش دهید. 📍 نمونه:

My scrobbles

### 44 . [آمار GitHub به سبک ترمینال](https://github.com/yogeshwaran01/github-stats-terminal-style) آمار :octocat: به سبک ترمینال با افکت‌های تایپ داینامیک برای پروفایل Readme شما. 📍 نمونه:

Github Stats Terminal Style

### 45 . [کارت آمار LeetCode](https://github.com/JacobLinCool/LeetCode-Stats-Card) آمار‌های داینامیک LeetCode خود را در پروفایل GitHub یا وب‌سایت خود نمایش دهید. 📍 نمونه:

LeetCode Stats

### 46 . [نقل قول‌های تصادفی در Readme](https://github.com/siddharth2016/quote-readme) یک اکشن GitHub که به شما امکان می‌دهد یک نقل قول یا حقیقت جالب تصادفی را از مجموعه‌ای از نقل قول‌های مشهور در زمینه علوم کامپیوتر در فایل README خود قرار دهید. 📍 نمونه:

Random Quote On Readme Result

### 47 . [متن به تصویر ASCII در Readme](https://github.com/ajmeese7/readme-ascii) متن‌ها را به تصاویر ASCII art برای فایل‌های README در GitHub تبدیل کنید. 📍 نمونه:

readme-ascii

### 48 . [اقلام جالب برای پروفایل Readme](https://github.com/mayankchaudhary26/Cool-Readme-ideas) برخی ایده‌های جالب برای پروفایل Readme شما. همچنین می‌توانید از طریق این مخزن به گیف‌های جذاب دسترسی پیدا کنید. 📍 نمونه:

### 49 . [رندر کاپسول](https://github.com/kyechan99/capsule-render) رندر تصاویر رنگی داینامیک. 📍 نمونه:

### 50 . [دانلودهای npm در GitHub Readme](https://github.com/maddhruv/github-readme-npm-downloads) نمایش تعداد دانلود‌های بسته‌های npm ⏬ در README GitHub 📍 به عنوان مثال :
Name Downloads
post-merge-install 185021
types-directory 59207
install-types 23071
engines-ok 19752
npmtotal 18267
---
کلیک کنید تا متن نمایش داده شود.(51~) ### 51 . [آمار مشارکت‌های GitHub](https://github.com/LordDashMe/github-contribution-stats) آمار مشارکت‌های GitHub به صورت دینامیک تولید می‌شود. 📈 📆 📍 به عنوان مثال :

آمار مشارکت‌ها

### 52 . [تاریخچه ستارگان GitHub](https://github.com/bytebase/star-history) نمودار ستارگان repository های GitHub به صورت دینامیک تولید می‌شود. 📈 ⭐️ 📍 به عنوان مثال :

نمودار تاریخچه ستارگان

### 53 . [Moon.svg](https://github.com/hmu332233/moon.svg) افزودن فاز ماه به صورت لحظه‌ای به پروفایل GitHub شما! Moon.svg فاز فعلی ماه را به صورت لحظه‌ای نمایش می‌دهد! 📍 به عنوان مثال :

moon1.svg moon2.svg

### 54 . [پروفایل Stackoverflow در Readme](https://github.com/johannchopin/stackoverflow-readme-profile) به راحتی پروفایل Stackoverflow خود را در README به اشتراک بگذارید 📍 به عنوان مثال :

پروفایل

### 55 . [نقل قول‌های برنامه‌نویسی در GitHub Readme](https://github.com/PiyushSuthar/github-readme-quotes) افزودن نقل قول‌های برنامه‌نویسی به GitHub Readme شما 📍 به عنوان مثال :

نقل قول‌ها در Readme

### 56 . [بازی‌ها و آمار Chess.com](https://github.com/Balastrong/chess-stats-action) به طور خودکار بازی‌ها و آمار Chess.com خود را در README.md به‌روزرسانی کنید - کاملاً قابل تنظیم 📍 به عنوان مثال : | سفید ⚪ | سیاه ⚫ | نتیجه 🏆 | تاریخ 📅 | موقعیت 🗺️ | | :------------: | :------------: | :-----------: | :-------: | :------------------------------------------------------------------------------------------------------------------------------: | | **Hikaru** | mauricioflores | برنده 🥇 | 31/7/2022 | لینک | | mauricioflores | **Hikaru** | برنده 🥇 | 31/7/2022 | لینک | | **Hikaru** | mauricioflores | برنده 🥇 | 31/7/2022 | لینک | | mauricioflores | **Hikaru** | توافق ⏸️ | 31/7/2022 | لینک | | **Hikaru** | Jospem | برنده 🥇 | 31/7/2022 | لینک | | Jospem | **Hikaru** | پایان زمان ❌ | 30/7/2022 | لینک | | **Hikaru** | Jospem | برنده 🥇 | 30/7/2022 | لینک | | Jospem | **Hikaru** | برنده 🥇 | 30/7/2022 | لینک | | **Hikaru** | Jospem | تکرار ⏸️ | 29/7/2022 | لینک | | Jospem | **Hikaru** | مات ❌ | 28/7/2022 | لینک | ### 57. [سازنده گیف ترمینال](https://www.terminalgif.com/) سازنده گیف ترمینال ابزاری برای ایجاد نمونه‌های کد در رابط ترمینال است. شما می‌توانید گیف‌هایی برای پروژه‌های خود بسازید و آن‌ها را در README پروژه خود نمایش دهید. همچنین می‌توانید از این گیف‌ها در پلتفرم‌های گیت مانند گیت‌هاب و گیت‌لب استفاده کنید. 📍 به عنوان مثال:

terminal gif

### 58. [کارت داده اسپاتیفای](https://github.com/magic-ike/spotify-data-card) فعالیت‌های اسپاتیفای خود را در README پروفایل گیت‌هاب خود نمایش دهید. 📍 به عنوان مثال:

Spotify Data Card

### 59. [گراف فعالیت گیت‌هاب](https://github.com/Ashutosh00710/github-readme-activity-graph) یک گراف فعالیت پویا که فعالیت‌های گیت‌هاب شما در 31 روز گذشته را نشان می‌دهد. 📍 به عنوان مثال:

graph

### 60. [بنرهای SVG](https://github.com/Akshay090/svg-banners) بنرهای استایلی که برای README شما با HTML/CSS در SVG ساخته شده‌اند!! 📍 به عنوان مثال:

SVG Banners

### 61. [تولیدکننده تکنولوژی استک](https://github.com/qkrdmstlr3/techstack-generator) 🕹تولیدکننده تکنولوژی استک که می‌تواند استک تکنولوژی دینامیک را نمایش دهد. 📍 به عنوان مثال:
iconiconiconiconiconiconicon
iconiconiconiconiconiconicon
iconiconiconiconiconiconicon
iconiconiconiconiconiconicon
### 62. [دستاوردهای گیت‌هاب](https://github.com/drknzz/GitHub-Achievements) 🔥 یک لیست کامل از نشان‌ها و دستاوردهای پروفایل گیت‌هاب 🔥 📍 به عنوان مثال:
پیش‌فرض برنز نقره‌ای طلایی
2 8 16 32
### 63. [تصاویر مشارکت‌کنندگان](https://github.com/lacolaco/contributors-img) نمایش تمام تصاویر پروفایل مشارکت‌کنندگان 📍 به عنوان مثال:

contributors img

### 64. [ویجت D-Day](https://github.com/hmu332233/dday.svg) افزودن ویجت D-Day به هر جایی، مانند پروفایل گیت‌هاب یا نوتیون شما 📍 به عنوان مثال:

dday-widget.svg

### 65. [کارت‌های یوتیوب در README گیت‌هاب](https://github.com/DenverCoder1/github-readme-youtube-cards) اقدام گیت‌هاب برای نمایش ویدیوهای جدید یوتیوب شما به طور خودکار به صورت کارت‌های SVG دینامیک در پروفایل یا README پروژه گیت‌هاب شما 📍 به عنوان مثال:

preview

### 66. [گیت‌هاب آن‌را باز کنید](https://github.com/remotion-dev/github-unwrapped-2022) یک پلتفرم که ویدیوهای مرور سالانه برای هر کاربر گیت‌هاب ایجاد می‌کند 📍 به عنوان مثال:

github-unwrapped

### 67. [GIFها برای گیت‌هاب](https://github.com/Anmol-Baranwal/Cool-GIFs-For-Readme) لیستی عالی از GIFها و آواتارها برای استفاده در مارک‌داون گیت‌هاب 📍 به عنوان مثال:

GIFs For GitHub

### 68. [Repography](https://repography.com) زیبا کردن مخزن گیت‌هاب شما 📍 به عنوان مثال: [![لوگوی Repography](https://images.repography.com/logo.svg)](https://repography.com) / فعالیت‌های اخیر [![دوره زمانی](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_badge.svg)](https://repography.com) === [![گراف تایم‌لاین](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_timeline.svg)](https://github.com/rzashakeri/beautify-github-profile/commits) [![گراف وضعیت مسائل](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_issues.svg)](https://github.com/rzashakeri/beautify-github-profile/issues) [![گراف وضعیت درخواست‌های کشش](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_prs.svg)](https://github.com/rzashakeri/beautify-github-profile/pulls) [![موضوعات محبوب](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_words.svg)](https://github.com/rzashakeri/beautify-github-profile/commits) [![مشارکت‌کنندگان برتر](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_users.svg)](https://github.com/rzashakeri/beautify-github-profile/graphs/contributors) [![نقشه فعالیت](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_map.svg)](https://github.com/rzashakeri/beautify-github-profile/commits) ### 69. [تکنولوژی استک در README گیت‌هاب](https://github.com/0l1v3rr/github-readme-tech-stack) 🔖 نمایش تکنولوژی‌ها، ابزارها یا استک تکنولوژی پروژه شما با این کارت‌های کاملاً قابل سفارشی‌سازی در README گیت‌هاب شما. 📍 به عنوان مثال:

github readme tech stack

بله، این موارد به صورت راستچین ترجمه می‌شوند. در اینجا ترجمه‌های شما به صورت راستچین آمده است: ### 70. [lanyard-profile-readme](https://github.com/cnrad/lanyard-profile-readme) 🏷️ استفاده از Lanyard برای نمایش وضعیت Discord شما در پروفایل گیت‌هاب. 📍 به عنوان مثال:

lanyard-profile-readme

### 71. [Starcharts](https://github.com/caarlos0/starcharts) ⭐ نمایش ستاره‌های مخزن شما در طول زمان! 📍 به عنوان مثال:

Starcharts

### 72. [daily DevCard](https://daily.dev/blog/adding-the-daily-devcard-to-your-github-profile?utm_source=webapp&utm_medium=devcard&utm_campaign=devcardguide&utm_id=inapp) ⭐ نمایش گستره مقالات خوانده شده و موضوعات تکنولوژی مورد علاقه شما در README گیت‌هاب شما با نمایش تعداد مقالاتی که خوانده‌اید و موضوعات تکنولوژی انتخابی شما، این امکان را دارید که تخصص و علاقه‌مندی خود را در این زمینه به نمایش بگذارید. 📍 به عنوان مثال:

Padra Esfandiyar's Dev Card

### 73. [socialify](https://github.com/wei/socialify) 💞 پروژه خود را اجتماعی کنید. 🌐 با جهان به اشتراک بگذارید! 📍 به عنوان مثال:

socialify

### 74. [invidget](https://github.com/SwitchbladeBot/invidget) ✉️ Invidget SVGهایی از دعوت‌های Discord ایجاد می‌کند که می‌توانید از آنها در README گیت‌هاب خود استفاده کنید. 📍 به عنوان مثال:

invidget

### 75. [countdownmail](https://countdownmail.com/) تایمر معکوس بر اساس تاریخ و زمان پایان در یک منطقه زمانی خاص. 📍 به عنوان مثال:

countdownmail.com

### 76. [Repo Roster](https://reporoster.com//) تشکر از حامیان خود در فایل README گیت‌هاب. 📍 به عنوان مثال: > ستارگان

https://github.com/rzashakeri/beautify-github-profile/stargazers

> فورکرها

https://github.com/rzashakeri/beautify-github-profile/network/members

### 77. [Moe Counter](https://github.com/journey-ad/Moe-Counter) یک شمارشگر بازدید جالب دیگر. 📍 به عنوان مثال:

Moe Counter

### 78. [Star History](https://github.com/lucabubi/star-history) تولیدکننده گراف تاریخچه ستاره‌ها برای مخازن گیت‌هاب 📍 به عنوان مثال:

Red Chart

### 79. [Subreddit Memes](https://github.com/trinib/Subreddit-Memes) نمایش میم‌های تصادفی از هر تاپیک میم در ساب‌ردیت. 📍 به عنوان مثال:

Subreddit Memes

### 80. [آمار گیت‌هاب](https://github.com/hyochan/github-stats) آمار گیت‌هاب برای README از چندین زاویه مختلف. 📍 به عنوان مثال:

آمار گیت‌هاب hyochan
جوایز گیت‌هاب hyochan

### 81. [آمار مشارکت در مخزن گیت‌هاب](https://github.com/HwangTaehyun/github-repository-contribution-stats) آمار مشارکت در مخزن گیت‌هاب شما به‌طور داینامیک در README شما نمایش داده می‌شود! 📍 به عنوان مثال:

آمار مشارکت در مخزن گیت‌هاب Taehyun

### 82. [آمار کد](https://github.com/zmh-program/code-statistic) کارت آمار گیت‌هاب خود را به‌طور داینامیک تولید کنید! کارت کاربر برای شمارش زبان‌های پروژه‌های مختلف تحت یک کاربر و تولید آمار، محاسبه تعداد ستاره‌های کسب‌شده، فورک‌ها، دنبال‌کنندگان، تماشاگران، تعداد مسائل باز و غیره استفاده می‌شود. ### 83. [BentoHub](https://github.com/amittam104/BentoHub) BentoHub یک برنامه است که به شما این امکان را می‌دهد که یک گرید Bento ایجاد کنید و کد HTML یا مارک‌داون آن را در پروفایل گیت‌هاب خود قرار دهید. 📍 به عنوان مثال:

تصویر گرید BentoHub

### 85. [آمار ترافیک مخزن گیت‌هاب](https://github.com/FuseFairy/github-profile-repo-analytics) 📊 آمار ترافیک مخزن گیت‌هاب به‌طور خودکار گرفته و به‌صورت نمودارهای قابل تنظیم SVG از طریق GitHub Actions تجزیه و تحلیل می‌شود، که این امکان را می‌دهد تا نمودارهای تولید شده را به راحتی در پروفایل گیت‌هاب خود وارد کنید. 📍 به عنوان مثال:

آمار ترافیک مخزن Zhuang

---
## ✅ آیکون ها 👇
کلیک کنید تا فهرست باز شود. ### 1. [آیکون‌های ساده](https://simpleicons.org/) ۲۲۴۶ آیکون SVG رایگان برای برندهای محبوب 📍 به عنوان مثال:

### 2. [آیکون‌های مهارت](https://github.com/tandpfun/skill-icons) مهارت‌های خود را به راحتی در README یا رزومه‌تان به نمایش بگذارید ✨ 📍 به عنوان مثال : آیکون‌های مهارت ### 3. [آیکون‌های فناوری پروفایل](https://github.com/marwin1991/profile-technology-icons) 📋 😄 با استفاده از این ژنراتور، آیکون‌هایی را به پروفایل گیت‌هاب خود اضافه کنید 😄 📋 📍 به عنوان مثال :

آیکون‌های فناوری پروفایل

---
## ⚙️ تولیدکننده پروفایل 👇
برای باز کردن لیست کلیک کنید ### 1 . [تولیدکننده پروفایل Readme](https://github.com/maurodesouza/profile-readme-generator) 🎨 پروفایل گیت‌هاب خود را با این ابزار شگفت‌انگیز زیبا کنید و Readme مورد نظر خود را به راحتی و سریع بسازید 🚀 بهترین تولیدکننده پروفایل Readme که خواهید یافت ⚡ 📍 به عنوان مثال:

Profile Readme Generator

### 2 . [Profileme Dev](https://github.com/danielcranney/profileme-dev) در عرض چند دقیقه یک پروفایل گیت‌هاب فوق‌العاده بسازید 📍 به عنوان مثال:

Screenshot of ProfileMe.dev

### 3 . [تولیدکننده readme md](https://github.com/kefranabg/readme-md-generator) 📄 ابزار CLI که فایل‌های README.md زیبا تولید می‌کند 📍 به عنوان مثال:

readme md generator

### 4 . [تولیدکننده پروفایل Readme گیت‌هاب](https://github.com/rajk3770/Github-Profile-Readme-Creator) در کمتر از یک دقیقه، مارک‌داونی کاربرپسند، شهودی و پویا برای پروفایل README خود تولید کنید! 📍 به عنوان مثال:

Demo

### 5 . [سازنده پروفایل Readme گیت‌هاب](https://github.com/VishwaGauravIn/github-profile-readme-maker) بهترین تولیدکننده پروفایل، پروفایل ReadMe گیت‌هاب شما را به بهترین شکل ممکن ایجاد کنید. ویژگی‌ها و ابزارهای زیادی وجود دارد، همه به صورت رایگان! 📍 به عنوان مثال:
### 6 . [تولیدکننده پروفایل Readme گیت‌هاب](https://github.com/rahulbanerjee26/githubProfileReadmeGenerator) صفحه README/About Me فوق‌العاده‌ای برای پروفایل گیت‌هاب خود تولید کنید 📍 به عنوان مثال:

Screencast of Github AboutMe/Profile ReadMe Generator

### 7 . [Github Profilinator](https://github.com/rishavanand/github-profilinator) این ابزار شامل اجزای کوچک GUI است که می‌توانید آن‌ها را با هم ترکیب کنید تا کد مارک‌داون برای یک Readme عالی به طور خودکار تولید کنید. 📍 به عنوان مثال:

Github Profilinator

### 8 . [تولیدکننده پروفایل Readme گیت‌هاب](https://arturssmirnovs.github.io/github-profile-readme-generator/) تولیدکننده پروفایل Readme گیت‌هاب به شما این امکان را می‌دهد که فایل‌های Readme ساده و زیبا برای پروفایل گیت‌هاب خود بسازید که در پیش‌نمایش‌های پروفایل شما گنجانده می‌شود. 📍 به عنوان مثال:

Github readme generator

### 9 . [تولیدکننده پروفایل Readme گیت‌هاب](https://rahuldkjain.github.io/gh-profile-readme-generator) با استفاده از UI ساده، README پروفایل گیت‌هاب را به راحتی تولید کنید، با افزونه‌های جدید مانند شمارش بازدیدکنندگان، آمار گیت‌هاب و غیره. 📍 به عنوان مثال:

---
## 😉 شکلک ها (ایموجی ها)
برای باز کردن فهرست کلیک کنید. ### 1 . [ایموجی‌های مارک‌داون](https://github.com/markdown-templates/markdown-emojis) 🔥 همه‌ی ایموجی‌ها 🎉 ### 2 . [ایموجی‌های متحرک فلوئنت](https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis) تمامی ایموجی‌های متحرک فلوئنت مایکروسافت در یک مکان قرار دارند و آماده استفاده در پروژه‌ها یا فایل‌های README شما هستند. 📍 به عنوان مثال:

گربه با اشک‌های شادی قلب آبی

### اگر دوست دارید، می‌توانید به من کمک کنید تا این مخزن را توسعه دهم تا از این پس پروفایل‌های گیت‌هاب زیباتری داشته باشیم 💙 # یک ستاره بدهید ⭐ شما همچنین می‌توانید با دادن یک ستاره به این مخزن، آن را به افراد بیشتری نشان دهید تا آنها هم از این مخزن استفاده کنند. ================================================ FILE: readme.md ================================================

Beautify Github Profile - Create a beautiful and attractive github profile very easy | Product Hunt Beautify Github Profile - Create a beautiful and attractive github profile very easy | Product Hunt Beautify Github Profile - Create a beautiful and attractive github profile very easy | Product Hunt

GitHub Repo stars GitHub forks GitHub watchers GitHub contributors GitHub last commit GitHub GitHub closed issues GitHub closed pull requests Static Badge

--- # Hello friends 🖐️ How are you? If you want to make the look of your github profile more beautiful, you have come to the right place. # 📖 Table of Contents - [📌 The first step : Set up the GitHub Repository](#-the-first-step--set-up-the-github-repository) - [💡 Where do we get ideas ?](#-where-do-we-get-ideas-) - [🚩 What do we do after seeing these profiles ?](#-what-do-we-do-after-seeing-these-profiles-) - [🧩 Badges ](#-badges-) - [🛠️ Widgets ](#%EF%B8%8F-widgets-) - [✅ Icons ](#-icons-) - [⚙️ Profile Generator ](#%EF%B8%8F-profile-generator-) - [😉 Emojis ](#-emojis) - [Give A Star ⭐](#give-a-star-) # 📌 The first step : Set up the GitHub Repository Create a repository with your GitHub username 👇 Template : 👇 ``` https://github.com/username/username ``` Example : 👇 ``` https://github.com/rzashakeri/rzashakeri ``` ### After Create Repository, **Create a README.md** in Repository and Done ✅ Now that we have built the repository, we come to the interesting part: **designing our README.md.** > Persian guide for first step 👉 [Link 🔗](https://www.instagram.com/p/CQlxnAnHId0/) # 💡 Where do we get ideas ? You must have been asked which profiles to get ideas from? You can see the profile of different people through the site below the gateway profile and get ideas from them 👇 ### [🔗 Awesome Github Profile ](https://zzetao.github.io/awesome-github-profile/) # 🚩 What do we do after seeing these profiles ? Well, so far you have been able to find cool ideas from the profiles of different people. Now it's time to use different tools to beautify your github profile, which you can access from the list below. ## 🧩 Badges 👇
Click to expand list ### 1 . [List of Badges, in Markdown](https://github.com/Naereen/badges) A list of badges and cards, with their Markdown code, that can be included in a README.md file for a GitHub 📍 For example :

Ask Me Anything PyPI download day GitHub forks GitHub stars

### 2 . [Markdown badges in many different categories ](https://github.com/Ileriayo/markdown-badges) Badges for your personal developer branding, profile, and projects. 📍 For example :

Bitcoin Mysql React Python

### 3 . [View Count Badge](https://github.com/dwyl/hits) A badge generator service that counts views on your markdown file. 📍 For example :

View Count Badge

### 4 . [shields](https://shields.io/) Concise, consistent, and legible badges in SVG and raster format and Make tokens with custom values 📍 For example :

Reza Shakeri AppVeyor tests badge Open VSX Rating (Stars) badge

### 5 . [laravel github profile view counter](https://github.com/caneco/laravel-github-profile-view-counter) This package will allows you to track Github profile views and display them in your profile readme, for free. 📍 For example :

laravel github profile view counter

### 6 . [Stackoverflow Badge](https://github.com/claytonjhamilton/stackoverflow-badge) Display your stats with this unique StackOverflow Badge 📍 For example :

Stackoverflow Badge

### 7 . [Badges for GitHub](https://github.com/Envoy-VC/Badges-for-GitHub) A Curated list of Badges used in GitHub 📍 For example :

Gmail Telegram Linux

### 8 . [Badges 4 README.md Profile](https://github.com/alexandresanlim/Badges4-README.md-Profile) Improve your README.md profile with these amazing badges. 📍 For example :

dev Xcode R

### 9 . [Github Profile Views Counter](https://github.com/antonkomarev/github-profile-views-counter) It counts how many times your GitHub profile has been viewed. Free cloud micro-service. 📍 For example :

Profile views for the badge Profile views for plastic style

### 10 . [ColoredBadges](https://github.com/MikeCodesDotNET/ColoredBadges) Some badges I created for my GitHub profile readme. 📍 For example :

csharp php

### 11 . [AppVeyor](https://www.appveyor.com/docs/status-badges/) A Project status badge is a dynamically generated image displaying the status of the last build. You can put a status badge on the home page of your GitHub project or intranet portal: 📍 For example :

Grunt status Project Badge

### 12 . [For The Badge](https://github.com/BraveUX/for-the-badge) Badges for badges' sake. 📍 For example :

Grunt status Grunt status

### 13 . [Grunt Badge](https://gruntjs.com/built-with-grunt-badge) Do you use Grunt in a project and want to proudly display that in your project README or on your project website? Now you can with the "Built with Grunt" badge! 📍 For example :

Built with Grunt Coverage Status

### 14 . [semaphoreci Status Badges](https://docs.semaphoreci.com/essentials/status-badges/) Create a badge that displays your project's current build status. The build status is determined by the status of the first pipeline in your newest workflow. You can use this badge in your project's README file or any web page. 📍 For example :

semaphore docs

### 15 . [Aoc Badges Action](https://github.com/J0B10/aoc-badges-action) Github Action to update the badges of your Readme to show your current Advent of Code stats 📍 For example :

### 16 . [Github Badges](https://github.com/eugustavo/github-badges) Application made to create badges for your readme 📑 📍 For example :

GithubBadges

### 17 . [Discord Md Badge](https://github.com/ashmonty/discord-md-badge) Add to your GitHub readme a badge that shows your Discord username and presence! 📍 For example :

for-the-badge (default)

### 18 . [simple badges](https://github.com/developStorm/simple-badges) Awesome Simple Icons on your favorite Shields.io Badges. Try out on your profile today! 📍 For example :

Python Badge Iconify Badge FIFA Badge

### 19 . [GitHub Profile Badges](https://github.com/Aveek-Saha/GitHub-Profile-Badges) Clean badges for your GitHub Profile Readme 📍 For example :

### 20 . [Custom Icon Badges](https://github.com/DenverCoder1/custom-icon-badges) Allows users to more easily use Octicons and their own icons and logos in shields.io badges 📍 For example :

GitHub stars GitHub open issues GitHub license GitHub build status GitHub last commit Total contributions

### 21 . [pepy](https://github.com/psincraian/pepy) pepy is a site to get statistics information about any Python package 📍 For example :

Downloads

### 22 . [Version Badge](https://badge.fury.io/) Once the package owner adds this badge to their README file, it will inform and link all visitors to the latest version of that package. 📍 For example :

PyPI version

### 23 . [Peerlist Profile Badge](https://github.com/vinitshahdeo/peerlist-readme-badge) [Peerlist](https://peerlist.io/) is a community of working professionals focused on building a personal brand, sharing professional content, and finding peers to collaborate with. A [Peerlist profile](https://peerlist.io/vinitshahdeo) can be used as a simple resume or a complete portfolio to showcase your work. You can style your profile `README.md` with an awesome Peerlist markdown badge. 📍 For example :

Peerlist

### 24 . [hits](https://github.com/silentsoft/hits) 📈 Hit Counter for Your GitHub or Any Kind of Websites You Want. 📍 For example :

Hits

### 25 . [gradient badge](https://github.com/bokub/gradient-badge) 🍭 Badge generator with color gradient support 📍 For example :

npm demo prettier build

### 26 . [Topmate Profile Badge](https://github.com/vinitshahdeo/topmate-readme-badge) *(may no longer working)* Topmate is a platform to connect 1:1 with your audience & monetise your time better. Basically, [one link](https://topmate.io/vinitshahdeo) to do it all. Even better, you can now add a markdown badge in your GitHub profile README to connect with your community! Try it out here: [topmate-readme-badge.netlify.app](https://topmate-readme-badge.netlify.app/) ### 27 . [GitHub Profile Views Counter](https://github.com/u8views/go-u8views/) Track your GitHub profile views and analyze statistics. 📍 For example :

Demo
YaroslavPodorvanov

### 28 . [m3-Markdown-Badges ](https://github.com/ziadOUA/m3-Markdown-Badges) 🏅 A Material You inspired markdown badge collection. 📍 For example :

Demo1 Demo2

### 29 . [Badgen](https://github.com/badgen/badgen.net) Fast badge generating service 📍 For example :

Demo1 Demo2 Demo3

### 30 . [Stardev](https://stardev.io/) Stardev ranks every GitHub user and repository by language and location. You can get a HTML or Markdown badge that shows your global rank across all languages and your top languages by star count. 📍 For example :

Check out oliyh's profile on stardev.io

---
## 🛠️ Widgets 👇
Click to expand list (1~50) ### 1 . [Todoist Readme](https://github.com/abhisheknaiidu/todoist-readme) Updates README with Todoist Stats of a user 📍 For example :

Todoist Readme

### 2 . [github readme stats](https://github.com/anuraghazra/github-readme-stats) Dynamically generated stats for your github readmes 📍 For example :

GitHub Readme Stats Themes Top Langs

### 3 . [GitHub Readme Streak Stats](https://github.com/DenverCoder1/github-readme-streak-stats) Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README 📍 For example :

default

### 4 . [waka readme](https://github.com/athul/waka-readme) Wakatime Weekly Metrics on your Profile Readme. 📍 For example :

Project Preview

### 5 . [Profile Activity Generator](https://github.com/omidnikrah/profile-activity-generator) Generate custom profile activity for your profile README 📍 For example :

Profile Activity Generator

### 6 . [Github Activity Readme](https://github.com/jamesgeorge007/github-activity-readme) Updates README with the recent GitHub activity of a user 📍 For example :

profile-repo

### 7 . [Github Action Dynamic Profile Page](https://github.com/umutphp/github-action-dynamic-profile-page/) GitHub Action to push updates to your special profile repository. 📍 For example :

Github Action Dynamic Profile Page

### 8 . [waka readme stats](https://github.com/anmol098/waka-readme-stats) This GitHub action helps to add cool dev metrics to your github profile Readme 📍 For example :

Project Preview

### 9 . [Profile Readme](https://github.com/actions-js/profile-readme) Display profile activity and other cool widgets in your profile README.md 📍 For example : ``` 💪 Opened PR #43 in webview/webview_deno ❗️ Closed issue #32 in denosaurs/denon 🗣 Commented on #6 in nestdotland/hatcher ❗️ Closed issue #22 in nestdotland/eggs 🗣 Commented on #15 in nestdotland/eggs ``` ### 10 . [Spotify Github Profile](https://github.com/kittinan/spotify-github-profile) Show your Spotify playing on your Github profile 📍 For example :

novatorem.svg
spotify-github-profile

### 11 . [Blog Post Workflow](https://github.com/gautamkrishnar/blog-post-workflow) Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed 📍 For example :

preview

### 12 . [Github Readme Medium](https://github.com/omidnikrah/github-readme-medium) Dynamically generated your latest Medium article on your GitHub readmes! 📍 For example :

Omid Nikrah Medium

### 13 . [Github Readme Stackoverflow](https://github.com/omidnikrah/github-readme-stackoverflow) Dynamically generated your StackOverflow status on your GitHub READMEs! 📍 For example :

Omid Nikrah StackOverflow
Omid Nikrah StackOverflow

### 14 . [Profile Readme Stats](https://github.com/teoxoy/profile-readme-stats) Showcase your github stats on your profile README.md 📍 For example :

readme.png

### 15 . [Readme Jokes](https://github.com/ABSphreak/readme-jokes) 😄 Jokes for your GitHub READMEs 📍 For example :

Jokes Card

### 16 . [Github Profile Trophy](https://github.com/ryo-ma/github-profile-trophy) Add dynamically generated GitHub Stat Trophies on your readme
📍 For example :

Github Profile Trophy

### 17 . [Random Memer](https://github.com/techytushar/random-memer) Returns random meme images scraped from Memedroid ### 18 . [Readme Pagespeed Insights](https://github.com/ankurparihar/readme-pagespeed-insights) Google lighthouse stats of your website that you can put in readme 📍 For example :

Readme Pagespeed Insights

### 19 . [REHeader](https://github.com/khalby786/REHeader) Generate beautiful header images for your GitHub profile READMEs. 📍 For example :

Another image which is a use case of this generator - again you shouldn't be seeing this

### 20 . [Goodreads Readme](https://github.com/arg3t/goodreads-readme) This project provides a badge for sharing your current book in your github profile. 📍 For example :

GoodReads

### 21 . [Readme Typing svg](https://github.com/DenverCoder1/readme-typing-svg) Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository. 📍 For example :

Readme Typing svg

### 22 . [Awesome Github Profile Readme Templates](https://github.com/durgeshsamariya/awesome-github-profile-readme-templates) This repository contains best profile readme's for your reference. ### 23 . [Profile Summary For Github](https://github.com/tipsy/profile-summary-for-github) Tool for visualizing GitHub profiles 📍 For example :

screenshot

### 24 . [Github Profile Summary Cards](https://github.com/vn7n24fzkq/github-profile-summary-cards) A tool to generate your github summary card for profile README 📍 For example :

Demo1 Demo2 Demo3 Demo4 Demo5

### 25 . [Generate Snake Game From Github Contribution Grid](https://github.com/marketplace/actions/generate-snake-game-from-github-contribution-grid) Generates a snake game from a github user contributions graph 📍 For example :

Demo

### 26 . [Github Stats Transparent](https://github.com/rahul-jha98/github-stats-transparent) Automatically generate summary GitHub statistics images for your profile using Actions, no server required 📍 For example :

Demo1 Demo2

### 27 . [Github Profile Name Writer](https://github.com/ironmaniiith/Github-profile-name-writer) Write your name using the github commits and make your profile awesome 📍 For example :

Image of Ironman on github Profile

### 28 . [Github Profile Languages](https://github.com/IonicaBizau/github-profile-languages) Create a nice pie chart with the user's programming languages from their GitHub profile. 📍 For example :

github-profile-languages

### 29 . [Github Profile 3d Contrib](https://github.com/yoshi389111/github-profile-3d-contrib) This GitHub Action creates a GitHub contribution calendar on a 3D profile image. 📍 For example :

svg

### 30 . [Github Profile Header Generator](https://github.com/leviarista/github-profile-header-generator) A header image generator for your Github profile Readme 📍 For example :

Example 1

### 31 . [metrics](https://github.com/lowlighter/metrics) An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON! 📍 For example :
For user accounts For organization accounts
🧩 Customizable with 40 plugins and 258 options!
📅 Isometric commit calendar 🈷️ Most used languages
Full year calendar
Half year calendar
Indepth analysis (clone and analyze repositories)
Recently used (analyze recent activity events)
Default algorithm
Default algorithm (with details)
📌 Starred topics 🌟 Recently starred repositories
With icons
With labels
📜 Repository licenses 💡 Coding habits
Permissions, limitations and conditions
Licenses overview
Recent activity charts
Midly interesting facts
🏅 Repository contributors 🎟️ Follow-up of issues and pull requests
By contribution types
By number of contributions
Indepth analysis
Created on a user's repositories
Created by a user
🎭 Comment reactions 🧑‍🤝‍🧑 People plugin
Related to a user
Related to a repository
Stargazers over last weeks 🗂️ Active projects
Classic charts
Chartist charts
Code snippet of the day 📰 Recent activity
🏆 Achievements 🎩 Notable contributions
Compact display
Detailed display
Indepth analysis
Contributions in organizations only
💬 Discussions 💭 GitHub Community Support
👨‍💻 Lines of code changed 🧮 Repositories traffic
📓 Repositories 🎫 Gists
🙋 Introduction 💕 GitHub Sponsors
For a user or an organization
For a repository
GitHub sponsors card
GitHub sponsors full introduction
💫 Starlists 📆 Calendar
Repositories from star lists
Languages from star lists
Current year
Full history
🌇 GitHub Skyline 3D calendar ⏱️ Website performances
PageSpeed scores
PageSpeed scores with detailed report
PageSpeed scores with a website screenshot
🗨️ StackOverflow plugin 🌸 Anilist watch list and reading list
For anime watchers
For manga readers
For waifus simp
🐤 Latest tweets ✒️ Recent posts
Latest tweets with attachments
Latest tweets
Latest posts width description and cover image
Latest posts
🎼 Music plugin 🗼 Rss feed
Random tracks from a playlist
Recently listened
WakaTime plugin
🎲 See also community plugins
🖼️ And even more with 4+ templates!
📗 Classic template 📘 Repository template
📙 Terminal template 📒 Markdown template
📕 See also community templates
### 32 . [Action Devcard](https://github.com/dailydotdev/action-devcard) GitHub Action to download the devcard from https://daily.dev ### 33 . [Pimp My Readme](https://github.com/joshdsouza8/pimp-my-readme) Pimp my README is an open source profile builder that you can use to add some cool components to your README profile - Made with <3 by webapp.io :) 📍 For example :

sliding-text
wavy-banner
technology

### 34 . [GitHub Contribution Chart Generator](https://github.com/sallar/github-contributions-chart) Generate an image of all your Github contributions 📍 For example :

GitHub Contribution Chart Generato

### 35 . [Wrapped](https://github.com/neat-run/wrapped) GitHub Wrapped, inspired by Spotify Wrapped 📍 For example :

Wrapped

### 36 . [GitHub Spray](https://github.com/Annihil/github-spray) Draw on your GitHub contribution graph ░▒▓█ 📍 For example :  

GitHub Spray logo

### 37 . [Github Trends](https://github.com/avgupta456/github-trends) Level up your GitHub profile readme with customizable cards including LOC statistics! 📍 For example :

image

### 38 . [Github Readme Quotes](https://github.com/shravan20/github-readme-quotes) Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes 📍 For example :

Quote

### 39 . [Spotify Recently Played Readme](https://github.com/JeffreyCA/spotify-recently-played-readme) Display your recently played Spotify tracks on your GitHub profile README. 📍 For example :

Spotify recently played

### 40 . [Github Readme Info](https://github.com/th3c0d3br34ker/github-readme-info) This GitHub action helps to add cool Stats to your GitHub profile README. 📍 For example :
I'm a night 🦉

🌞 Morning    57 commits     ████░░░░░░░░░░░░░░░░░░░░░   16.76%
🌆 Daytime    85 commits     ██████░░░░░░░░░░░░░░░░░░░   25.0%
🌃 Evening    128 commits    █████████░░░░░░░░░░░░░░░░   37.65%
🌙 Night      70 commits     █████░░░░░░░░░░░░░░░░░░░░   20.59%

### 41 . [Github Readme Medium Recent Article](https://github.com/bxcodec/github-readme-medium-recent-article) Add Your Recently Published Medium Articles to Your GitHub Readme 📍 For example :

Recent Article 0

### 42 . [Github Widgetbox](https://github.com/Jurredr/github-widgetbox) Beautiful, dynamic widgets for GitHub Readme pages. (Statistics, Skills, etc.) 📍 For example :

GitHub WidgetBox

### 43 . [lastfm Recently Played Readme](https://github.com/JeffreyCA/lastfm-recently-played-readme) Display your recent Last.fm scrobbles on your GitHub profile README. 📍 For example :

My scrobbles

### 44 . [Github Stats Terminal Style](https://github.com/yogeshwaran01/github-stats-terminal-style) Generate :octocat: Stats as like Terminal Interface with typing effects dynamically for your profile Readme 📍 For example :

Github Stats Terminal Style

### 45 . [LeetCode-Stats-Card](https://github.com/JacobLinCool/LeetCode-Stats-Card) Show your dynamically generated LeetCode stats on your GitHub profile or your website! 📍 For example :

LeetCode Stats

### 46 . [Quote Readme](https://github.com/siddharth2016/quote-readme) A GitHub Action that allows you to place a random quote/fun-fact on your README file, from a collection of famous computer science quotes/facts ! 📍 For example :

Random Quote On Readme Result

### 47 . [Readme Ascii](https://github.com/ajmeese7/readme-ascii) Turns text into images of ASCII art for GitHub README files. 📍 For example :

readme-ascii

### 48 . [Cool Readme profile items](https://github.com/mayankchaudhary26/Cool-Readme-ideas) Some cool ideas for your readme profile, enjoy :) and You can access cool gifs through this repository 📍 For example :

### 49 . [Capsule Render](https://github.com/kyechan99/capsule-render) Dynamic Coloful Image Render 📍 For example :

### 50 . [Github Readme npm Downloads](https://github.com/maddhruv/github-readme-npm-downloads) Show npm packages downloads ⏬ in GitHub README 📍 For example :
Name Downloads
post-merge-install 185021
types-directory 59207
install-types 23071
engines-ok 19752
npmtotal 18267
---
Click to expand list (51~) ### 51 . [Github Contribution Stats](https://github.com/LordDashMe/github-contribution-stats) Dynamically generated Github Contribution Stats. 📈 📆 📍 For example :

Contribution Stats

### 52 . [Github Star History](https://github.com/bytebase/star-history) Dynamically generated GitHub repository star chart. 📈 ⭐️ 📍 For example :

Star History Chart

### 53 . [Moon.svg](https://github.com/hmu332233/moon.svg) Add real-time moon on your github profile!
Moon.svg shows the current moon phase in real time! 📍 For example :

moon1.svg moon2.svg

### 54 . [Stackoverflow Readme Profile](https://github.com/johannchopin/stackoverflow-readme-profile) Easily share your Stackoverflow's profile on your README 📍 For example :

profile

### 55 . [Github Readme Programming Quotes](https://github.com/PiyushSuthar/github-readme-quotes) Add Programming Quotes To Your GitHub Readme 📍 For example :

Readme Quotes

### 56 . [Chess.com Games and Stats](https://github.com/Balastrong/chess-stats-action) Automatically update your README.md with Chess.com games and stats - fully customizable 📍 For example : | White ⚪ | Black ⚫ | Result 🏆 | Date 📅 | Position 🗺️ | | :------------: | :------------: | :-----------: | :-------: | :------------------------------------------------------------------------------------------------------------------------------: | | **Hikaru** | mauricioflores | win 🥇 | 31/7/2022 | Link | | mauricioflores | **Hikaru** | win 🥇 | 31/7/2022 | Link | | **Hikaru** | mauricioflores | win 🥇 | 31/7/2022 | Link | | mauricioflores | **Hikaru** | agreed ⏸️ | 31/7/2022 | Link | | **Hikaru** | Jospem | win 🥇 | 31/7/2022 | Link | | Jospem | **Hikaru** | timeout ❌ | 30/7/2022 | Link | | **Hikaru** | Jospem | win 🥇 | 30/7/2022 | Link | | Jospem | **Hikaru** | win 🥇 | 30/7/2022 | Link | | **Hikaru** | Jospem | repetition ⏸️ | 29/7/2022 | Link | | Jospem | **Hikaru** | checkmated ❌ | 28/7/2022 | Link | ### 57 . [Terminal Gif Maker](https://www.terminalgif.com/) Terminal Gif Maker is a tool for creating code samples in the terminal interface. You can create gifs for your projects and you can show that in the README of your project. You can use the GIF in git providers like Github and Gitlab. 📍 For example :

terminal gif

### 58 . [Spotify Data Card](https://github.com/magic-ike/spotify-data-card) Show your Spotify activity on your GitHub profile README. 📍 For example :

Spotify Data Card

### 59 . [Github Readme Activity Graph](https://github.com/Ashutosh00710/github-readme-activity-graph) A dynamically generated activity graph to show your GitHub activities of last 31 days. 📍 For example :

graph

### 60 . [svg banners](https://github.com/Akshay090/svg-banners) Styled banners for your Readme made with html/css in SVG !! 📍 For example :

SVG Banners

### 61 . [techstack generator](https://github.com/qkrdmstlr3/techstack-generator) 🕹Techstack generator that can show dynamic technology stack. 📍 For example :
iconiconiconiconiconiconicon
iconiconiconiconiconiconicon
iconiconiconiconiconiconicon
iconiconiconiconiconiconicon
### 62 . [GitHub Achievements](https://github.com/drknzz/GitHub-Achievements) 🔥 A Complete List of GitHub Profile Badges and Achievements 🔥 📍 For example :
DEFAULT BRONZE SILVER GOLD
2 8 16 32
### 63 . [contributors img](https://github.com/lacolaco/contributors-img) show all profile images contributors 📍 For example :

contributors img

### 64 . [D-Day.widget](https://github.com/hmu332233/dday.svg) Add D-Day widget to anywhere, such as your Github Profile, Notion, etc 📍 For example :

dday-widget.svg

### 65 . [GitHub Readme YouTube Cards](https://github.com/DenverCoder1/github-readme-youtube-cards) GitHub action to show your latest YouTube videos on your GitHub profile or project readme automatically as dynamic SVG cards 📍 For example :

preview

### 66 . [github-unwrapped](https://github.com/remotion-dev/github-unwrapped-2022) A platform that generates a year in review video for each GitHub user 📍 For example :

github-unwrapped

### 67 . [GIFs For GitHub](https://github.com/Anmol-Baranwal/Cool-GIFs-For-Readme) Awesome List of GIFs & avatars to use in GitHub markdown 📍 For example :

GIFs For GitHub

### 68 . [repography](https://repography.com) Make your GitHub repo beautiful 📍 For example : [![Repography logo](https://images.repography.com/logo.svg)](https://repography.com) / Recent activity [![Time period](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_badge.svg)](https://repography.com) === [![Timeline graph](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_timeline.svg)](https://github.com/rzashakeri/beautify-github-profile/commits) [![Issue status graph](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_issues.svg)](https://github.com/rzashakeri/beautify-github-profile/issues) [![Pull request status graph](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_prs.svg)](https://github.com/rzashakeri/beautify-github-profile/pulls) [![Trending topics](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_words.svg)](https://github.com/rzashakeri/beautify-github-profile/commits) [![Top contributors](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_users.svg)](https://github.com/rzashakeri/beautify-github-profile/graphs/contributors) [![Activity map](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_map.svg)](https://github.com/rzashakeri/beautify-github-profile/commits) ### 69 . [github readme tech stack](https://github.com/0l1v3rr/github-readme-tech-stack) 🔖 Show off your favorite technologies, tools, or the tech stack your project uses with these fully customizable cards on your GitHub README. 📍 For example :

github readme tech stack

### 70 . [lanyard-profile-readme](https://github.com/cnrad/lanyard-profile-readme) 🏷️ Utilize Lanyard to display your Discord Presence in your GitHub Profile. 📍 For example :

lanyard-profile-readme

### 71 . [Starcharts](https://github.com/caarlos0/starcharts) ⭐ Plot your repo stars over time! 📍 For example :

Starcharts

### 72 . [daily DevCard](https://daily.dev/blog/adding-the-daily-devcard-to-your-github-profile?utm_source=webapp&utm_medium=devcard&utm_campaign=devcardguide&utm_id=inapp) ⭐ Displaying Your Extensive Reading and Preferred Technology Topics on Your GitHub README ⭐ By showcasing the range/The number of articles you have consumed and your chosen technology topics, you have the opportunity to present your comprehensive expertise and keen interest in the field. 📍 For example :

Padra Esfandiyar's Dev Card

### 73 . [socialify](https://github.com/wei/socialify) 💞 Socialify your project. 🌐 Share with the world! 📍 For example :

socialify

### 74 . [invidget](https://github.com/SwitchbladeBot/invidget) ✉️ Invidget generates SVG renders of Discord invites that can be used in GitHub READMEs. 📍 For example :

invidget

### 75 . [countdownmail](https://countdownmail.com/) The countdown timer is based on the end date and time in a specific time zone. 📍 For example :

countdownmail.com

### 76 . [Repo Roster](https://reporoster.com//) Shout-out supporters in your GitHub README file. 📍 For example : > Stargazers

https://github.com/rzashakeri/beautify-github-profile/stargazers

> Forkers

https://github.com/rzashakeri/beautify-github-profile/network/members

### 77 . [Moe Counter](https://github.com/journey-ad/Moe-Counter) Another Cute View Counter. 📍 For example :

Moe Counter

### 78 . [Star History](https://github.com/lucabubi/star-history) A Stunning star history chart generator for Github Repositories 📍 For example :

Red Chart

### 79 . [Subreddit Memes](https://github.com/trinib/Subreddit-Memes) Any subreddit memes thread to display random memes. 📍 For example :

Subreddit Memes

### 80 . [GitHub Stats](https://github.com/hyochan/github-stats) Github readme stats in multi angles. 📍 For example :

hyochan github-stats
hyochan github-trophies

### 81 . [GitHub Repository Contribution Stats](https://github.com/HwangTaehyun/github-repository-contribution-stats) Get dynamically generated your github repository contribution stats on your READMEs! 📍 For example :

Taehyun's GitHub Repository Contribution stats

### 82 . [Code Statistic](https://github.com/zmh-program/code-statistic) Dynamically generate your GitHub statistic card! The user card is used to count the languages of all projects under the user and generate statistics, calculate total stars earned, forks acquired, followers, watchers, number of open issues, etc. ### 83 . [Bentohub](https://github.com/amittam104/BentoHub) BentoHub is an app where you can create a bento grid and copy-paste the html or markdown code on to your github profile readme. 📍 For example :

BentoHub grid image

### 85 . [github-profile-repo-analytics](https://github.com/FuseFairy/github-profile-repo-analytics) 📊 GitHub repository traffic stats are automatically fetched and visualized as customizable SVG charts via GitHub Actions workflows, making it easy to embed the generated charts in your GitHub profile. 📍 For example :

Zhuang's Repo Traffic Stats

--- ### 86 . [DevImg](https://github.com/cenfun/devimg) Generating NPM or GitHub status for profile README. 📍 For example : - NPM downloads ![](https://devimg.vercel.app/npm/downloads/console-grid?color=ff0000&bg=green) - GitHub profile ![](https://devimg.vercel.app/github/profile/cenfun) --- ### 87 . [Telegram Card](https://github.com/Malith-Rukshan/telegram-card) Dynamic preview card generator for Telegram channels, groups, and bots. Features responsive design, dark/light theme support, and displays subscriber/member/monthly users/online users counts. Perfect for GitHub profiles and portfolios. 📍 For example : | ![Preivew Item](https://telegram-card.vercel.app/?username=AlphaV2ray&theme=light) | ![Preivew Item](https://telegram-card.vercel.app/?username=SingleMusicX) | |------------|-----------| | ![Preivew Item](https://telegram-card.vercel.app/?username=MOD_APPS_Stock) | ![Preivew Item](https://telegram-card.vercel.app/?username=QuizUpLK) | | ![Preivew Item](https://telegram-card.vercel.app/?username=ReceiveSMSRobot&theme=light) | ![Preivew Item](https://telegram-card.vercel.app/?username=Alpha_V2ray) | ![Telegram Channel](https://telegram-card.vercel.app/?username=durov&theme=dark) | ![Telegram Channel](https://telegram-card.vercel.app/?username=Premium&theme=dark) --- ### 88 . [GitHub PR Stats](https://github.com/f14XuanLv/github-pr-stats) Dynamic SVG tables displaying your GitHub pull requests with dual modes: detailed PR list and repository aggregate statistics. Features status filtering, star-based sorting, and customizable fields. 📍 For example : ### 📊 PR List Mode - Your Contribution Timeline ![PR List Demo](https://github-pr-stats-five.vercel.app/api/github-pr-stats?username=f14xuanlv&limit=6&theme=dark) ### 📈 Repository Stats Mode - Impact Overview ![Repo Stats Demo](https://github-pr-stats-five.vercel.app/api/github-pr-stats?username=torvalds&mode=repo-aggregate&limit=5&theme=dark) --- ### 89 . [Nostalgia Github Banner](https://github.com/czl9707/nostalgia-gh-banner) Dynamic styled banners! Perfect for one liners! 📍 For example : ![Rainy Demo](https://zane-nostalgia.kiyo-n-zane.com/scenes/rainy/api?height=200&width=2000&density=20&bannerText=Beautify+Readme) ![Noise Demo](https://zane-nostalgia.kiyo-n-zane.com/scenes/noise/api?height=200&width=2000&bannerText=Beautify+Readme) ---
## ✅ Icons 👇
Click to expand list ### 1 . [Simple Icons](https://simpleicons.org/) 2246 Free SVG icons for popular brands 📍 For example :

### 2 . [Skill Icons](https://github.com/tandpfun/skill-icons) Showcase your skills on your Github readme or resumé with ease ✨ 📍 For example :
Skill Icons ### 3 . [Profile Technology Icons](https://github.com/marwin1991/profile-technology-icons) 📋 😄 Add icons to your GitHub profile using this generator 😄 📋 📍 For example :

Profile Technology Icons

---
## ⚙️ Profile Generator 👇
Click to expand list ### 1 . [Profile Readme Generator](https://github.com/maurodesouza/profile-readme-generator) 🎨 Beautify your github profile with this amazing tool, creating the readme your way in a simple and fast way 🚀 The best profile readme generator you will find ⚡ 📍 For example :

Profile Readme Generator

### 2 . [Profileme Dev](https://github.com/danielcranney/profileme-dev) Create an awesome GitHub profile in minutes 📍 For example :

Screenshot of ProfileMe.dev

### 3 . [readme md generator](https://github.com/kefranabg/readme-md-generator) 📄 CLI that generates beautiful README.md files 📍 For example :

readme md generator

### 4 . [Github Profile Readme Creator](https://github.com/rajk3770/Github-Profile-Readme-Creator) Generate user-friendly, intuitive and dynamic markdown for your profile README, in less than a minute! 📍 For example :

Demo

### 5 . [Github Profile Readme Maker](https://github.com/VishwaGauravIn/github-profile-readme-maker) Best Profile Generator, Create your perfect GitHub Profile ReadMe in the best possible way. Lots of features and tools included, all for free ! 📍 For example :
### 6 . [github Profile Readme Generator](https://github.com/rahulbanerjee26/githubProfileReadmeGenerator) Generate a cool README/About me page for your Github Profile 📍 For example :

Screencast of Github AboutMe/Profile ReadMe Generator

### 7 . [Github Profilinator](https://github.com/rishavanand/github-profilinator) This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme. 📍 For example :

Github Profilinator

### 8 . [Github Profile Readme Generator](https://arturssmirnovs.github.io/github-profile-readme-generator/) GitHub profile readme generator allows you to create nice and simple GitHub profile readme files that will be included in your profile previews. 📍 For example :

Github readme generator

### 9 . [Github Profile Readme Generator](https://rahuldkjain.github.io/gh-profile-readme-generator) Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI. 📍 For example :

---
## 😉 Emojis
Click to expand list ### 1 . [Markdown Emojis](https://github.com/markdown-templates/markdown-emojis) 🔥 All the emojis 🎉 ### 2 . [Animated Fluent Emojis](https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis) All the Microsoft animated fluent emojis are available in one place and ready to use in your next project or README file. 📍 For example :

Cat with Tears of Joy Blue Heart

### If you like, you can also help me develop this repository so that from now on we have more beautiful github profiles 💙 # Give A Star ⭐ You can also give this repository a star to show more people and they can use this repository