MCPcopy Create free account

hub / github.com/geekcomputers/Python / functions

Functions2,483 in github.com/geekcomputers/Python

↓ 1 callersFunctiondecide_winner
Decide the winner based on the choices.
BrowserHistory/rock_paper_scissors.py:26
↓ 1 callersFunctiondecimalToBinary
This function converts decimal number to binary and prints it
decimal to binary.py:1
↓ 1 callersFunctiondecode
()
Caesar Cipher Encoder & Decoder.py:52
↓ 1 callersFunctiondecrypt
(message, key)
vigenere_cipher.py:32
↓ 1 callersFunctiondecrypt
()
encryptsys.py:5
↓ 1 callersMethoddecrypt
input: 'content' of type list and 'key' of type int output: decrypted string 'content' as a list of chars if key not passed t
XORcipher/XOR_cipher.py:56
↓ 1 callersMethoddeduct_balance
(self, amount, acc_no)
bank_managment_system/backend.py:115
↓ 1 callersFunctiondef_time
()
digital_clock.py:26
↓ 1 callersFunctiondegree_to_direction
(deg)
compass_code.py:1
↓ 1 callersFunctiondegrees_to_compass
(degrees)
convert_wind_direction_to_degrees.py:1
↓ 1 callersMethoddeletProcess
(self, user, tags, productId)
insta_monitering/insta_datafetcher.py:323
↓ 1 callersMethoddeleteAll
Método para deletar todos os tubos gerados
Flappy Bird - created with tkinter/Tubes.py:187
↓ 1 callersMethoddelete_acc
(self, acc_no)
bank_managment_system/backend.py:135
↓ 1 callersMethoddelete_end
(self)
singly_linked_list.py:63
↓ 1 callersMethoddelete_head
(self)
singly_linked_list.py:58
↓ 1 callersFunctiondelete_service
(service_)
password_manager.py:54
↓ 1 callersMethoddeliver
(self)
BlackJack_game/blackjack_simulate.py:101
↓ 1 callersFunctiondepth
(node)
binary_search_tree.py:337
↓ 1 callersFunctiondetect_faces_and_eyes
Detects faces and eyes in real-time using the webcam. Press 'q' to exit the program.
Face and eye Recognition/face_recofnation_first.py:4
↓ 1 callersFunctiondetermine_winner
Decide winner of one round. Parameters ---------- user : str User's choice ("s", "w", "g"). computer : str Compu
Sanke-water-gun game.py:38
↓ 1 callersFunctiondevelopment
()
script_count.py:63
↓ 1 callersFunctiondiag_win
Check if player has a complete diagonal.
Tic-Tac-Toe Games/tic-tac-toe4.py:59
↓ 1 callersFunctiondice12
()
dice_rolling_simulator.py:76
↓ 1 callersFunctiondice6
()
dice_rolling_simulator.py:61
↓ 1 callersFunctiondice8
()
dice_rolling_simulator.py:69
↓ 1 callersFunctiondig_clock
()
digital_clock.py:53
↓ 1 callersMethoddigram
(self)
BlackJack_game/blackjack_simulate.py:374
↓ 1 callersFunctiondirectorychooser
()
Mp3_media_player.py:22
↓ 1 callersMethoddisplay
(self)
balance_parenthesis.py:17
↓ 1 callersMethoddisplay
(self)
Test-Case-Generator/test_case.py:219
↓ 1 callersMethoddisplay_error_message
(self, message)
Quizzler Using Tkinter and Trivia DB API/ui.py:138
↓ 1 callersFunctiondisplay_greeting
(name)
magic8ball.py:37
↓ 1 callersFunctiondisplay_greeting
(name)
magic_8_ball.py:37
↓ 1 callersMethoddisplay_image
(self, image_path)
ML/src/python/neuralforge/cli/gui.py:352
↓ 1 callersMethoddisplay_image
(self, image_path)
ML/tests/gui_test.py:338
↓ 1 callersFunctiondisplay_menu
()
simple_calculator/simple_calculator.py:22
↓ 1 callersMethoddisplay_one_rep_max
Displays the calculated one-rep max.
nitkarshchourasia/to_sort/one_rep_max_calculator/one_rep_max_calculator.py:26
↓ 1 callersMethoddisplay_options
(self)
Quizzler Using Tkinter and Trivia DB API/ui.py:85
↓ 1 callersMethoddisplay_output
Display the output data in a new window. Args: output_data (str): The output text to be displayed.
ThirdAI/Terms and Conditions/TkinterUI.py:159
↓ 1 callersMethoddisplay_pause
Displays the PAUSED message.
Snake Game Using Turtle/scoreboard.py:65
↓ 1 callersMethoddisplay_result
(self)
Quizzler Using Tkinter and Trivia DB API/ui.py:114
↓ 1 callersMethoddisplay_start_message
Displays the welcome message and starting instructions.
Snake Game Using Turtle/scoreboard.py:73
↓ 1 callersFunctiondisplay_words
(file_path)
file_handle/File handle text/question 2.py:9
↓ 1 callersFunctiondisplay_words
(file_path)
1 File handle/File handle text/question 2.py:9
↓ 1 callersMethoddiv
_summary_: Get the quotient of numbers Returns: _type_: _description_
advanced_calculator.py:58
↓ 1 callersFunctiondivide
Return the quotient of x divided by y.
simple_calculator.py:33
↓ 1 callersFunctiondivide
(x, y)
simple_calculator/simple_calculator.py:14
↓ 1 callersMethoddivide
This function divides two numbers. Examples: >>> divide(4, 4) 1 >>> divide(6, 3) 2 >>> divid
Calculator with simple ui.py:50
↓ 1 callersMethoddoHorizontalFlip
(self)
PingPong/Ball.py:18
↓ 1 callersMethoddoVerticalFlip
(self)
PingPong/Ball.py:22
↓ 1 callersMethoddouble_bet
(self)
BlackJack_game/blackjack_simulate.py:159
↓ 1 callersFunctiondownload
(url, filename)
scrap_file.py:9
↓ 1 callersFunctiondownload
(ways)
async_downloader/async_downloader.py:14
↓ 1 callersMethoddownload
(self)
CliYoutubeDownloader/CliYoutubeDownloader.py:65
↓ 1 callersFunctiondownload_file_by_url
(url, session=None)
async_downloader/async_downloader.py:65
↓ 1 callersFunctiondownload_files
(links, idx)
prison_break_scrapper.py:15
↓ 1 callersFunctiondownload_video_series
(video_links)
pythonVideoDownloader.py:34
↓ 1 callersFunctiondraw
Draw image and tiles.
memorygame.py:47
↓ 1 callersMethoddraw
(self, window)
Checker_game_by_dz/modules/pieces.py:37
↓ 1 callersMethoddrawBall
(self)
PingPong/Ball.py:15
↓ 1 callersFunctiondraw_cards
()
Memory_game.py:73
↓ 1 callersMethoddraw_cubes
(self, window)
Checker_game_by_dz/modules/checker_board.py:21
↓ 1 callersFunctiondraw_diamond
(n)
diamond.py:1
↓ 1 callersMethoddraw_moves
(self, moves)
Checker_game_by_dz/modules/checker.py:61
↓ 1 callersMethoddraw_rectangle
(self, width, height)
turtle_shapes_made.py:10
↓ 1 callersMethoddraw_triangle
(self, length)
turtle_shapes_made.py:17
↓ 1 callersFunctiondtbconverter
(num)
Decimal_To_Binary.py:5
↓ 1 callersFunctiondual_pivot_quicksort
Performs Dual-Pivot QuickSort on the input array. Dual-Pivot QuickSort is an optimized version of QuickSort that uses two pivot elements
Sorting Algorithms/dual_pivot_quicksort.py:1
↓ 1 callersFunctioneasy
()
Guessing_Game.py:51
↓ 1 callersFunctionemail_validation
(email)
cli_master/validation_page.py:18
↓ 1 callersFunctionencode
()
Caesar Cipher Encoder & Decoder.py:40
↓ 1 callersFunctionencrypt
()
encryptsys.py:39
↓ 1 callersMethodencrypt
input: 'content' of type string and 'key' of type int output: encrypted string 'content' as a list of chars if key not passed
XORcipher/XOR_cipher.py:31
↓ 1 callersMethodencrypt_file
input: filename (str) and a key (int) output: returns true if encrypt process was successful otherwise false if key n
XORcipher/XOR_cipher.py:131
↓ 1 callersFunctionenemy
(x, y, i)
python Space Invader game.py:83
↓ 1 callersFunctioneng2beng_translator
(Text)
personal_translator.py:45
↓ 1 callersFunctioneng2punj_translator
(Text)
personal_translator.py:36
↓ 1 callersFunctionenter_number
(p1_sign, p2_sign)
tik_tak.py:25
↓ 1 callersFunctionequilibrium
(arr)
Python-Array-Equilibrium-Index.py:19
↓ 1 callersFunctioneuroclear_docs
()
daily_checks.py:57
↓ 1 callersFunctioneval_binary_expr
(op1, oper, op2)
Voice Command Calculator.py:32
↓ 1 callersFunctionevaluate
Evaluate the board. Returns: 0 if no winner yet, 1 or 2 for the winner, -1 if tie.
Tic-Tac-Toe Games/tic-tac-toe4.py:68
↓ 1 callersMethodevaluate
(self, architecture: Architecture, search_space: SearchSpace)
ML/src/python/neuralforge/nas/evaluator.py:23
↓ 1 callersMethodevolve_generation
(self)
ML/src/python/neuralforge/nas/evolution.py:75
↓ 1 callersMethodexec_all
()
Windows_Wallpaper_Script/wallpaper_extract.py:115
↓ 1 callersFunctionexif_datetime_original
Try to read EXIF DateTimeOriginal/DateTime from image. Returns None if unavailable.
photo_timestamp_renamer.py:49
↓ 1 callersMethodexpand_block
Takes a bytestring-block of length 64, unpacks it to a list of integers and returns a list of 80 integers pafter some bit operations
sha1.py:46
↓ 1 callersMethodextract_wall
()
Windows_Wallpaper_Script/wallpaper_extract.py:69
↓ 1 callersFunctionfactorial
(n)
FIND FACTORIAL OF A NUMBER.py:4
↓ 1 callersMethodfeasible
Parameters : list of current profitable jobs within deadline list of deadline of jobs Returns : true if k[-1] jo
Job_scheduling.py:42
↓ 1 callersFunctionfetch_bbc_news
(bbc_news_api_key: str)
fetch_news.py:6
↓ 1 callersFunctionfetch_gstins
(company_name, csrf_token)
gstin_scraper.py:44
↓ 1 callersFunctionfetch_news
Fetches a list of news articles from NewsAPI based on a query string. args: api_key (str): NewsAPI key loaded from environment.
news_oversimplifier.py:117
↓ 1 callersFunctionfib
(term)
Fibonacci_sequence_recursive_sol.py:1
↓ 1 callersFunctionfibonacci_generator
Generating function up to n fibonacci numbers iteratively Params: n: int Return: int
FibonacciNumbersWithGenerators.py:1
↓ 1 callersFunctionfile_mtime
(path: Path)
photo_timestamp_renamer.py:88
↓ 1 callersMethodfilter
(self, item)
image2pdf/image2pdf.py:27
↓ 1 callersMethodfinalDetails
(self)
Laundary System/code.py:57
↓ 1 callersFunctionfindLinear
(numbers)
QuadraticCalc.py:7
↓ 1 callersFunctionfindPassword
(chars, function, show=50, format_="%s")
BruteForce.py:4
← previousnext →701–800 of 2,483, ranked by callers