Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1d7f2d9
Bump twilio from 9.8.4 to 9.8.5
dependabot[bot] Nov 4, 2025
c52deda
Bump openai from 2.6.0 to 2.7.1
dependabot[bot] Nov 4, 2025
8134700
Bump psutil from 7.1.2 to 7.1.3
dependabot[bot] Nov 4, 2025
6d59132
fix-typo
namkhanh20xx Nov 5, 2025
08f55df
fix typo update2
namkhanh20xx Nov 5, 2025
53def6e
fix-typo
namkhanh20xx Nov 5, 2025
3654ec6
fix-typo
namkhanh20xx Nov 5, 2025
992c9d6
Fix typos in bank_managment_system/QTFrontend.py
namkhanh20xx Nov 5, 2025
6b76b93
Fix typos in BlackJack_game/blackjack_simulate.py
namkhanh20xx Nov 5, 2025
d8b9dee
Fix typos in BlackJack_game/blackjack.py
namkhanh20xx Nov 5, 2025
72ceeeb
Fix typos in BoardGame-CLI/snakeLadder.py
namkhanh20xx Nov 5, 2025
42a6e0b
Fix typos in brickout-game/brickout-game.py
namkhanh20xx Nov 5, 2025
954d191
Fix typos in Checker_game_by_dz/modules/__init__.py
namkhanh20xx Nov 5, 2025
70712d7
Fix typos in Checker_game_by_dz/first.py
namkhanh20xx Nov 5, 2025
28af8ec
Fix typos in Compression_Analysis/PSNR.py
namkhanh20xx Nov 5, 2025
79a3f00
Fix typos in Droplistmenu/GamesCalender.py
namkhanh20xx Nov 5, 2025
6b2e06b
Fix typos in Electronics_Algorithms/resistance.py
namkhanh20xx Nov 5, 2025
072425b
Merge pull request #2983 from geekcomputers/dependabot/pip/twilio-9.8.5
geekcomputers Nov 6, 2025
89b1d33
Merge pull request #2984 from geekcomputers/dependabot/pip/openai-2.7.1
geekcomputers Nov 6, 2025
82fc3d1
Merge pull request #2985 from geekcomputers/dependabot/pip/psutil-7.1.3
geekcomputers Nov 6, 2025
fcd16af
Merge pull request #2986 from khanhkhanhlele/typo1
geekcomputers Nov 6, 2025
8d5b315
Merge pull request #2987 from khanhkhanhlele/fix/update2
geekcomputers Nov 6, 2025
2b5a2d6
Merge pull request #2988 from khanhkhanhlele/Assembler/assembler.py
geekcomputers Nov 6, 2025
7384e5d
Merge pull request #2989 from khanhkhanhlele/Automated/caller.py
geekcomputers Nov 6, 2025
826b272
Merge pull request #2990 from khanhkhanhlele/bank_managment_system/QT…
geekcomputers Nov 6, 2025
d378eea
Merge pull request #2991 from khanhkhanhlele/BlackJack_game/blackjack…
geekcomputers Nov 6, 2025
73778df
Merge pull request #2992 from khanhkhanhlele/BlackJack_game/blackjack.py
geekcomputers Nov 6, 2025
9516d91
Merge pull request #2993 from khanhkhanhlele/BoardGame-CLI/snakeLadde…
geekcomputers Nov 6, 2025
c901a9e
Merge pull request #2994 from khanhkhanhlele/brickout-game/brickout-g…
geekcomputers Nov 6, 2025
c68806b
Merge pull request #2995 from khanhkhanhlele/Checker_game_by_dz/modul…
geekcomputers Nov 6, 2025
47203d2
Merge pull request #2996 from khanhkhanhlele/Checker_game_by_dz/first.py
geekcomputers Nov 6, 2025
a204ae3
Merge pull request #2997 from khanhkhanhlele/Compression_Analysis/PSN…
geekcomputers Nov 6, 2025
8845967
Merge pull request #2998 from khanhkhanhlele/Droplistmenu/GamesCalend…
geekcomputers Nov 6, 2025
59bc44a
Merge pull request #2999 from khanhkhanhlele/Electronics_Algorithms/r…
geekcomputers Nov 6, 2025
0ce4730
Bump selenium from 4.37.0 to 4.38.0
dependabot[bot] Nov 6, 2025
0323dcf
Bump google-api-python-client from 2.186.0 to 2.187.0
dependabot[bot] Nov 6, 2025
7171a28
Merge pull request #3036 from geekcomputers/dependabot/pip/selenium-4…
geekcomputers Nov 6, 2025
53d2c53
Merge pull request #3038 from geekcomputers/dependabot/pip/google-api…
geekcomputers Nov 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1 File handle/File handle binary/Update a binary file2.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def update():

# ! Instead of AB use WB?
# ! It may have memory limits while updating large files but it would be good
# ! Few lakhs records would be fine and wouln't create any much of a significant issues
# ! Few lakhs records would be fine and wouldn't create any much of a significant issues
2 changes: 1 addition & 1 deletion 1 File handle/File handle binary/update2.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def update():

for i in S:
if rno == i[0]:
print(f"the currrent name is {i[1]}")
print(f"the current name is {i[1]}")
i[1] = input("enter the new name")
found = True
break
Expand Down
8 changes: 4 additions & 4 deletions Assembler/assembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def scanner(string):

def scan():
"""
scan: applys function scanner() to each line of the source code.
scan: applies function scanner() to each line of the source code.
"""
global lines
assert len(lines) > 0, "no lines"
Expand Down Expand Up @@ -1008,7 +1008,7 @@ def parser():
elif eax == 3:
ecx = float(input(">> "))

elif eax == 4: # output informations
elif eax == 4: # output information
print(ecx)

elif token.token == "push": # push commando
Expand Down Expand Up @@ -1157,7 +1157,7 @@ def parser():
pointer = jumps[token.token]

else: # error case
print("Error: Unknow subprogram!")
print("Error: Unknown subprogram!")
return

else: # error case
Expand All @@ -1169,7 +1169,7 @@ def parser():
pointer = returnStack.pop()

else: # error case
print("Error: No return adress on stack")
print("Error: No return address on stack")
return

elif token.t == "subprogram":
Expand Down
2 changes: 1 addition & 1 deletion Automated Scheduled Call Reminders/caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Here the collection name is on_call which has documents with fields phone , from (%H:%M:%S time to call the person),date


# gets data from cloud database and calls 5 min prior the time (from time) alloted in the database
# gets data from cloud database and calls 5 min prior the time (from time) allotted in the database
def search():
calling_time = datetime.now()
one_hours_from_now = (calling_time + timedelta(hours=1)).strftime("%H:%M:%S")
Expand Down
2 changes: 1 addition & 1 deletion BlackJack_game/blackjack.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def dealer_choice():
while sum(p_cards) < 21:
# to continue the game again and again !!
k = input("Want to hit or stay?\n Press 1 for hit and 0 for stay ")
if k == "1": # Ammended 1 to a string
if k == "1": # Amended 1 to a string
random.shuffle(deck)
p_cards.append(deck.pop())
print("You have a total of " + str(sum(p_cards)) + " with the cards ", p_cards)
Expand Down
2 changes: 1 addition & 1 deletion BlackJack_game/blackjack_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Card:

def __init__(self, suit, rank, face=True):
"""
:param suit: patter in the card
:param suit: pattern in the card
:param rank: point in the card
:param face: show or cover the face(point & pattern on it)
"""
Expand Down
6 changes: 3 additions & 3 deletions BoardGame-CLI/snakeLadder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Taking players data
players = {} # stores players name their locations
isReady = {}
current_loc = 1 # vaiable for iterating location
current_loc = 1 # variable for iterating location

imp = True

Expand All @@ -23,7 +23,7 @@ def player_input():
players[name] = current_loc
isReady[name] = False
x = False
play() # play funtion call
play() # play function call

else:
print("Number of player cannot be zero")
Expand Down Expand Up @@ -88,7 +88,7 @@ def play():
print(f"you are at position {players[i]}")

elif n == 2:
players = {} # stores player ans their locations
players = {} # stores player and their locations
isReady = {}
current_loc = 1 # reset starting location to 1
player_input()
Expand Down
2 changes: 1 addition & 1 deletion Checker_game_by_dz/first.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from modules.checker_board import *
from modules.checker import *

# static variables for this perticular file
# static variables for this particular file
fps = 60

WIN = pg.display.set_mode((st.width, st.height))
Expand Down
2 changes: 1 addition & 1 deletion Checker_game_by_dz/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Auhtor : Dhruv B Kakadiya
Author : Dhruv B Kakadiya

"""
2 changes: 1 addition & 1 deletion Compression_Analysis/PSNR.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def calculate(img):


def main():
# Loading images (orignal image and compressed image)
# Loading images (original image and compressed image)
orignal_image = cv2.imread("orignal_image.png", 1)
compressed_image = cv2.imread("compressed_image.png", 1)

Expand Down
2 changes: 1 addition & 1 deletion Droplistmenu/GamesCalender.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def show():


# Create button, it will change label text
button = Button(window, text="Add to calender", command=show).place(x=100, y=200)
button = Button(window, text="Add to calendar", command=show).place(x=100, y=200)

# Create Label
label = Label(window, text=" ")
Expand Down
6 changes: 3 additions & 3 deletions Electronics_Algorithms/resistance.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
def resistance_calculator(
material: str, lenght: float, section: float, temperature: float
material: str, length: float, section: float, temperature: float
):
"""
material is a string indicating the material of the wire

lenght is a floating value indicating the lenght of the wire in meters
length is a floating value indicating the length of the wire in meters

diameter is a floating value indicating the diameter of the wire in millimeters

Expand Down Expand Up @@ -35,6 +35,6 @@ def resistance_calculator(
temp_coefficient = materials[material]["coefficient"]

rho = rho_20deg * (1 + temp_coefficient * (temperature - 20))
resistance = rho * lenght / section
resistance = rho * length / section

return f"{resistance}Ω"
2 changes: 1 addition & 1 deletion bank_managment_system/QTFrontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ def update_employee_data(name, password, salary, position, name_to_update):
)
backend.conn.commit()
show_popup_message(
stacked_widget, "Employee Upadate successfully", UPDATE_EMPLOYEE_PAGE2
stacked_widget, "Employee Update successfully", UPDATE_EMPLOYEE_PAGE2
)

except:
Expand Down
2 changes: 1 addition & 1 deletion brickout-game/brickout-game.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
screen = pygame.display.set_mode(size)

"""
This is a simple Ball class for respresenting a ball
This is a simple Ball class for representing a ball
in the game.
"""

Expand Down
10 changes: 5 additions & 5 deletions requirements_with_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ backend==0.2.4.1
win10toast==0.9
Counter==1.0.0
Flask==3.1.2
selenium==4.37.0
selenium==4.38.0
firebase-admin==7.1.0
ujson==5.10.0
requests==2.32.5
quo==2023.5.1
PyPDF2==3.0.1
pyserial==3.5
twilio==9.8.4
twilio==9.8.5
tabula==1.0.5
nltk==3.9.2
Pillow==12.0.0
Expand All @@ -49,7 +49,7 @@ auto-mix-prep==0.2.0
lib==4.0.0
pywifi==1.1.12
patterns==0.3
openai==2.6.0
openai==2.7.1
background==0.2.1
pydantic==2.12.3
openpyxl==3.1.2
Expand All @@ -58,7 +58,7 @@ requests-mock==1.12.1
pyglet==2.1.9
urllib3==2.5.0
thirdai==0.9.33
google-api-python-client==2.186.0
google-api-python-client==2.187.0
sound==0.1.0
xlwt==1.3.0
pygame==2.6.1
Expand Down Expand Up @@ -101,7 +101,7 @@ pytest==8.4.2
qrcode==8.2
googletrans==4.0.2
slab==1.8.2
psutil==7.1.2
psutil==7.1.3
mediapipe==0.10.21
rich==14.2.0
httplib2==0.31.0
Expand Down