Skip to content

Commit e3f9bb5

Browse files
Merge branch 'king04aman:main' into main
2 parents 7188af5 + 90a36fe commit e3f9bb5

File tree

4 files changed

+49
-70
lines changed

4 files changed

+49
-70
lines changed

.github/workflows/auto_assign.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/generate-project-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
4242
for project in "${projects[@]}"; do
4343
project_name=${project%/}
44-
safe_project_name=${project_name// /-}
45-
echo "* [$project_name](./$safe_project_name)" >> PROJECTS.md
44+
safe_project_name=${project_name// /%20}
45+
echo "* [$project_name](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/$safe_project_name)" >> PROJECTS.md
4646
done
4747
4848
for file in "${exclude_files[@]}"; do

.github/workflows/contributor_welcome.yml renamed to .github/workflows/welcome.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: New Contributor Welcome
22

3+
permissions:
4+
issues: write
5+
pull-requests: write
6+
37
on:
48
pull_request:
59
types: [opened, closed]
@@ -12,7 +16,8 @@ jobs:
1216
steps:
1317
- uses: wow-actions/[email protected]
1418
with:
15-
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
FIRST_ISSUE_REACTIONS: "+1, hooray, rocket, heart"
1621
FIRST_ISSUE: >
1722
👋 Greetings @{{ author }}!
1823
@@ -28,4 +33,5 @@ jobs:
2833
2934
You've just merged your first pull request! We're excited to have you in our community. Keep up the fantastic contributions!
3035
STAR_MESSAGE: If you enjoy this project, please consider ⭐ starring ⭐ our repository!
31-
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

PROJECTS.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
# Project List
22

3-
* [Age Calculator](./Age-Calculator)
4-
* [Alarm Bot](./Alarm-Bot)
5-
* [Ascii Art Generator](./Ascii-Art-Generator)
6-
* [Audio Book Generator](./Audio-Book-Generator)
7-
* [CountDown Timer](./CountDown-Timer)
8-
* [Currency Converter](./Currency-Converter)
9-
* [Digital Clock](./Digital-Clock)
10-
* [Expense Splitter](./Expense-Splitter)
11-
* [Facebook Video Downloader](./Facebook-Video-Downloader)
12-
* [Geographic Distance](./Geographic-Distance)
13-
* [Handwritten-Assignments](./Handwritten-Assignments)
14-
* [Headlight Detection](./Headlight-Detection)
15-
* [Helmet Detection](./Helmet-Detection)
16-
* [Image Compression](./Image-Compression)
17-
* [ImageSize Reducer](./ImageSize-Reducer)
18-
* [Img-Steganograpy](./Img-Steganograpy)
19-
* [Merge PDFs](./Merge-PDFs)
20-
* [MobileNumber Tracker](./MobileNumber-Tracker)
21-
* [Movie Scraper](./Movie-Scraper)
22-
* [Notepad](./Notepad)
23-
* [Password Generator](./Password-Generator)
24-
* [Plagiarism-Checker](./Plagiarism-Checker)
25-
* [QR Code Generator](./QR-Code-Generator)
26-
* [Random Movie Selector](./Random-Movie-Selector)
27-
* [Random Quotes Generator](./Random-Quotes-Generator)
28-
* [Recipe Finder with Meal Planner](./Recipe-Finder-with-Meal-Planner)
29-
* [Simple Assistant](./Simple-Assistant)
30-
* [Speech To Text](./Speech-To-Text)
31-
* [Spell Checker](./Spell-Checker)
32-
* [Telegram Bot](./Telegram-Bot)
33-
* [Text To Speech](./Text-To-Speech)
34-
* [Text to Morse Code](./Text-to-Morse-Code)
35-
* [Translator](./Translator)
36-
* [URL Sortener](./URL-Sortener)
37-
* [Validate-Email](./Validate-Email)
38-
* [Video To Audio](./Video-To-Audio)
39-
* [Weather Alert](./Weather-Alert)
40-
* [Youtube Video Downloader](./Youtube-Video-Downloader)
41-
* [personal-finance-tracker](./personal-finance-tracker)
3+
* [Age Calculator](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Age%20Calculator)
4+
* [Alarm Bot](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Alarm%20Bot)
5+
* [Ascii Art Generator](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Ascii%20Art%20Generator)
6+
* [Audio Book Generator](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Audio%20Book%20Generator)
7+
* [CountDown Timer](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/CountDown%20Timer)
8+
* [Currency Converter](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Currency%20Converter)
9+
* [Digital Clock](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Digital%20Clock)
10+
* [Expense Splitter](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Expense%20Splitter)
11+
* [Facebook Video Downloader](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Facebook%20Video%20Downloader)
12+
* [Geographic Distance](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Geographic%20Distance)
13+
* [Handwritten-Assignments](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Handwritten-Assignments)
14+
* [Headlight Detection](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Headlight%20Detection)
15+
* [Helmet Detection](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Helmet%20Detection)
16+
* [Image Compression](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Image%20Compression)
17+
* [ImageSize Reducer](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/ImageSize%20Reducer)
18+
* [Img-Steganograpy](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Img-Steganograpy)
19+
* [Merge PDFs](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Merge%20PDFs)
20+
* [MobileNumber Tracker](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/MobileNumber%20Tracker)
21+
* [Movie Scraper](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Movie%20Scraper)
22+
* [Notepad](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Notepad)
23+
* [Password Generator](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Password%20Generator)
24+
* [Plagiarism-Checker](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Plagiarism-Checker)
25+
* [QR Code Generator](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/QR%20Code%20Generator)
26+
* [Random Movie Selector](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Random%20Movie%20Selector)
27+
* [Random Quotes Generator](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Random%20Quotes%20Generator)
28+
* [Recipe Finder with Meal Planner](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Recipe%20Finder%20with%20Meal%20Planner)
29+
* [Simple Assistant](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Simple%20Assistant)
30+
* [Speech To Text](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Speech%20To%20Text)
31+
* [Spell Checker](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Spell%20Checker)
32+
* [Telegram Bot](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Telegram%20Bot)
33+
* [Text To Speech](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Text%20To%20Speech)
34+
* [Text to Morse Code](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Text%20to%20Morse%20Code)
35+
* [Translator](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Translator)
36+
* [URL Sortener](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/URL%20Sortener)
37+
* [Validate-Email](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Validate-Email)
38+
* [Video To Audio](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Video%20To%20Audio)
39+
* [Weather Alert](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Weather%20Alert)
40+
* [Youtube Video Downloader](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/Youtube%20Video%20Downloader)
41+
* [personal-finance-tracker](https://github.com/king04aman/All-In-One-Python-Projects/tree/main/personal-finance-tracker)

0 commit comments

Comments
 (0)