├── .gitattributes ├── GitHub Profile Readme Generator Using Python.py └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /GitHub Profile Readme Generator Using Python.py: -------------------------------------------------------------------------------- 1 | # printing banner 2 | print(''' 3 | ██████╗ ██╗████████╗██╗ ██╗██╗ ██╗██████╗ ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ 4 | ██╔════╝ ██║╚══██╔══╝██║ ██║██║ ██║██╔══██╗ ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ 5 | ██║ ███╗██║ ██║ ███████║██║ ██║██████╔╝ ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ 6 | ██║ ██║██║ ██║ ██╔══██║██║ ██║██╔══██╗ ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ 7 | ╚██████╔╝██║ ██║ ██║ ██║╚██████╔╝██████╔╝ ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ 8 | ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ 9 | ██████╗ ███████╗███╗ ██╗███████╗██████╗ █████╗ ████████╗ ██████╗ ██████╗ 10 | ██╔════╝ ██╔════╝████╗ ██║██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ 11 | ██║ ███╗█████╗ ██╔██╗ ██║█████╗ ██████╔╝███████║ ██║ ██║ ██║██████╔╝ 12 | ██║ ██║██╔══╝ ██║╚██╗██║██╔══╝ ██╔══██╗██╔══██║ ██║ ██║ ██║██╔══██╗ 13 | ╚██████╔╝███████╗██║ ╚████║███████╗██║ ██║██║ ██║ ██║ ╚██████╔╝██║ ██║ 14 | ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ 15 | ''') 16 | # printing name of Author 17 | print('Author : coderatul') 18 | print("❀ If you don't want to fill something then just leave it blank & press enter ❀") 19 | 20 | # inputting name 21 | print('Title') 22 | Name = input("Hi 👋+ I'm 🠮 ") 23 | name = ('

Hi 👋 I\'m'+" "+ Name + '

') 24 | 25 | # inputting subtitle 26 | sub = input("Enter Subtitle 🠮") 27 | subtitle = ('

'+ sub+ '

') 28 | 29 | # inputting github user name 30 | user_name = input("Just Enter your github user name (eg: coderatul) :") 31 | git = ('

+

") 33 | 34 | trophy = ('

") 37 | print("Work") 38 | 39 | # inputting name of project in which user is currently working 40 | project_name = input('🔭 I’m currently working on 🠮') 41 | 42 | # inputting link of the project in which user is currently working 43 | project_link = input('Link to above mentioned project 🠮 ') 44 | current_project = ('- 🔭 I’m currently working on '+ '['+ project_name+ ']'+ '('+ project_link+ ')') 45 | 46 | # inputting what what user is learning 47 | learn = input("🌱 I’m currently learning (If more than one separate Them with commas eg:seo+python) 🠮") 48 | current_learn = ('- 🌱 I’m currently learning '+ ""+ '**'+ learn+ '**') 49 | 50 | # inputting project info for which user is using seeking collaborating 51 | collaborate_project = input("👯 I’m looking to collaborate on 🠮") 52 | 53 | # inputting project link for which user is seeking collaboration 54 | collaborate_project_link = input("Link to above mentioned project 🠮") 55 | collaborate = ('- 👯 I’m looking to collaborate on '+ '['+ collaborate_project+ ']'+ '('+ collaborate_project_link+ ')') 56 | 57 | # inputting project info in which user is seeking 58 | help_txt = input("🤝 I’m looking for help with 🠮") 59 | Help = ('- 🤝 I’m looking for help with '+ ""+ '**'+ help_txt+ '**') 60 | 61 | # inputting link to portfolio 62 | portfolio_link = input("👨‍ 💻 All of my projects are available at (link to portfolio) 🠮") 63 | all_my_project = ('- 👨 ‍💻 All of my projects are available at '+ '['+ portfolio_link+ ']'+ '('+ portfolio_link+ ')') 64 | 65 | # inputting link to blog 66 | blog_link = input("📝 I regularly write articles on 🠮") 67 | blog = ('- 📝 I regularly write articles on '+ '['+ blog_link+ ']'+ '('+ blog_link+ ')') 68 | 69 | # inputting what what technology user knows 70 | ask_me_about_topic = input("💬 Ask me about 🠮") 71 | ask_me_about = ('- 💬 Ask me about '+'**'+ask_me_about_topic+'**') 72 | 73 | # inputting email Id 74 | email_id = input("📫 How to reach me 🠮") 75 | email = ('- 📫 How to reach me '+ ""+ ""+ '**'+ email_id+ '**') 76 | 77 | # inputting link to resume 78 | resume_link = input("📄 Know about my experiences (link to resume) 🠮") 79 | resume = ("- 📄 Know about my experiences "+ ""+ "["+ resume_link+ "]"+ "("+ resume_link+ ")") 80 | 81 | # inputting fun fact 82 | fun_fact = input("⚡ Fun fact 🠮") 83 | Fun_fact = ("- ⚡ Fun fact "+"**"+fun_fact+"**") 84 | 85 | most_used_language = ('

+

") 87 | 88 | # printing statistics 89 | full_statistics = ('

 

") 91 | 92 | # printing streaks 93 | streak = ('

+
 94 |           2 | GitHub Profile README Generator Using Python 3 | 4 |

5 | 🌼 Change your Boring Github profile to Next-Level 6 |

7 | 8 | [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) 9 | 10 | 11 | 12 | ## Before 😐 13 | 14 | ![Before](https://user-images.githubusercontent.com/72141859/120153585-e67e9580-c1bc-11eb-83ee-7c773084c2ee.png "Beforehand") 15 | 16 | ## After 🥳 17 | 18 | ![after](https://user-images.githubusercontent.com/72141859/120153979-5bea6600-c1bd-11eb-9190-ace453951de3.gif) 19 | 20 | 21 | ## 😎 Features 22 | - Visitors Counter Badge 23 | - GitHub Profile Stats Card 24 | - GitHub Top Skills 25 | - GitHub Streak Stats 26 | 27 | ## How to Use ? 28 | - First of all create a new repository and enter your github profile user name as name of the repository 29 | ![Screenshot (16)](https://user-images.githubusercontent.com/72141859/120154803-3873eb00-c1be-11eb-96a3-cc07b0c03b3b.png) 30 | - Make sure that this repository is ```public``` and you have enabled ```Add a README file``` 31 | 32 | - Then Run python file ( If you Don't Want a specific function then just leave it blank and press enter ! ) and Paste the Output in README.md file 33 | - You are ready to go !!! 34 | 35 | ## Common errors 36 | - while entering any URL in python file make sure you add protocol 37 | - for eg: dev.to/coderatul will lead to error ( error 404 page not found !) 38 | - so you can fix this by adding protocol : https://dev.to/coderatul 39 | 40 | ## 🙇 Special Thanks 41 | - [Anurag Hazra](https://github.com/anuraghazra) for amazing [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) 42 | - [Anton Komarev](https://github.com/antonkomarev) for super cool [github-profile-views-counter](https://github.com/antonkomarev/github-profile-views-counter) 43 | - [Jonah Lawrence](https://github.com/DenverCoder1) for the incredible [github-readme-streak-stats](https://github.com/DenverCoder1/github-readme-streak-stats) 44 | - [Devansh](https://github.com/devansh-dek) for testing this project 💖 45 | - [Bhavesh](https://github.com/Bhavesh71) for testing this project 💖 46 | 47 | ![header git](https://user-images.githubusercontent.com/72141859/120173177-c907f680-c1d1-11eb-9d7a-e3cc54670d1a.png) 48 | - If you liked this Banner you can make your own using [canva](https://www.canva.com/design/DAEdelIC5PQ/2oWD_3i9aUepagywUdEqeQ/view?utm_content=DAEdelIC5PQ&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton&mode=preview) 49 | - After making Your Banner just drag and drop it in readme.md 50 | --------------------------------------------------------------------------------