MCPcopy Create free account

hub / github.com/geekcomputers/Python / functions

Functions2,483 in github.com/geekcomputers/Python

↓ 2 callersMethodcheckCollision
Método para verificar se o pássaro ultrapassou a borda da janela ou colidiu com algo
Flappy Bird - created with tkinter/Bird.py:90
↓ 2 callersMethodcheckSlabCollision
(self, slabPos)
PingPong/Ball.py:35
↓ 2 callersMethodcheck_answer
(self, user_answer)
Quizzler Using Tkinter and Trivia DB API/quiz_brain.py:22
↓ 2 callersMethodcheck_name_in_staff
(self, name)
bank_managment_system/backend.py:74
↓ 2 callersFunctioncheckwin
()
tik_tak.py:77
↓ 2 callersMethodchooseStream
(self)
CliYoutubeDownloader.py:28
↓ 2 callersMethodchooseStream
(self)
CliYoutubeDownloader/CliYoutubeDownloader.py:30
↓ 2 callersFunctionchoose_random_move_from_list
Return a valid move from a list randomly. >>> choose_random_move_from_list([' ']*10, [1,2,3]) in [1,2,3] True >>> choose_random_move
Tic-Tac-Toe Games/tic-tac-toe5.py:122
↓ 2 callersFunctionclean_assistant_output
(text)
JARVIS/text_utils.py:19
↓ 2 callersFunctioncollatz_sequence
Generate the Collatz sequence for n.
Collatz Sequence/Collaze-Visualize.py:4
↓ 2 callersFunctionconvert_from_10
(xnumber, xbase, arr, ybase)
Base Converter Number system.py:8
↓ 2 callersFunctionconvert_to_10
(xnumber, xbase, arr, ybase)
Base Converter Number system.py:42
↓ 2 callersMethodconvert_to_float
(self, input_value)
nitkarshchourasia/to_sort/determine_sign.py:23
↓ 2 callersFunctioncopy_selected_info
copies the email or password of the selected row.
Password Manager Using Tkinter/main.py:141
↓ 2 callersFunctioncount_down
(count)
Pomodoro (tkinter).py:111
↓ 2 callersMethodcrawl_html_page
(self, sub_url)
mobilePhoneSpecsScrapper.py:23
↓ 2 callersFunctioncrc_check
(data, div)
CRC/crc.py:1
↓ 2 callersFunctioncreateDataSet
(val=0, data=[])
Colors/pixel_sort.py:35
↓ 2 callersFunctioncreate_account_page
(parent, title, update_btn=False)
bank_managment_system/QTFrontend.py:773
↓ 2 callersFunctioncreate_add_employee_page
( parent, title, submit_text="Submit", update_btn: bool = False )
bank_managment_system/QTFrontend.py:502
↓ 2 callersFunctioncreate_canvas
(size)
game_of_life/game_o_life.py:48
↓ 2 callersMethodcreate_customer
(self, name, age, address, balance, acc_type, mobile_number)
bank_managment_system/backend.py:79
↓ 2 callersFunctioncreate_directory
(name)
Google_Image_Downloader/create_dir.py:24
↓ 2 callersMethodcreate_employee
(self, name, password, salary, position)
bank_managment_system/backend.py:52
↓ 2 callersFunctioncreate_login_page
Create a login page with a title, name and password fields, and a submit button.
bank_managment_system/QTFrontend.py:329
↓ 2 callersFunctioncreate_simple_model
(num_classes=10)
ML/train.py:27
↓ 2 callersFunctioncreate_simple_model
(num_classes=10)
ML/src/python/neuralforge/cli/train.py:25
↓ 2 callersMethodcreate_snake
Creates the initial snake body.
Snake Game Using Turtle/snake.py:19
↓ 2 callersFunctioncubeRoot
()
find_cube_root.py:7
↓ 2 callersFunctiondebug_response
(kind, prompt, response)
JARVIS/ai.py:29
↓ 2 callersMethoddetermine_sign
(self)
nitkarshchourasia/to_sort/determine_sign.py:43
↓ 2 callersFunctiondoubleslash
Replaces / with // Args: text (str): location Returns: str: formatted location
VoiceAssistant/Project_Basic_struct/textRead.py:248
↓ 2 callersMethoddown
Turns the snake's head downwards, preventing it from reversing.
Snake Game Using Turtle/snake.py:59
↓ 2 callersMethoddraw
(self, screen)
Flappy Bird - created with tkinter/Flappy Bird.py:35
↓ 2 callersMethoddraw
(self, surface)
Street_Fighter/src/fighter.py:200
↓ 2 callersFunctiondraw_board
Print the current state of the Tic-Tac-Toe board.
Tic-Tac-Toe Games/tic-tac-toe2.py:31
↓ 2 callersMethoddraw_diagram
(self)
BlackJack_game/blackjack_simulate.py:359
↓ 2 callersFunctiondraw_health_bar
(health, x, y)
Street_Fighter/src/main.py:345
↓ 2 callersMethoddrop_card
(self)
BlackJack_game/blackjack_simulate.py:215
↓ 2 callersMethodencrypt_string
input: 'content' of type string and 'key' of type int output: encrypted string 'content' if key not passed the method uses th
XORcipher/XOR_cipher.py:81
↓ 2 callersMethodeulidLength
returns the eulidean length of the vector
linear-algebra-python/src/lib.py:97
↓ 2 callersMethodevaluate_population
(self)
ML/src/python/neuralforge/nas/evolution.py:42
↓ 2 callersFunctionfactorial
(n)
Python Programs/Python Program for factorial of a number.py:13
↓ 2 callersMethodfinal_hash
Calls all the other methods to process the input. Pads the data, then splits into blocks and then does a series of operations for eac
sha1.py:56
↓ 2 callersMethodfind_documents
Returns - <class method>: the return value of the _find_documents_with_idx method Input - str: a string of words called `search_term`
Search_Engine/backend.py:90
↓ 2 callersFunctionfire_bullet
(x, y)
python Space Invader game.py:87
↓ 2 callersFunctionfullPage
(page)
WikipediaModule.py:48
↓ 2 callersFunctionfunction
(email, passw, i)
facebook id hack.py:39
↓ 2 callersMethodgame_over
Displays the Game Over message and instructions.
Snake Game Using Turtle/scoreboard.py:57
↓ 2 callersMethodgenerate
(self)
Test-Case-Generator/test_case.py:606
↓ 2 callersFunctiongenerateColors
(c_sorted, frame, row)
Colors/pixel_sort.py:45
↓ 2 callersMethodgetName
(self)
inheritance_YahV1729.py:13
↓ 2 callersMethodgetUserDir
Allow user to choose image directory
image2pdf/image2pdf.py:13
↓ 2 callersFunctionget_board_copy
Return a copy of the board.
Tic-Tac-Toe Games/tic-tac-toe5.py:94
↓ 2 callersMethodget_char_list
(self, r)
Test-Case-Generator/test_case.py:400
↓ 2 callersMethodget_detail
(self, acc_no)
bank_managment_system/backend.py:97
↓ 2 callersFunctionget_int
Get integer, otherwise redo
Caesar Cipher Encoder & Decoder.py:10
↓ 2 callersMethodget_k
(self, r)
Test-Case-Generator/test_case.py:358
↓ 2 callersMethodget_piece
(self, row, col)
Checker_game_by_dz/modules/checker_board.py:43
↓ 2 callersMethodget_select
(select_max, prompt=">> ", general_err="")
BlackJack_game/blackjack_simulate.py:511
↓ 2 callersFunctionget_status
()
tweeter.py:10
↓ 2 callersMethodget_total_lower
(self)
file_handle/File handle text/counter.py:37
↓ 2 callersMethodget_total_lower
(self)
1 File handle/File handle text/counter.py:27
↓ 2 callersMethodget_total_upper
(self)
file_handle/File handle text/counter.py:40
↓ 2 callersMethodget_total_upper
(self)
1 File handle/File handle text/counter.py:30
↓ 2 callersFunctionget_valid_input
Get a valid integer input between 0 and 2.
Tic-Tac-Toe Games/tic-tac-toe1.py:47
↓ 2 callersMethodget_word
Parse word(wrapper for local and web parse). :returns str: string that contains the word. :raises AttributeError: Not existi
Industrial_developed_hangman/src/hangman/main.py:107
↓ 2 callersFunctiongetprice
(symbol, exchange_id)
get_crypto_price.py:4
↓ 2 callersMethodhasWin
Has player win the game?
brickout-game/brickout-game.py:271
↓ 2 callersFunctionhashtags
(user, tags, type, productId)
insta_monitering/insta_datafetcher.py:236
↓ 2 callersFunctionheapify
(nums, heap_size, root_index)
Sorting Algorithms/heap_sort.py:1
↓ 2 callersFunctionheapify
(arr, n, i)
Sorting Algorithms/Heap sort.py:5
↓ 2 callersMethodheapify
(self, n, i)
Sorting Algorithims/heapsort_linkedlist.py:23
↓ 2 callersFunctionhit
(deck, hand)
BlackJack_game/blackjack_rr.py:126
↓ 2 callersMethodinsert_at_beginning
(self, data)
LinkedLists all Types/circular_linked_list.py:15
↓ 2 callersFunctioninstasubprocess
(user, tags, type, productId)
insta_monitering/subpinsta.py:7
↓ 2 callersMethodisEmployee
(self)
inheritance_YahV1729.py:17
↓ 2 callersFunctionisEmpty
(stack)
stackF_Harsh2255.py:15
↓ 2 callersFunctionis_board_full
Return True if the board has no free spaces.
Tic-Tac-Toe Games/tic-tac-toe5.py:169
↓ 2 callersMethodis_empty
(self)
balance_parenthesis.py:11
↓ 2 callersFunctionis_photo
(p: Path)
photo_timestamp_renamer.py:37
↓ 2 callersMethodlist_words_from_node
(self, node: Dict, spelling: str)
Word_Dictionary/dictionary.py:24
↓ 2 callersFunctionlm_client
()
JARVIS/ai.py:10
↓ 2 callersFunctionload_application_index
(refresh=False)
JARVIS/apps.py:60
↓ 2 callersFunctionload_json_list
(path)
JARVIS/memory.py:6
↓ 2 callersFunctionload_memory
()
JARVIS/memory.py:16
↓ 2 callersMethodload_model
(self)
ML/tests/gui_test.py:347
↓ 2 callersFunctionload_tasks
(filename="tasks.csv")
TaskManager.py:4
↓ 2 callersFunctionload_tasks
(filename="tasks.csv")
TaskPlanner.py:4
↓ 2 callersMethodlog_model_summary
(self, model)
ML/src/python/neuralforge/utils/logger.py:66
↓ 2 callersFunctionlogo
()
login.py:7
↓ 2 callersMethodlose_bet
(self)
BlackJack_game/blackjack_rr.py:106
↓ 2 callersFunctionmagic_8_ball
()
magic8ball.py:41
↓ 2 callersFunctionmagic_8_ball
()
magic_8_ball.py:41
↓ 2 callersFunctionmeasure
(count, row, col, height, width)
Colors/pixel_sort.py:61
↓ 2 callersFunctionmissing_number
(num_list)
missing number from list.py:4
↓ 2 callersFunctionmixed_sorting
(nums)
game_of_life/05_mixed_sorting.py:28
↓ 2 callersFunctionmove
(a, i)
BoardGame-CLI/snakeLadder.py:105
↓ 2 callersFunctionnews
Print select details from a html response containing xml @param xml_news_url: url to parse
Google_News.py:7
↓ 2 callersFunctionparse_timestamp
Parse a timestamp string into a datetime object. Args: timestamp: String in the format "Day dd Mon yyyy hh:mm:ss +xxxx" Returns
time_delta.py:38
← previousnext →301–400 of 2,483, ranked by callers