Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ functions
Functions
1,516 in github.com/Mrinank-Bhowmick/python-beginner-projects
⨍
Functions
1,516
◇
Types & classes
196
↳
Endpoints
40
↓ 1 callers
Function
display_scoreboard
(player1_score, player2_score, over)
projects/HandCricket/main.py:142
↓ 1 callers
Function
display_scoreboard
(player1_score, player2_score, over)
web/public/playground/handcricket.py:145
↓ 1 callers
Method
display_today_weather
(self)
projects/Skycast/skycast.py:36
↓ 1 callers
Function
divisible_to
(x)
projects/ProjectEuler/Problem 5/p5.py:8
↓ 1 callers
Function
division
Function divide two numbers
projects/Calculator/main.py:35
↓ 1 callers
Function
download_youtube_video
Downloads a YouTube video using yt-dlp.
projects/YouTube Video Downloader/you_tube_analyzer.py:4
↓ 1 callers
Function
downloader
Args: query (str): search query max_save (int): max number of images to save to results Returns: None
projects/image-site-downloader/imgur-downloader.py:6
↓ 1 callers
Method
draw
(self, p1n, p1c, p2n, p2c)
projects/Card Game/card.py:97
↓ 1 callers
Method
draw
Draw the grid and the current piece
projects/Tetris Game/tetrisGame.py:123
↓ 1 callers
Method
draw
(self, p1n, p1c, p2n, p2c)
web/public/playground/card-game.py:111
↓ 1 callers
Method
draw_board
(self)
projects/Sudoku-Solver/SudokuGUI.py:44
↓ 1 callers
Function
draw_floor
()
projects/Flappybird_game/main.py:4
↓ 1 callers
Function
draw_game_over
Draw the game over text on the screen
projects/Tetris Game/tetrisGame.py:161
↓ 1 callers
Function
draw_pipes
(pipes)
projects/Flappybird_game/main.py:22
↓ 1 callers
Function
draw_score
Draw the score on the screen
projects/Tetris Game/tetrisGame.py:154
↓ 1 callers
Method
draw_score
(self)
projects/PONG/main.py:155
↓ 1 callers
Function
drop
()
projects/CRUD-with-postgresql/main.py:166
↓ 1 callers
Method
easy_game
(self)
projects/PONG/main.py:228
↓ 1 callers
Function
edge_mask
(img, line_size, blur_value)
projects/Image Toonification/main.py:22
↓ 1 callers
Function
edit
(key, value)
projects/CRUD-with-postgresql/main.py:130
↓ 1 callers
Function
edite
(message)
projects/ToDoList/to_do_list.py:109
↓ 1 callers
Function
editn
(message)
projects/ToDoList/to_do_list.py:105
↓ 1 callers
Function
emailer
emails random chores to emails Args: chores: list of chores emails: list of emails to send chores Returns: None
projects/chore-assignment-emailer/chore-emailer.py:5
↓ 1 callers
Function
emojiFor
(name, blurb)
web/scripts/gen-catalog.mjs:122
↓ 1 callers
Function
encrypt
(text)
projects/Morse-Code-Translator/morse.py:49
↓ 1 callers
Function
encrypt
(message)
projects/MorseCode Translator/main.py:51
↓ 1 callers
Function
encrypt
(plain_text, password)
projects/AES256/AES256.py:9
↓ 1 callers
Function
encrypt
(text, shift)
projects/caesar_cipher/caesar-cipher.py:34
↓ 1 callers
Function
encrypt
(text, shift)
web/public/playground/caesar-cipher.py:40
↓ 1 callers
Function
encrypt
(plain_text, password)
web/public/playground/aes256.py:12
↓ 1 callers
Function
encrypt
(message)
web/public/playground/morsecode-translator.py:53
↓ 1 callers
Function
encrypt
(text)
web/public/playground/morse-code-translator.py:53
↓ 1 callers
Function
encryptPDFs
Encrypts all pdfs folder walk Args: root (str): folder path to walk password (str): password to encrypt pdfs with Returns:
projects/pdf-paranoia/pdfParanoia.py:5
↓ 1 callers
Method
end_game
(self)
projects/Tile Matching/tile_matching.py:114
↓ 1 callers
Function
endmiddleCHECKER
()
projects/Tic-Tac-Toe/TicTacToe-GUI/oneplayermode.py:344
↓ 1 callers
Function
endmiddleCHECKER
()
projects/Tic-Tac-Toe/TicTacToe-GUI/tic tac.py:439
↓ 1 callers
Function
endsideCHECKER
()
projects/Tic-Tac-Toe/TicTacToe-GUI/oneplayermode.py:324
↓ 1 callers
Function
endsideCHECKER
()
projects/Tic-Tac-Toe/TicTacToe-GUI/tic tac.py:419
↓ 1 callers
Method
enemies_movement
(self)
projects/Space Shooter/main.py:360
↓ 1 callers
Function
enemy
(x, y, img_list)
projects/space_battle/main.py:72
↓ 1 callers
Method
enemy_firing
(self, enemy: Enemies)
projects/Space Shooter/main.py:385
↓ 1 callers
Method
enemy_laser
(self, enemy: Enemies)
projects/Space Shooter/main.py:379
↓ 1 callers
Method
enemy_type1_firing
(self, enemy: Enemies)
projects/Space Shooter/main.py:393
↓ 1 callers
Method
enemy_type2_firing
(self, enemy: Enemies)
projects/Space Shooter/main.py:416
↓ 1 callers
Function
eng_thesaurus
(word)
projects/English Thesaurus/App.py:15
↓ 1 callers
Function
enough_ip
()
projects/Subnetting Flsm/subnetting_flsm.py:19
↓ 1 callers
Function
enough_ip
()
web/public/playground/subnetting-flsm.py:22
↓ 1 callers
Function
eratosthenes
Yields the sequence of prime numbers via the Sieve of Eratosthenes.
projects/ProjectEuler/Problem 7/p7.py:1
↓ 1 callers
Function
evaluate
()
projects/Scientific-Calculator/Scientific_CalC.py:67
↓ 1 callers
Method
evaluate_board
Evaluate the board as per various heuristics.
projects/Othello/src/utils/board.py:156
↓ 1 callers
Method
event
(self, i, j)
projects/Chess/main.py:577
↓ 1 callers
Function
excelToCsv
converts sheets in every excel file in a folder to csv Args: folder (str): folder containing excel files Returns: None
projects/excel-to-csv-converter/excelToCsv.py:8
↓ 1 callers
Function
exit_program
()
projects/student-management-system/With Login System.py:114
↓ 1 callers
Method
extractTextFromPDF
(self, pdf_path)
projects/pdf_to_text/pdf_to_text.py:64
↓ 1 callers
Function
face_detector
(img, size=0.5)
projects/facerecoginition/FaceDetection.py:25
↓ 1 callers
Function
factorize
(n)
projects/ProjectEuler/Problem 3/p3.py:4
↓ 1 callers
Function
fetch_month
Function that asks the user to enter a month, validates the input, and returns the valid month.
projects/Calendar/displayCalendar.py:29
↓ 1 callers
Function
fetch_month
()
web/public/playground/calendar.py:27
↓ 1 callers
Function
fetch_quiz_data
(amount=4, quiz_type="boolean")
projects/Online Trivia/main.py:6
↓ 1 callers
Function
fetch_weather
Function to fetch weather data from OpenWeatherMap API. Parameters: api_key (str): API key. location (str): City name. R
projects/API Based Weather Report/API Based Weather Report.py:10
↓ 1 callers
Function
fetch_year
Prompts the user for a valid year and returns the year as an integer.
projects/Calendar/displayCalendar.py:15
↓ 1 callers
Function
fetch_year
()
web/public/playground/calendar.py:15
↓ 1 callers
Method
fight
(self, Pokemon2)
projects/Pokemon Battle/pokemon.py:31
↓ 1 callers
Method
fight
(self, Pokemon2)
web/public/playground/pokemon-battle.py:29
↓ 1 callers
Function
fillGaps
fill gaps in numbering of files in folder Args: folderPath (str): path to folder to search prefix (str): prefix of files to fill g
projects/fill-gaps/fill_gaps.py:20
↓ 1 callers
Method
fill_form
Fills the form with provided values.
projects/Expense-Tracker/app.py:245
↓ 1 callers
Function
findMainPy
(dir, folder)
web/scripts/gen-catalog.mjs:143
↓ 1 callers
Function
findReadme
(dir)
web/scripts/gen-catalog.mjs:136
↓ 1 callers
Function
findUnneeded
walks through a folder tree and searches for exceptionally large files or folders Args: folderPath (str): path of folder to walk r
projects/find-unneeded-files/find_unneeded.py:4
↓ 1 callers
Function
find_best_move
(position: Board)
projects/Othello/src/utils/minimax.py:49
↓ 1 callers
Function
find_highest_bidder
(bidding_record)
projects/Blind Auction/main.py:9
↓ 1 callers
Function
find_highest_bidder
(bidding_record)
web/public/playground/blind-auction.py:30
↓ 1 callers
Function
find_neighbour
(maze_1, row, col)
projects/BFS visualizer/main.py:84
↓ 1 callers
Method
find_next_words
Finds the most common next word for each word in a list of titles.
projects/Word_Predictor/main.py:52
↓ 1 callers
Function
find_path
(maze_1, stdscr)
projects/BFS visualizer/main.py:45
↓ 1 callers
Method
fire_laser
(self)
projects/Space Shooter/main.py:309
↓ 1 callers
Method
firing
(self)
projects/Space Shooter/main.py:233
↓ 1 callers
Function
firstFontDisplayer
()
projects/Tic-Tac-Toe/TicTacToe-GUI/tic tac.py:51
↓ 1 callers
Method
flipDiscs
Flip the discs between the given two cells to the given PLAYER color.
projects/Othello/src/utils/board.py:87
↓ 1 callers
Method
form
(self)
projects/Data Entry Automation/main.py:65
↓ 1 callers
Function
formatted_hour
(hr)
projects/Desktop Weather Notifier/weather_notifier.py:4
↓ 1 callers
Function
formatted_wind_dir
(wd)
projects/Desktop Weather Notifier/weather_notifier.py:12
↓ 1 callers
Function
four_point_transform
(image, pts)
projects/Mobile Document Scanner/transform.py:35
↓ 1 callers
Function
game
()
projects/Battleship/main.py:53
↓ 1 callers
Function
game
()
web/public/playground/battleship.py:65
↓ 1 callers
Function
game1_chooser
()
projects/multiplayer_socket/client.py:9
↓ 1 callers
Function
game1_chooser
(clientAddress, word)
projects/multiplayer_socket/server.py:54
↓ 1 callers
Function
game1_guesser
()
projects/multiplayer_socket/client.py:49
↓ 1 callers
Function
game1_guesser
(clientAddress)
projects/multiplayer_socket/server.py:33
↓ 1 callers
Function
game2
()
projects/multiplayer_socket/client.py:70
↓ 1 callers
Function
game2_1
(clientAddress)
projects/multiplayer_socket/server.py:151
↓ 1 callers
Function
game2_2
(clientAddress)
projects/multiplayer_socket/server.py:163
↓ 1 callers
Method
gameOverScreen
Display the game over screen in accordance with the game result.
projects/Othello/src/utils/setup.py:251
↓ 1 callers
Method
game_loop
Game loop to run the application.
projects/Othello/src/utils/setup.py:315
↓ 1 callers
Method
game_loop
(self)
projects/Snake Game/src/game.py:20
↓ 1 callers
Function
gameloop
()
projects/car game/Game.py:184
↓ 1 callers
Function
generate
()
projects/Sudoku-Solver/SudokuGUI.py:13
↓ 1 callers
Function
generatePassword
(all_characters, password_length)
projects/Password Projects/Password Generator/main.py:45
↓ 1 callers
Method
generate_account_number
Generates a random 8-digit account number. Returns: str: The generated account number.
projects/Python Banking System/Banking.py:29
↓ 1 callers
Method
generate_account_number
(self)
web/public/playground/python-banking-system.py:22
← previous
next →
501–600 of 1,516, ranked by callers