MCPcopy Create free account

hub / github.com/geekcomputers/Python / functions

Functions2,483 in github.com/geekcomputers/Python

↓ 1 callersFunctionfindRecycled
( recycleDir, )
recyclebin.py:42
↓ 1 callersFunctionfindThreshold
(lst, add)
Colors/pixel_sort.py:92
↓ 1 callersFunctionfind_Triplets_with_zero_sum
find triplets in a given array whose sum is zero Parameteres : arr : input array num = size of input array Output :
Triplets with zero sum/find_Triplets_with_zero_sum.py:9
↓ 1 callersFunctionfind_and_hide_submit_button
(page)
bank_managment_system/QTFrontend.py:1629
↓ 1 callersFunctionfind_application
(name)
JARVIS/apps.py:67
↓ 1 callersFunctionfind_day
(date)
days_from_date.py:17
↓ 1 callersFunctionfind_day
(date)
Day_of_week.py:14
↓ 1 callersFunctionfind_empty
(bo)
sudoku.py:71
↓ 1 callersMethodfind_most_matched_question
Returns - list[str]: the list of [(score, most_matching_question)] Input - user_input, and list of matching questions called corpus
QuestionAnswerVirtualAssistant/backend.py:152
↓ 1 callersFunctionfind_prime
(num)
find_prime.py:31
↓ 1 callersMethodfind_questions
Returns - <class method>: the return value of the _find_questions_with_idx method Input - str: a string of words called `user_input`,
QuestionAnswerVirtualAssistant/backend.py:101
↓ 1 callersMethodfirst_check
(self)
Credit_Card_Validator.py:37
↓ 1 callersFunctionfirst_player
Randomly decide who goes first.
Tic-Tac-Toe Games/tic-tac-toe5.py:57
↓ 1 callersFunctionfirstmark
()
file_handle/File handle binary/question 1 (elegible for remedial, top marks).py:49
↓ 1 callersFunctionfirstmark
()
1 File handle/File handle binary/question 1 (elegible for remedial, top marks).py:49
↓ 1 callersMethodflap
(self)
Flappy Bird - created with tkinter/Flappy Bird.py:32
↓ 1 callersFunctionfractal
(i)
Recursion Visulaizer/recursionVisualizer.py:59
↓ 1 callersFunctiongame_loop
()
Street_Fighter/src/main.py:369
↓ 1 callersFunctiongame_loop
()
Snake Game Using Turtle/main.py:169
↓ 1 callersFunctiongame_over_text
()
python Space Invader game.py:70
↓ 1 callersMethodgame_process
Process user input. :parameter user_character: User character. :returns bool: state of game.
Industrial_developed_hangman/src/hangman/main.py:131
↓ 1 callersFunctiongather_photos
(folder: Path, recursive: bool)
photo_timestamp_renamer.py:122
↓ 1 callersFunctiongcd
Greatest common divisor input: two positive integer 'number1' and 'number2' returns the greatest common divisor of 'number1' and 'number2
primelib/primelib.py:333
↓ 1 callersMethodgen_password
(sequence, passlength=8)
Password Generator/pass_gen.py:25
↓ 1 callersMethodgen_sequence
( conditions, )
Password Generator/pass_gen.py:7
↓ 1 callersFunctiongenerate
(A, k)
generate_permutations.py:1
↓ 1 callersMethodgenerateClosedPolygons
(self)
floodfill/floodfill.py:25
↓ 1 callersFunctiongenerate_password
(length=12)
random_password_gen.py:15
↓ 1 callersFunctiongenerate_password
()
password_programs_multiple/passwordGenerator.py:8
↓ 1 callersMethodgenerate_password
(self, lenght)
Password Generator/pass_gen.py:56
↓ 1 callersFunctiongenerate_password_permutations
(length)
numeric_password_cracker.py:4
↓ 1 callersFunctiongenerate_unique_name
Generate a unique name for a file or folder in the specified directory. Parameters: ---------- directory : str The path to t
snake_case_renamer_depth_one.py:5
↓ 1 callersMethodgeometry_settings
(self)
calculator-gui.py:391
↓ 1 callersMethodgeometry_settings
(self)
encrypter-decrypter-gui.py:18
↓ 1 callersMethodgeometry_settings
(self)
encrypter_decrypter_gui.py:18
↓ 1 callersMethodgetBackgroundID
Retorna os id's das imagens de background
Flappy Bird - created with tkinter/Background.py:60
↓ 1 callersFunctiongetChars
Método para obter uma lista contendo todas as letras do alfabeto e números.
BruteForce.py:30
↓ 1 callersFunctiongetDices
()
diceV2_dynamic.py:57
↓ 1 callersFunctiongetDivisors
input: positive integer 'n' >= 1 returns all divisors of n (inclusive 1 and 'n')
primelib/primelib.py:515
↓ 1 callersFunctiongetFibonacciDynamic
Calculate the fibonacci number at position n using dynamic programming to improve runtime
fibonacci.py:39
↓ 1 callersFunctiongetFibonacciIterative
Calculate the fibonacci number at position n iteratively
fibonacci.py:7
↓ 1 callersFunctiongetFibonacciRecursive
Calculate the fibonacci number at position n recursively
fibonacci.py:21
↓ 1 callersMethodgetFileSize
(self)
CliYoutubeDownloader.py:43
↓ 1 callersMethodgetFileSize
(self)
CliYoutubeDownloader/CliYoutubeDownloader.py:45
↓ 1 callersMethodgetPermisionToContinue
(self)
CliYoutubeDownloader.py:48
↓ 1 callersMethodgetPermisionToContinue
(self)
CliYoutubeDownloader/CliYoutubeDownloader.py:50
↓ 1 callersMethodgetPhotoImage
Retorna um objeto da classe PIL.ImageTk.PhotoImage de uma imagem e as imagens criadas de PIL.Image (photoImage, new, original)
Flappy Bird - created with tkinter/Background.py:67
↓ 1 callersMethodgetPhotoImage
Retorna um objeto da classe PIL.ImageTk.PhotoImage de uma imagem e as imagens criadas de PIL.Image (photoImage, new, original)
Flappy Bird - created with tkinter/Bird.py:140
↓ 1 callersMethodgetPictures
(self)
image2pdf/image2pdf.py:33
↓ 1 callersFunctiongetPrimeNumbers
input: positive integer 'N' > 2 returns a list of prime numbers from 2 up to N (inclusive) This function is more efficient as function 's
primelib/primelib.py:126
↓ 1 callersMethodgetStream
(self)
CliYoutubeDownloader.py:39
↓ 1 callersMethodgetStream
(self)
CliYoutubeDownloader/CliYoutubeDownloader.py:41
↓ 1 callersFunctiongetVal
(cont1, cont2)
currency converter/main.py:11
↓ 1 callersFunctiongetWeather
()
WeatherGUI.py:8
↓ 1 callersMethodgetXVel
(self)
brickout-game/brickout-game.py:53
↓ 1 callersMethodgetYVel
(self)
brickout-game/brickout-game.py:56
↓ 1 callersMethodget_address
(body)
JustDialScrapperGUI/Justdial Scrapper GUI.py:90
↓ 1 callersFunctionget_all
()
password_manager.py:61
↓ 1 callersFunctionget_app
(Q)
nitkarshchourasia/to_sort/JARVIS_python_bot/JARVIS_2.0.py:226
↓ 1 callersFunctionget_app
(Q)
JARVIS/JARVIS_2.0.py:226
↓ 1 callersFunctionget_category
Determine the category of a file based on its extension. Args: file_ext: File extension (e.g., ".txt"). Returns: Catego
smart_file_organizer.py:48
↓ 1 callersFunctionget_company_list
()
gstin_scraper.py:32
↓ 1 callersFunctionget_computer_choice
Randomly select computer's choice.
rock_paper_scissors.py:19
↓ 1 callersFunctionget_computer_choice
Randomly select computer's choice.
BrowserHistory/rock_paper_scissors.py:20
↓ 1 callersFunctionget_computer_move
Return the computer's best move.
Tic-Tac-Toe Games/tic-tac-toe5.py:136
↓ 1 callersFunctionget_credentials
()
sendemail.py:19
↓ 1 callersMethodget_dims
(self, res="480p")
thired-party-haarcascade-mustache-on-face/utils.py:70
↓ 1 callersFunctionget_employee_name
(parent, name_field_text="Enter Employee Name")
bank_managment_system/QTFrontend.py:261
↓ 1 callersFunctionget_headlines
()
alexa_news_headlines.py:13
↓ 1 callersFunctionget_integer
()
Sum of digits of a number.py:6
↓ 1 callersFunctionget_integer_input
Prompt the user for an integer input, retrying up to a given number of attempts. Args: prompt: The message shown to the user.
sum_of_digits_of_a_number.py:23
↓ 1 callersFunctionget_job_postings
Fetch job postings from RemoteOK API.
remoteok_jobs_scraper/remoteok_jobs.py:12
↓ 1 callersMethodget_latest
(self, key: str)
ML/src/python/neuralforge/utils/metrics.py:27
↓ 1 callersMethodget_location
(body)
JustDialScrapperGUI/Justdial Scrapper GUI.py:94
↓ 1 callersMethodget_lr
(self)
ML/src/python/neuralforge/optim/schedulers.py:35
↓ 1 callersMethodget_name
(body)
JustDialScrapperGUI/Justdial Scrapper GUI.py:23
↓ 1 callersMethodget_next_question
(self)
Quizzler Using Tkinter and Trivia DB API/ui.py:70
↓ 1 callersMethodget_number
(self)
nitkarshchourasia/to_sort/determine_sign.py:36
↓ 1 callersFunctionget_operator_fn
(op)
Voice Command Calculator.py:15
↓ 1 callersFunctionget_parser
Create and return the argument parser for the CLI.
batch_file_rename.py:60
↓ 1 callersFunctionget_password
(service_)
password_manager.py:18
↓ 1 callersMethodget_phone_number
(self, body)
JustDialScrapperGUI/Justdial Scrapper GUI.py:46
↓ 1 callersFunctionget_player_move
Get the player's next valid move.
Tic-Tac-Toe Games/tic-tac-toe5.py:111
↓ 1 callersFunctionget_players
Prompt to enter `n` player names. Args: n (int): number of players Returns: List[str]: list of player names Exampl
RandomNumberGame.py:28
↓ 1 callersFunctionget_preds
Get predictions with minimum error for each training data
local_weighted_learning/local_weighted_learning.py:80
↓ 1 callersMethodget_proxy
(self)
spotifyAccount.py:43
↓ 1 callersMethodget_rating
(body)
JustDialScrapperGUI/Justdial Scrapper GUI.py:72
↓ 1 callersMethodget_rating_count
(body)
JustDialScrapperGUI/Justdial Scrapper GUI.py:82
↓ 1 callersFunctionget_row_col_mouse
(pos)
Checker_game_by_dz/first.py:21
↓ 1 callersFunctionget_servers
(query)
powerup_checks.py:81
↓ 1 callersMethodget_top_k_architectures
(self, k: int = 5)
ML/src/python/neuralforge/nas/evolution.py:127
↓ 1 callersFunctionget_trending_videos
()
Trending youtube videos.py:24
↓ 1 callersFunctionget_user_choice
Prompt the user to enter their choice.
rock_paper_scissors.py:9
↓ 1 callersFunctionget_user_choice
Prompt the user to enter their choice.
BrowserHistory/rock_paper_scissors.py:10
↓ 1 callersFunctionget_user_input
input: two integer values lower limit 'start' and maximum 'end' the arguments aren't inclusive. output: if reading suc
check_input.py:1
↓ 1 callersMethodget_user_input
Prompts the user to enter the weight lifted and the number of reps performed.
nitkarshchourasia/to_sort/one_rep_max_calculator/one_rep_max_calculator.py:13
↓ 1 callersFunctionget_user_name
()
magic8ball.py:31
↓ 1 callersFunctionget_user_name
()
magic_8_ball.py:31
↓ 1 callersMethodget_valid_moves
(self, piece)
Checker_game_by_dz/modules/checker_board.py:68
↓ 1 callersFunctionget_video_links
()
pythonVideoDownloader.py:16
← previousnext →801–900 of 2,483, ranked by callers