Compare commits

...

8 Commits

Author SHA1 Message Date
Prabhjot
f2202d20d9
Merge faa916d966 into 7ab5b375b3 2025-03-27 13:46:49 +00:00
Chuck
7ab5b375b3
Merge pull request #2213 from eclectic-coding/clean-up
Basic cleanup
2025-03-27 06:40:35 -04:00
Chuck Smith
a0fc61ed22 Basic leanup 2025-03-27 06:39:36 -04:00
Chuck
9b4f7fa60c
Merge pull request #2212 from Ayfri/add/ayfri
Add Ayfri portfolio.
2025-03-27 06:38:11 -04:00
Ayfri
83e8da5b17 feat(links): Add Ayfri portfolio. 2025-03-27 11:33:21 +01:00
Chuck
ddafecb193
Merge pull request #2211 from Xeven777/anish
Added my portfolio to the README
2025-03-27 06:06:50 -04:00
Anish
d8937de9b3
Update README.md 2025-03-27 10:35:32 +05:30
prabhjot2001
faa916d966 Add portfolio links opener utility script 2025-01-30 00:12:41 +05:30
3 changed files with 128 additions and 3 deletions

View File

@ -9,7 +9,7 @@ This repo was inspired by [Ali Spittel's](https://twitter.com/ASpittel) tweet
Hopefully this repo can serve as a source of inspiration for your portfolio!
## Current Portfolio Count: 973
## Current Portfolio Count: 987
**Jump to:** [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | [G](#g) | [H](#h) | [I](#i) | [J](#j) | [K](#k) | [L](#l) | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) | [Y](#y) | [Z](#z) | [Random Portfolio](https://s111ew.github.io/random-button-redirector/)
@ -130,6 +130,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
- [Anik Ahammed Khan](https://anikahammedkhan.com)
- [Aniket Kudale](https://aniket.co)
- [Anil Khatri](https://imkaka.github.io)
- [Anish Biswas](https://anish7.me) [FullStack Dev]
- [Ankit Dey](https://dub.sh/ankitdey)
- [Ankush Minda](http://ankushminda.com)
- [Anshul Gora](https://anshulwork.netlify.app)
@ -181,6 +182,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
- [Avnish Kumar](https://theavnishkumar.in)
- [Ayanabha Misra](https://ayanabha.life)
- [Aycan Öğüt](https://aycan.dev)
- [Ayfri](https://ayfri.com)
- [Ayush Baral](https://rushayu.vercel.app) [Front-End Web Developer]
- [Ayush Nighoskar](https://ayushn.netlify.app)
- [Azaan Suhail](https://personal-portfolio-website-seven-teal.vercel.app/)
@ -421,8 +423,8 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
- [Hasan Aydoğdu](https://haydogdu1990.github.io/resume-json-css)
- [Hasan](https://hasansiddiqui.netlify.app)
- [Hassam Ul Haq](https://hassam.dev) [Backend Developer - PHP Laravel]
- [Hassan Ahmed](https://www.hassanahmed.net)
- [Hassan Ahani](https://hasanahani.ir)
- [Hassan Ahmed](https://www.hassanahmed.net)
- [Hassan Murtaza](https://hassanmurtaza.com)
- [Hassan RJ](https://hassanrj.vercel.app/) [Hassan RJ Full Stack Next.js Developer
- [Hemsundar Paranthaman](https://hemdev.vercel.app)
@ -938,7 +940,7 @@ Hopefully this repo can serve as a source of inspiration for your portfolio!
- [Stefan Bohacek](https://fourtonfish.com)
- [Stefan Topalovic](https://www.stefantopalovic.com/)
- [Stéphane Chan Hiou Kong](https://www.chan-stephane.me) (Software Engineer) ([@chan-stephane](https://github.com/chan-stephane))
- [Sudev Thapa Magar](https://portfolio-nu-ten-94.vercel.app/) - Full Stack Developer
- [Sudev Thapa Magar](https://portfolio-nu-ten-94.vercel.app/) - Full Stack Developer
- [Suhaib SZ](https://suhaib.protool.co.in) (Founder of) ([@Protool](https://protool.co.in))
- [Sumonta Saha Mridul](https://sumonta056.github.io)
- [Surya MU](https://surya-mu.me/)

73
tools/README.md Normal file
View File

@ -0,0 +1,73 @@
# Portfolio Link Opener 🔗
A simple Python script that opens all portfolio links from the README.md file in your browser tabs automatically! No more clicking links one by one 😊
## What does it do? 🤔
Imagine you want to look at all the awesome portfolio websites in this repository. Instead of clicking hundreds of links manually, this script will:
1. Read all the links from the README file
2. Open each link in a new tab in your default browser
3. Tell you how many links it opened
## How to use it? 🚀
### Step 1: Requirements
- Make sure you have Python installed on your computer
- Download the `portfolio_opener.py` script
### Step 2: Run the script
1. Put the script in the same folder as the README.md file
2. Open your terminal/command prompt
3. Navigate to the folder containing the script
4. Run this command:
```bash
python portfolio_opener.py
```
## Usage step by step
1. Make sure you have Python installed on your system
2. Navigate to the tools directory:
```bash
cd tools
```
3. Run the script:
```bash
portfolio_opener.py
```
4. Or specify a different markdown file:
```
portfolio_opener.py -f ../README.md
```
## ⚠️ Important Notes
### About Opening Links
- This script opens all links from README.md in your default browser
- Opening too many links at once may slow down your browser or cause it to crash
- We recommend opening no more than 50 links at a time
- Keep the links in a file based on how many you want to open. For example, if you want to open 30 links, just add 30 links to the file. If you want 50, add 50 links, and so on
- If your computer can handle more tabs, feel free to open more!
### Browser Tips
- Your browser might ask permission to open multiple tabs
- If your browser slows down, just close some tabs and try again
- This is completely normal - don't worry!
### Recommendation
Start with 50 tabs first. If your computer handles it well, you can try opening more next time.
### 🎉 Have fun exploring all the amazing portfolios for inspiration!

50
tools/portfolio_opener.py Normal file
View File

@ -0,0 +1,50 @@
import re
import webbrowser
import argparse
import sys
from pathlib import Path
def open_portfolio_links(file_path):
"""
Opens all portfolio links found in the given markdown file in new browser tabs.
Args:
file_path (str): Path to the markdown file containing portfolio links
"""
try:
# URL pattern to match the url link in mark down file
url_pattern = re.compile(r'https?://\S+?(?=\)|\])|https?://\S+')
# Reads the file
with open(file_path, "r", encoding="utf-8") as file:
content = file.read()
urls = url_pattern.findall(content)
# Open URLs
for url in urls:
webbrowser.open_new_tab(url)
print(f"Successfully opened {len(urls)} links in your default browser :`).")
except FileNotFoundError:
print(f"Error: File '{file_path}' not found.")
sys.exit(1)
except Exception as e:
print(f"An error occurred: {str(e)}")
sys.exit(1)
def main():
parser = argparse.ArgumentParser(
description="Open all portfolio links from the developer-portfolios README in your browser."
)
parser.add_argument(
"-f", "--file",
default="../README.md",
help="Path to the markdown file containing portfolio links (default: ../README.md)"
)
args = parser.parse_args()
open_portfolio_links(args.file)
if __name__ == "__main__":
main()