├── .circleci └── config.yml ├── .github ├── dependabot.yml └── workflows │ ├── Codeql.yml │ └── python.yml ├── .gitignore ├── 1 File handle ├── File handle binary │ ├── .env │ ├── Update a binary file2.py │ ├── delete.py │ ├── question 1 (elegible for remedial, top marks).py │ ├── read.py │ ├── search record in binary file.py │ └── update2.py └── File handle text │ ├── counter.py │ ├── file handle 12 length of line in text file.py │ ├── happy.txt │ ├── input,output and error streams.py │ ├── question 2.py │ ├── question 5.py │ ├── question 6.py │ ├── question3.py │ ├── special symbol after word.py │ └── story.txt ├── 8_puzzle.py ├── A solution to project euler problem 3.py ├── AREA OF TRIANGLE.py ├── ARKA.py ├── ASCIIvaluecharacter.py ├── Add_two_Linked_List.py ├── Anonymous_TextApp.py ├── AreaOfTriangle.py ├── Armstrong_number ├── Armstrong_number.py ├── Assembler ├── GUIDE.txt ├── README.md ├── assembler.py ├── examples │ ├── code.txt │ ├── code2.txt │ ├── code3.txt │ ├── code4.txt │ ├── klmn │ └── test.txt └── requirements.txt ├── Audio_Summarizer.py ├── AutoComplete_App ├── backend.py └── frontend.py ├── Automated Scheduled Call Reminders ├── caller.py ├── requirements.txt └── schedular.py ├── Bank Application .ipynb ├── Base Converter Number system.py ├── Battery_notifier.py ├── Binary Coefficients.py ├── Binary_search.py ├── Binary_to_Decimal.py ├── BlackJack_game ├── blackjack.py ├── blackjack_rr.py ├── blackjack_simulate.py └── requirements.txt ├── BoardGame-CLI ├── python.py ├── snakeLadder.py └── uno.py ├── BrowserHistory ├── backend.py ├── rock_paper_scissors.py └── tests │ └── test_browser_history.py ├── BruteForce.py ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CRC └── crc.py ├── CSV_file.py ├── Caesar Cipher Encoder & Decoder.py ├── Calculate resistance.py ├── Calculator with simple ui.py ├── Calendar (GUI).py ├── Cat ├── cat.py ├── text_a.txt ├── text_b.txt └── text_c.txt ├── Checker_game_by_dz ├── __init__.py ├── assets │ └── crown.png ├── first.py └── modules │ ├── __init__.py │ ├── checker.py │ ├── checker_board.py │ ├── pieces.py │ └── statics.py ├── Chrome Dino Automater.py ├── Classification_human_or_horse.py ├── CliYoutubeDownloader.py ├── CliYoutubeDownloader ├── CliYoutubeDownloader.py └── requirements.txt ├── Collatz Sequence └── Collatz Sequence.py ├── Collatz-Conjecture.py ├── Colors ├── multicoloredline.py ├── pixel_sort.py ├── primary_colors.py └── print_colors.py ├── Compression_Analysis ├── PSNR.py ├── compressed_image.png ├── example_image.jpg └── orignal_image.png ├── Conversation.py ├── CountMillionCharacter.py ├── CountMillionCharacters-2.0.py ├── CountMillionCharacters-Variations └── variation1.py ├── Crack_password.py ├── Credit_Card_Validator.py ├── Cricket_score.py ├── Day_of_week.py ├── Decimal number to binary function.py ├── Decimal_To_Binary.py ├── Delete_Linked_List.py ├── Detect_Remove_loop.py ├── Dictionary opperations (input,update a dict).py ├── Divide Operator.py ├── Downloaded Files Organizer ├── browser_status.py ├── move_to_directory.py ├── obs.py ├── readme.md └── requirements.txt ├── Droplistmenu ├── GamesCalender.py └── README.md ├── Electronics_Algorithms ├── Ohms_law.py └── resistance.py ├── Email-Automation.py ├── Emoji Dictionary ├── Images │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── QT_GUI.py ├── QT_GUI.ui ├── README.md ├── emoji_dictionary.py ├── requirements.txt └── untitled.ui ├── Encryption using base64.py ├── EncryptionTool.py ├── Exception_Handling_in_Python.py ├── Extract-Table-from-pdf-txt-docx ├── Parent │ ├── Child1 │ │ ├── Document_Child1.docx │ │ ├── Pdf1_Child1.pdf │ │ ├── Pdf2_Child2.pdf │ │ └── Text_Child1.txt │ ├── Child2 │ │ ├── Document_Child2.docx │ │ ├── Pdf1_Child2.pdf │ │ ├── Pdf2_Child2.pdf │ │ └── Text_Child2.txt │ └── Child3 │ │ ├── Document_Child3.docx │ │ ├── Pdf1_Child3.pdf │ │ ├── Pdf2_Child3.pdf │ │ └── Text_Child3.txt └── main.py ├── ExtractThumbnailFromVideo ├── README.md └── extract_thumbnail_from_video.py ├── Extract_Text_from_image.py ├── FIND FACTORIAL OF A NUMBER.py ├── Face and eye Recognition ├── face_recofnation_first.py └── gesture_control.py ├── Face_Mask_detection (haarcascade) ├── Resources │ ├── haarcascade_frontalface_default.xml │ └── keras_model.h5 └── mask_detection.py ├── FibonacciNumbersWithGenerators.py ├── Fibonacci_sequence_recursive_sol.py ├── Find current weather of any city using openweathermap API.py ├── FindingResolutionOfAnImage.py ├── FizzBuzz.py ├── Flappy Bird - created with tkinter ├── .gitignore ├── Background.py ├── Bird.py ├── Flappy Bird.py ├── Images │ ├── background.png │ ├── bird.png │ ├── exit_button.png │ ├── original_background.png │ ├── scoreboard.png │ ├── start_button.png │ ├── title.png │ ├── tube.png │ └── tube_mouth.png ├── README.md ├── Settings.py └── Tubes.py ├── Generate a random number between 0 to 9.py ├── Google_Image_Downloader ├── create_dir.py └── image_grapper.py ├── Google_News.py ├── Gregorian_Calendar.py ├── Grocery calculator.py ├── GroupSms_Way2.py ├── Guess_the_number_game.py ├── Guessing_Game.py ├── HTML_to_PDF ├── index.html ├── main.py └── output.pdf ├── Hand-Motion-Detection ├── hand_motion_recognizer.py └── requirements.txt ├── HangMan Game.py ├── Hangman.py ├── Hotel-Management.py ├── Image-watermarker ├── README.md ├── app.py ├── fonts │ ├── AkayaKanadaka.ttf │ ├── DancingScript.ttf │ ├── Decorative.ttf │ └── MartianMono.ttf ├── requirements.txt └── watermark.py ├── ImageDownloader ├── img_downloader.py └── requirements.txt ├── Image_resize.py ├── Industrial_developed_hangman ├── Data │ ├── local_words.txt │ └── text_images.txt ├── Makefile ├── README.md ├── poetry.lock ├── pyproject.toml ├── pytest.ini ├── recorces │ └── img.png ├── setup.cfg ├── src │ └── hangman │ │ ├── __init__.py │ │ └── main.py └── tests │ ├── __init__.py │ └── test_hangman │ ├── __init__.py │ └── test_main.py ├── Infix_to_Postfix.py ├── Insert_operation_on_Linked_List.py ├── JARVIS ├── JARVIS_2.0.py ├── README.md └── requirements.txt ├── Job_scheduling.py ├── JsonParser.py ├── JustDialScrapperGUI └── Justdial Scrapper GUI.py ├── Key_Binding ├── key_binding.py └── requirement.txt ├── Kilometerstomile.py ├── Koch Curve ├── README.txt ├── koch curve.py └── output_2.mp4 ├── LETTER GUESSER.py ├── LICENSE.md ├── Laundary System ├── README.md └── code.py ├── Letter_Counter.py ├── LinkedLists all Types ├── circular_linked_list.py ├── doubly_linked_list.py └── singly_linked_list.py ├── List.py ├── Luhn_Algorithm.py ├── ML House Prediction.ipynb ├── Mad Libs Generator.py ├── Memory_game.py ├── Merge_linked_list.py ├── MobiusFunction.py ├── Model Usage.ipynb ├── Mp3_media_player.py ├── Multiply.py ├── MySQL_Databses.py ├── News_App ├── Newsapp.py ├── README.md ├── patterns.py └── requirements.txt ├── NumPy Array Exponentiation.py ├── Number reverse.py ├── Organise.py ├── PDF ├── basic.py ├── demerge_pdfs.py ├── header_footer.py ├── images.py ├── images │ └── ss.png ├── output.pdf └── requirements.txt ├── PDFtoAudiobook.py ├── PONG_GAME.py ├── PORT SCANNER.PY ├── Palindrome_Checker.py ├── Password Generator ├── pass_gen.py ├── requirements.txt └── requirements_new.txt ├── Password Manager Using Tkinter ├── PGV.py ├── README.md ├── data.json ├── data.txt ├── logo.png ├── main.py └── requirements.txt ├── Patterns ├── half triangle pattern.py ├── pattern2.py ├── pattern5.py ├── pattern6.py └── patterns.py ├── Pc_information.py ├── Personal-Expense-Tracker ├── README.md └── expense_tracker.py ├── PingPong ├── Ball.py ├── Slab.py └── main.py ├── Polyline.py ├── Pomodoro (tkinter).py ├── PongPong_Game ├── README.md ├── pong │ ├── __init__.py │ ├── ball.py │ ├── load.py │ ├── paddle.py │ └── rectangle.py ├── pong_game_play.gif ├── pongpong.py └── requirements.txt ├── Prime_number.py ├── Python Distance.py ├── Python Programs ├── Program of Reverse of any number.py ├── Program to print table of given number.py ├── Program to reverse Linked List( Recursive solution).py ├── Python Program for Product of unique prime factors of a number.py ├── Python Program for Tower of Hanoi.py ├── Python Program for factorial of a number.py ├── Python Program to Count the Number of Each Vowel.py ├── Python Program to Display Fibonacci Sequence Using Recursion.py ├── Python Program to Find LCM.py ├── Python Program to Merge Mails.py ├── Python Program to Print the Fibonacci sequence.py ├── Python Program to Remove Punctuations from a String.py ├── Python Program to Reverse a linked list.py ├── Python Program to Sort Words in Alphabetic Order.py ├── Python Program to Transpose a Matrix.py └── python program for finding square root for positive number.py ├── Python Voice Generator.py ├── Python-Array-Equilibrium-Index.py ├── Python_chatting_application ├── README.md ├── client.py └── server.py ├── Python_swapping.py ├── QR_code_generator └── qrcode.py ├── QuadraticCalc.py ├── QuestionAnswerVirtualAssistant ├── backend.py ├── frontend.py └── requirements.txt ├── Quizzler Using Tkinter and Trivia DB API ├── README.md ├── data_dynamic.py ├── data_static.py ├── main.py ├── question_model.py ├── quiz_brain.py ├── screenshots │ ├── s1.png │ ├── s2.png │ ├── s3.png │ └── s4.png └── ui.py ├── README.md ├── Random Password Generator.py ├── RandomDice.py ├── RandomNumberGame.py ├── Randomnumber.py ├── ReadFromCSV.py ├── Recursion Visulaizer ├── .recursionVisualizer.py.swp ├── Meshimproved.PNG ├── fencedmesh.PNG ├── git └── recursionVisualizer.py ├── Reverse_list_in_groups.py ├── Rotate_Linked_List.py ├── SECURITY.md ├── SOUNDEX.py ├── Sanke-water-gun game.py ├── Search_Engine ├── README.md ├── backend.py ├── frontend.py └── test_data.py ├── Secret message generator GUI by tkinter.py ├── Shortest Distance between Two Lines.py ├── SimpleStopWatch.py ├── Snake Game Using Turtle ├── README.md ├── colors.py ├── demo (1).gif ├── food.py ├── highscore.txt ├── main.py ├── scoreboard.py ├── screenshots ├── snake.py └── wall.py ├── Snake-Water-Gun-Game.py ├── Snake_water_gun ├── README.md └── main.py ├── Sorting Algorithims ├── heapsort_linkedlist.py ├── mergesort_linkedlist.py └── quicksort_linkedlist.py ├── Sorting Algorithms ├── Binary_Insertion_Sort.py ├── Bubble_Sorting_Prog.py ├── Bubble_sort.py ├── Count sort.py ├── Counting Sort.py ├── Counting-sort.py ├── Cycle Sort.py ├── Heap sort.py ├── Iterative Merge Sort.py ├── Linear_Insertion_Sort.py ├── Merge Sort.py ├── Merge-sort.py ├── Quick sort.py ├── Shell Sort.py ├── Sort the values of first list using second list.py ├── Sorted_Inserted_Linked_List.py ├── SortingAStringAlphabetically.py ├── Sorting_List.py ├── Tim_sort.py ├── brickSort.py ├── bubblesortpgm.py ├── dual_pivot_quicksort.py ├── heap_sort.py ├── insertion_sort.py ├── merge_sort.py ├── pigeonhole_sort.py ├── quick_sort.py ├── recursive-quick-sort.py ├── selectionSort.py ├── selection_sort.py ├── sorting.py ├── stooge_sort.py └── wave_sort.py ├── SpeechToText.py ├── Split_Circular_Linked_List.py ├── Street_Fighter ├── LICENSE ├── assets │ ├── audio │ │ ├── magic.wav │ │ ├── music.mp3 │ │ └── sword.wav │ ├── fonts │ │ └── turok.ttf │ └── images │ │ ├── bg.jpg │ │ ├── bg1.jpg │ │ ├── bg2.jpg │ │ ├── victory.png │ │ ├── warrior.png │ │ └── wizard.png ├── docs │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ ├── README.md │ ├── SECURITY.md │ └── requirements.txt └── src │ ├── fighter.py │ └── main.py ├── StringToBinary.py ├── String_Palindrome.py ├── Strings.py ├── Sum of digits of a number.py ├── TTS.py ├── TaskManager.py ├── TaskPlanner.py ├── Test-Case-Generator └── test_case.py ├── ThirdAI └── Terms and Conditions │ ├── Readme.md │ ├── ThirdAI.py │ ├── TkinterUI.py │ └── XYZ product.pdf ├── Tic-Tac-Toe Games ├── tic-tac-toe1.py ├── tic-tac-toe2.py ├── tic-tac-toe3.py ├── tic-tac-toe4.py ├── tic-tac-toe5.py └── tic-tac-toe6.py ├── Timetable_Operations.py ├── To find the largest number between 3 numbers.py ├── To print series 1,12,123,1234......py ├── Todo_GUi.py ├── Translator ├── README.md └── translator.py ├── Trending youtube videos ├── Trending youtube videos.py ├── Triplets with zero sum ├── Readme.md └── find_Triplets_with_zero_sum.py ├── Turn your PDFs into audio books ├── audiobook_gen.py └── requirements.txt ├── Turtle_Star.py ├── Tweet Pre-Processing.py ├── Type of angles of a triangle.py ├── Type_of_angles_of_triangle.py ├── UI-Apps ├── README.md └── clock.py ├── Unit Digit of a raised to power b.py ├── Untitled.ipynb ├── Voice Command Calculator.py ├── VoiceAssistant ├── DOCUMENTATION.md ├── GUIDE.md ├── PRE-REQUISITES.md ├── Project_Basic_struct │ ├── TextTospeech.py │ ├── VoiceAssistant_main.py │ ├── dictator.py │ ├── menu.py │ ├── speakListen.py │ ├── speechtotext.py │ ├── textRead.py │ └── websiteWork.py └── README.md ├── VoiceRepeater ├── __main__.py └── readme.md ├── Weather Scrapper ├── weather.csv └── weather.py ├── WeatherGUI.py ├── Web Socket.py ├── Web_Scraper.py ├── Webbrowser └── tk-browser.py ├── Wikipdedia ├── flask_rendering.py ├── main.py ├── practice_beautifulsoap.py ├── static │ └── js │ │ └── output.js └── template │ ├── index.html │ └── output.html ├── WikipediaModule.py ├── Windows_Wallpaper_Script ├── ReadMe.md ├── Wallpapers │ ├── desktop │ │ ├── 89d49683c75888287b50ccb05cab960b991231639dabe5bc817e1d9395a39694.jpg │ │ ├── acc15612b1c85619e06c584a52f6474242963dbb9fe315ec4ecd44de8f3702c8.jpg │ │ └── c1385a4022859c16bdf317e09668dbb3fc41a7e1c160605539abd1bcd29625af.jpg │ └── mobile │ │ ├── 5678c6685841ab637cfa63b8c0e32ee205649af2051eb75f40b00f4d5a42b7b9.jpg │ │ ├── a33845e422c7d1b668f60e53e942736c7bbc74299469b7df734254d28e026dc4.jpg │ │ └── e22f23869f500ee576cdc02fb83f911de31440d589e329d04576e571a54b8851.jpg └── wallpaper_extract.py ├── Word_Dictionary └── dictionary.py ├── Wordle ├── 5 letter word dictionary.txt ├── Dictionary.txt └── wordle.py ├── XML └── HTML parsing ├── XORcipher ├── README.md ├── XOR_cipher.py └── test_XOR_cipher.py ├── Youtube Downloader With GUI ├── Screenshot (138).png ├── main.py ├── photo.jpg ├── photo.png └── youtube-ios-app.ico ├── add_two_number.py ├── add_two_nums.py ├── advanced_calculator.py ├── agecalculator.py ├── alexa_news_headlines.py ├── area_of_square_app.py ├── armstrongnumber.py ├── async_downloader ├── async_downloader.py └── requirements.txt ├── automail.py ├── avg_xdspam_confidence.py ├── backup_automater_services.py ├── balance_parenthesis.py ├── bank_managment_system ├── QTFrontend.py ├── backend.py ├── frontend.py └── untitled.ui ├── basic_cal.py ├── batch_file_rename.py ├── billing.py ├── binary search.py ├── binarySTree isTrue_YashV1729.Java ├── binary_search_tree.py ├── binary_search_trees ├── delete_a_node_in_bst.py ├── inorder_successor.py ├── inorder_traversal.py ├── insert_in_bst.py ├── main.py ├── mirror_a_bst.py ├── print_in_range.py ├── root_to_leaf_paths.py ├── search_in_bst.py ├── tree_node.py └── validate_bst.py ├── binod.py ├── birthdays.py ├── blackJackGUI.py ├── blackjack.py ├── bodymass.py ├── bookstore_manangement_system.py ├── brickout-game ├── README.md ├── brickout-game.py └── classDiagram.png ├── calc_area.py ├── calci.py ├── calci2.py ├── calculator-gui.py ├── calculator.py ├── cartesian_product.py ├── changemac.py ├── chaos.py ├── check if a number positive , negative or zero ├── check whether the string is Symmetrical or Palindrome.py ├── check_file.py ├── check_for_sqlite_files.py ├── check_input.py ├── check_internet_con.py ├── check_prime.py ├── chicks_n_rabs.py ├── cicd ├── class.dat ├── classicIndianCardMatch.py ├── cli_master ├── cli_master.py ├── database_import_countries.py └── validation_page.py ├── cloning_a_list.py ├── colorma_as_color.py ├── colour spiral.py ├── communication ├── file.py ├── pipe.py └── socket_conn.py ├── compass_code.py ├── consonant.py ├── convert celsius into fahrenheit.py ├── convert_time.py ├── convert_wind_direction_to_degrees.py ├── count the numbers of two vovels.py ├── create password validity in python.py ├── create_dir_if_not_there.py ├── cricket_live_score.py ├── cricket_news.py ├── currency converter ├── README.md ├── country.txt ├── gui.ui └── main.py ├── daily_checks.py ├── daily_horoscope.py ├── date-timeclient.py ├── date-timeserver.py ├── days_from_date.py ├── dec_to_hex.py ├── decimal to binary.py ├── depreciated_programs └── corona_cases.py ├── dialogs ├── README.md ├── messagebox.py └── requirements.txt ├── diamond.py ├── dice.py ├── diceV2_dynamic.py ├── dice_rolling_simulator.py ├── diction.py ├── digital_clock.py ├── dir_test.py ├── divisors_of_a_number.py ├── email id dictionary ├── README.md ├── dict1.py └── mbox-short.txt ├── encrypter-decrypter-gui.py ├── encrypter_decrypter_gui.py ├── encryptsys.py ├── env_check.py ├── environment.yml ├── equations.py ├── ex20.py ├── fF ├── facebook id hack.py ├── facebook-autologin-bot.py ├── factorial_perm_comp.py ├── factors.py ├── fastapi.py ├── fetch_news.py ├── fibonacci.py ├── fibonacci_SIMPLIFIED ├── fibonici series.py ├── file_ext_changer.py ├── file_handle ├── File handle binary │ ├── .env │ ├── Update a binary file2.py │ ├── delete.py │ ├── question 1 (elegible for remedial, top marks).py │ ├── read.py │ ├── search record in binary file.py │ └── update2.py └── File handle text │ ├── counter.py │ ├── file handle 12 length of line in text file.py │ ├── happy.txt │ ├── input,output and error streams.py │ ├── question 2.py │ ├── question 5.py │ ├── question 6.py │ ├── question3.py │ ├── special symbol after word.py │ └── story.txt ├── fileinfo.py ├── find_cube_root.py ├── find_prime.py ├── finding LCM.py ├── findlargestno.md ├── flappyBird_pygame ├── README.md ├── flappy_bird.py └── images │ ├── background.png │ ├── bird.gif │ ├── bird_wing_down.png │ ├── bird_wing_up.png │ ├── ground.png │ ├── pipe.png │ ├── pipe_body.png │ └── pipe_end.png ├── floodfill ├── demo.gif └── floodfill.py ├── folder_size.py ├── four_digit_num_combination.py ├── framework └── quo.md ├── friday.py ├── ftp_send_receive.py ├── gambler.py ├── game_of_life ├── 05_mixed_sorting.py ├── game_o_life.py └── sample.gif ├── gcd.py ├── generate_permutations.py ├── get_crypto_price.py ├── get_info_remoute_srv.py ├── get_likes_on_FB.py ├── get_youtube_view.py ├── google.py ├── googlemaps.py ├── googleweb.py ├── greaterno.py ├── greattwono.py ├── gstin_scraper.py ├── gui_calculator.py ├── hamming-numbers.py ├── happy_num.py ├── heap_sort.py ├── helloworld.py ├── how to display the fibonacci sequence up to n-.py ├── image2pdf ├── image2pdf.py └── requirements.txt ├── img └── hand1.jpg ├── index.html ├── index.py ├── inheritance_YahV1729.py ├── input matrice,product any order!.py ├── insertion_sort.py ├── insta_image_saving ├── driver │ ├── driver.exe │ └── file ├── instagram_image_scrapping.ipynb ├── instructions.txt ├── output │ └── file └── readme.txt ├── insta_monitering ├── con_file.py ├── insta_api.py ├── insta_datafetcher.py ├── ipList.txt └── subpinsta.py ├── internet_connection_py3.py ├── invisible_clock.py ├── iprint.py ├── is_number.py ├── jee_result.py ├── kilo_to_miles.py ├── kmp_str_search.py ├── large_files_reading.py ├── largestno.py ├── lcm.py ├── leap year.py ├── length.py ├── letter_frequency.py ├── levenshtein_distance.py ├── libs ├── haarcascade_eye.xml ├── haarcascade_eye_tree_eyeglasses.xml └── haarcascade_frontalface_default.xml ├── linear search.py ├── linear-algebra-python ├── README.md └── src │ ├── Transformations2D.py │ ├── lib.py │ ├── lib.pyc │ └── tests.py ├── linear_search.py ├── live_sketch.py ├── loader.py ├── local_weighted_learning ├── local_weighted_learning.md └── local_weighted_learning.py ├── login.py ├── logs.py ├── longest_increasing_subsequence_length.py ├── loops.py ├── love_turtle.py ├── luhn_algorithm_for_credit_card_validation.py ├── magic8ball.py ├── magic_8_ball.py ├── mapit.py ├── mathfunctions.py ├── meme_maker.py ├── memorygame.py ├── merge.py ├── missing number from list.py ├── mobilePhoneSpecsScrapper.py ├── move_files_over_x_days.py ├── movie_details.py ├── multiple_comditions.py ├── multiplication_table.py ├── nDigitNumberCombinations.py ├── nasa_apod_with_requests ├── README.md ├── run.py └── settings.py ├── new.py ├── new_pattern.py ├── new_script.py ├── news_articles__scraper.py ├── news_oversimplifier.py ├── next_number.py ├── nitkarshchourasia └── to_sort │ ├── GUI_apps │ └── tkinter_apps │ │ ├── counter_app │ │ └── counter_app.py │ │ ├── hello_world_excla_increment_app │ │ └── hello_world_incre_decre_(!).py │ │ └── simple_calc_GUI │ │ └── simple_calculator_GUI.py │ ├── JARVIS_python_bot │ ├── .vscode │ │ └── settings.json │ ├── JARVIS_2.0.py │ ├── README.md │ ├── check_internet_con.py │ ├── features_to_add.py │ └── requirements.txt │ ├── determine_sign.py │ ├── django_projects │ └── ToDo_webapp │ │ ├── ToDo_webapp_Screenshot_demo.png │ │ ├── db.sqlite3 │ │ ├── manage.py │ │ ├── todo │ │ ├── __init__.py │ │ ├── admin.py │ │ ├── apps.py │ │ ├── forms.py │ │ ├── migrations │ │ │ ├── 0001_initial.py │ │ │ └── __init__.py │ │ ├── models.py │ │ ├── templates │ │ │ └── todo │ │ │ │ └── index.html │ │ ├── tests.py │ │ └── views.py │ │ └── todo_site │ │ ├── __init__.py │ │ ├── asgi.py │ │ ├── settings.py │ │ ├── urls.py │ │ └── wsgi.py │ ├── one_rep_max_calculator │ ├── README.md │ ├── one_rep_max_calculator.py │ └── one_rep_max_calculator_gui.py │ ├── pdf_to_docx_converter │ ├── pdf_to_docx.py │ └── requirements.txt │ └── word2number │ └── word2number.py ├── nmap_scan.py ├── nodepad ├── README.md ├── bin │ ├── notepad.pyc │ └── notepad_support.pyc ├── img │ └── screenshot.png ├── notepad.py └── src │ └── notepad.tcl ├── notepad └── notepad_support.py ├── nslookup_check.py ├── number guessing.py ├── numberguessinggame └── index.py ├── numeric_password_cracker.py ├── oneeven.py ├── oryx-build-commands.txt ├── osinfo.py ├── other_pepole └── get_ip_gui ├── palindrome.py ├── pan.py ├── password guessing.py ├── passwordGen.py ├── passwordGenerator.py ├── password_checker.py ├── password_cracker.py ├── password_manager.py ├── password_programs_multiple ├── animal_name_scraiper.py └── passwordGenerator.py ├── personal_translator.py ├── ph_email.py ├── ping_servers.py ├── ping_subnet.py ├── polygon.py ├── portscanner.py ├── positiveNegetive.py ├── power_of_n.py ├── power_of_two.py ├── powerdown_startup.py ├── powers of 2.py ├── powerup_checks.py ├── primelib ├── Prime.txt ├── README └── primelib.py ├── print hello world.py ├── printing_hello_world.py ├── prison_break_scrapper.py ├── pscheck.py ├── psunotify.py ├── puttylogs.py ├── pyhton_array.py ├── pythagoreanTriplets.py ├── python Space Invader game.py ├── pythonVideoDownloader.py ├── python_sms.py ├── python_webscraper.py ├── qrcode.py ├── qrdecoder.py ├── quiz_game.py ├── quote.py ├── random-sentences.py ├── random_file_move.py ├── random_password_gen.py ├── randomloadingmessage.py ├── rangoli.py ├── read_excel_file.py ├── reading_csv.py ├── rearrange-files └── rearrange-files.py ├── recursive-fibonacci.py ├── recursiveStrings.py ├── recyclebin.py ├── remoteok_jobs_scraper └── remoteok_jobs.py ├── remove a character from a file and rewrite.py ├── repeat.py ├── replacetext.py ├── repo_website ├── docs │ ├── README_og.md │ └── img │ │ └── favicon.ico └── mkdocs.yml ├── requirements.txt ├── requirements_with_versions.txt ├── reversed_pattern3.py ├── rock_paper_scissors.py ├── rook.py ├── rotate_string.py ├── rotatelist.py ├── russian_roulette.py ├── saving_input_into_list.py ├── scalg.py ├── scientific_cal.py ├── scrap_file.py ├── script_count.py ├── script_listing.py ├── send_message_automation ├── README.md ├── author_name_NC.txt ├── automatic_send-message_demo_video.mp4 ├── message_automation.py ├── send_message_automation_demo_gif_image.gif └── send_message_automation_demo_video_2.mp4 ├── sendemail.py ├── sensors_information.py ├── serial_scanner.py ├── sha1.py ├── sierpinski_triangle.py ├── simpleInterest.py ├── simple_calcu.py ├── simple_calculator.py ├── simple_calculator └── simple_calculator.py ├── simulate_memory_cpu.py ├── singly_linked_list.py ├── size(resolution)image.py ├── slack_message.py ├── smart_file_organizer.py ├── snake.py ├── snake_case_renamer_depth_one.py ├── socket-programming ├── README.md ├── client.py ├── requirements.txt └── server.py ├── solution to euler project problem 10.py ├── sorting_algos.py ├── soundex_algorithm.py ├── spiralmatrix.py ├── spotifyAccount.py ├── sqlite_check.py ├── sqlite_table_check.py ├── square_root.py ├── stack.py ├── stackF_Harsh2255.py ├── stone_paper_scissor ├── main.py └── utils.py ├── string_palin.py ├── string_rotation.py ├── sudoku.py ├── sum_of_digits_of_a_number.py ├── swap.py ├── testlines.py ├── text-to-audio ├── README.md ├── hello.txt ├── hello_world.mp3 ├── main.py ├── requirements.txt └── text-file-to-audio.py ├── text_file_replace.py ├── text_to_audio ├── README.md ├── author_name_NC.txt ├── main.py ├── requirements.txt └── special_file.txt ├── text_to_pig_latin.py ├── tf_idf_generator.py ├── thired-party-haarcascade-mustache-on-face ├── Nose.xml ├── face.xml ├── image │ ├── avee.png │ └── mustache.png ├── mustache-add-on-face.py └── utils.py ├── thread_signal.py ├── tik_tak.py ├── time_delta.py ├── to check leap year.py ├── totaldigits.py ├── translation_of_sizes_of_underwear_RU.py ├── triangles.py ├── tuple.py ├── turtal game.ipynb ├── turtle module ├── turtle_shapes_made.py ├── tweeter.py ├── twitter_post_scraper.py ├── two_num.py ├── ultimate-phone-book ├── contacts.py └── readme.md ├── url_shortner.py ├── venv ├── Lib │ └── site-packages │ │ ├── pip-24.2.dist-info │ │ ├── AUTHORS.txt │ │ ├── INSTALLER │ │ ├── LICENSE.txt │ │ ├── METADATA │ │ ├── RECORD │ │ ├── REQUESTED │ │ ├── WHEEL │ │ ├── entry_points.txt │ │ └── top_level.txt │ │ └── pip │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── __pip-runner__.py │ │ ├── _internal │ │ ├── __init__.py │ │ ├── build_env.py │ │ ├── cache.py │ │ ├── cli │ │ │ ├── __init__.py │ │ │ ├── autocompletion.py │ │ │ ├── base_command.py │ │ │ ├── cmdoptions.py │ │ │ ├── command_context.py │ │ │ ├── index_command.py │ │ │ ├── main.py │ │ │ ├── main_parser.py │ │ │ ├── parser.py │ │ │ ├── progress_bars.py │ │ │ ├── req_command.py │ │ │ ├── spinners.py │ │ │ └── status_codes.py │ │ ├── commands │ │ │ ├── __init__.py │ │ │ ├── cache.py │ │ │ ├── check.py │ │ │ ├── completion.py │ │ │ ├── configuration.py │ │ │ ├── debug.py │ │ │ ├── download.py │ │ │ ├── freeze.py │ │ │ ├── hash.py │ │ │ ├── help.py │ │ │ ├── index.py │ │ │ ├── inspect.py │ │ │ ├── install.py │ │ │ ├── list.py │ │ │ ├── search.py │ │ │ ├── show.py │ │ │ ├── uninstall.py │ │ │ └── wheel.py │ │ ├── configuration.py │ │ ├── distributions │ │ │ ├── __init__.py │ │ │ ├── base.py │ │ │ ├── installed.py │ │ │ ├── sdist.py │ │ │ └── wheel.py │ │ ├── exceptions.py │ │ ├── index │ │ │ ├── __init__.py │ │ │ ├── collector.py │ │ │ ├── package_finder.py │ │ │ └── sources.py │ │ ├── locations │ │ │ ├── __init__.py │ │ │ ├── _distutils.py │ │ │ ├── _sysconfig.py │ │ │ └── base.py │ │ ├── main.py │ │ ├── metadata │ │ │ ├── __init__.py │ │ │ ├── _json.py │ │ │ ├── base.py │ │ │ ├── importlib │ │ │ │ ├── __init__.py │ │ │ │ ├── _compat.py │ │ │ │ ├── _dists.py │ │ │ │ └── _envs.py │ │ │ └── pkg_resources.py │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── candidate.py │ │ │ ├── direct_url.py │ │ │ ├── format_control.py │ │ │ ├── index.py │ │ │ ├── installation_report.py │ │ │ ├── link.py │ │ │ ├── scheme.py │ │ │ ├── search_scope.py │ │ │ ├── selection_prefs.py │ │ │ ├── target_python.py │ │ │ └── wheel.py │ │ ├── network │ │ │ ├── __init__.py │ │ │ ├── auth.py │ │ │ ├── cache.py │ │ │ ├── download.py │ │ │ ├── lazy_wheel.py │ │ │ ├── session.py │ │ │ ├── utils.py │ │ │ └── xmlrpc.py │ │ ├── operations │ │ │ ├── __init__.py │ │ │ ├── build │ │ │ │ ├── __init__.py │ │ │ │ ├── build_tracker.py │ │ │ │ ├── metadata.py │ │ │ │ ├── metadata_editable.py │ │ │ │ ├── metadata_legacy.py │ │ │ │ ├── wheel.py │ │ │ │ ├── wheel_editable.py │ │ │ │ └── wheel_legacy.py │ │ │ ├── check.py │ │ │ ├── freeze.py │ │ │ ├── install │ │ │ │ ├── __init__.py │ │ │ │ ├── editable_legacy.py │ │ │ │ └── wheel.py │ │ │ └── prepare.py │ │ ├── pyproject.py │ │ ├── req │ │ │ ├── __init__.py │ │ │ ├── constructors.py │ │ │ ├── req_file.py │ │ │ ├── req_install.py │ │ │ ├── req_set.py │ │ │ └── req_uninstall.py │ │ ├── resolution │ │ │ ├── __init__.py │ │ │ ├── base.py │ │ │ ├── legacy │ │ │ │ ├── __init__.py │ │ │ │ └── resolver.py │ │ │ └── resolvelib │ │ │ │ ├── __init__.py │ │ │ │ ├── base.py │ │ │ │ ├── candidates.py │ │ │ │ ├── factory.py │ │ │ │ ├── found_candidates.py │ │ │ │ ├── provider.py │ │ │ │ ├── reporter.py │ │ │ │ ├── requirements.py │ │ │ │ └── resolver.py │ │ ├── self_outdated_check.py │ │ ├── utils │ │ │ ├── __init__.py │ │ │ ├── _jaraco_text.py │ │ │ ├── _log.py │ │ │ ├── appdirs.py │ │ │ ├── compat.py │ │ │ ├── compatibility_tags.py │ │ │ ├── datetime.py │ │ │ ├── deprecation.py │ │ │ ├── direct_url_helpers.py │ │ │ ├── egg_link.py │ │ │ ├── encoding.py │ │ │ ├── entrypoints.py │ │ │ ├── filesystem.py │ │ │ ├── filetypes.py │ │ │ ├── glibc.py │ │ │ ├── hashes.py │ │ │ ├── logging.py │ │ │ ├── misc.py │ │ │ ├── packaging.py │ │ │ ├── retry.py │ │ │ ├── setuptools_build.py │ │ │ ├── subprocess.py │ │ │ ├── temp_dir.py │ │ │ ├── unpacking.py │ │ │ ├── urls.py │ │ │ ├── virtualenv.py │ │ │ └── wheel.py │ │ ├── vcs │ │ │ ├── __init__.py │ │ │ ├── bazaar.py │ │ │ ├── git.py │ │ │ ├── mercurial.py │ │ │ ├── subversion.py │ │ │ └── versioncontrol.py │ │ └── wheel_builder.py │ │ ├── _vendor │ │ ├── __init__.py │ │ ├── cachecontrol │ │ │ ├── __init__.py │ │ │ ├── _cmd.py │ │ │ ├── adapter.py │ │ │ ├── cache.py │ │ │ ├── caches │ │ │ │ ├── __init__.py │ │ │ │ ├── file_cache.py │ │ │ │ └── redis_cache.py │ │ │ ├── controller.py │ │ │ ├── filewrapper.py │ │ │ ├── heuristics.py │ │ │ ├── py.typed │ │ │ ├── serialize.py │ │ │ └── wrapper.py │ │ ├── certifi │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── cacert.pem │ │ │ ├── core.py │ │ │ └── py.typed │ │ ├── distlib │ │ │ ├── __init__.py │ │ │ ├── compat.py │ │ │ ├── database.py │ │ │ ├── index.py │ │ │ ├── locators.py │ │ │ ├── manifest.py │ │ │ ├── markers.py │ │ │ ├── metadata.py │ │ │ ├── resources.py │ │ │ ├── scripts.py │ │ │ ├── t32.exe │ │ │ ├── t64-arm.exe │ │ │ ├── t64.exe │ │ │ ├── util.py │ │ │ ├── version.py │ │ │ ├── w32.exe │ │ │ ├── w64-arm.exe │ │ │ ├── w64.exe │ │ │ └── wheel.py │ │ ├── distro │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── distro.py │ │ │ └── py.typed │ │ ├── idna │ │ │ ├── __init__.py │ │ │ ├── codec.py │ │ │ ├── compat.py │ │ │ ├── core.py │ │ │ ├── idnadata.py │ │ │ ├── intranges.py │ │ │ ├── package_data.py │ │ │ ├── py.typed │ │ │ └── uts46data.py │ │ ├── msgpack │ │ │ ├── __init__.py │ │ │ ├── exceptions.py │ │ │ ├── ext.py │ │ │ └── fallback.py │ │ ├── packaging │ │ │ ├── __init__.py │ │ │ ├── _elffile.py │ │ │ ├── _manylinux.py │ │ │ ├── _musllinux.py │ │ │ ├── _parser.py │ │ │ ├── _structures.py │ │ │ ├── _tokenizer.py │ │ │ ├── markers.py │ │ │ ├── metadata.py │ │ │ ├── py.typed │ │ │ ├── requirements.py │ │ │ ├── specifiers.py │ │ │ ├── tags.py │ │ │ ├── utils.py │ │ │ └── version.py │ │ ├── pkg_resources │ │ │ └── __init__.py │ │ ├── platformdirs │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── android.py │ │ │ ├── api.py │ │ │ ├── macos.py │ │ │ ├── py.typed │ │ │ ├── unix.py │ │ │ ├── version.py │ │ │ └── windows.py │ │ ├── pygments │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── cmdline.py │ │ │ ├── console.py │ │ │ ├── filter.py │ │ │ ├── filters │ │ │ │ └── __init__.py │ │ │ ├── formatter.py │ │ │ ├── formatters │ │ │ │ ├── __init__.py │ │ │ │ ├── _mapping.py │ │ │ │ ├── bbcode.py │ │ │ │ ├── groff.py │ │ │ │ ├── html.py │ │ │ │ ├── img.py │ │ │ │ ├── irc.py │ │ │ │ ├── latex.py │ │ │ │ ├── other.py │ │ │ │ ├── pangomarkup.py │ │ │ │ ├── rtf.py │ │ │ │ ├── svg.py │ │ │ │ ├── terminal.py │ │ │ │ └── terminal256.py │ │ │ ├── lexer.py │ │ │ ├── lexers │ │ │ │ ├── __init__.py │ │ │ │ ├── _mapping.py │ │ │ │ └── python.py │ │ │ ├── modeline.py │ │ │ ├── plugin.py │ │ │ ├── regexopt.py │ │ │ ├── scanner.py │ │ │ ├── sphinxext.py │ │ │ ├── style.py │ │ │ ├── styles │ │ │ │ ├── __init__.py │ │ │ │ └── _mapping.py │ │ │ ├── token.py │ │ │ ├── unistring.py │ │ │ └── util.py │ │ ├── pyproject_hooks │ │ │ ├── __init__.py │ │ │ ├── _compat.py │ │ │ ├── _impl.py │ │ │ └── _in_process │ │ │ │ ├── __init__.py │ │ │ │ └── _in_process.py │ │ ├── requests │ │ │ ├── __init__.py │ │ │ ├── __version__.py │ │ │ ├── _internal_utils.py │ │ │ ├── adapters.py │ │ │ ├── api.py │ │ │ ├── auth.py │ │ │ ├── certs.py │ │ │ ├── compat.py │ │ │ ├── cookies.py │ │ │ ├── exceptions.py │ │ │ ├── help.py │ │ │ ├── hooks.py │ │ │ ├── models.py │ │ │ ├── packages.py │ │ │ ├── sessions.py │ │ │ ├── status_codes.py │ │ │ ├── structures.py │ │ │ └── utils.py │ │ ├── resolvelib │ │ │ ├── __init__.py │ │ │ ├── compat │ │ │ │ ├── __init__.py │ │ │ │ └── collections_abc.py │ │ │ ├── providers.py │ │ │ ├── py.typed │ │ │ ├── reporters.py │ │ │ ├── resolvers.py │ │ │ └── structs.py │ │ ├── rich │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── _cell_widths.py │ │ │ ├── _emoji_codes.py │ │ │ ├── _emoji_replace.py │ │ │ ├── _export_format.py │ │ │ ├── _extension.py │ │ │ ├── _fileno.py │ │ │ ├── _inspect.py │ │ │ ├── _log_render.py │ │ │ ├── _loop.py │ │ │ ├── _null_file.py │ │ │ ├── _palettes.py │ │ │ ├── _pick.py │ │ │ ├── _ratio.py │ │ │ ├── _spinners.py │ │ │ ├── _stack.py │ │ │ ├── _timer.py │ │ │ ├── _win32_console.py │ │ │ ├── _windows.py │ │ │ ├── _windows_renderer.py │ │ │ ├── _wrap.py │ │ │ ├── abc.py │ │ │ ├── align.py │ │ │ ├── ansi.py │ │ │ ├── bar.py │ │ │ ├── box.py │ │ │ ├── cells.py │ │ │ ├── color.py │ │ │ ├── color_triplet.py │ │ │ ├── columns.py │ │ │ ├── console.py │ │ │ ├── constrain.py │ │ │ ├── containers.py │ │ │ ├── control.py │ │ │ ├── default_styles.py │ │ │ ├── diagnose.py │ │ │ ├── emoji.py │ │ │ ├── errors.py │ │ │ ├── file_proxy.py │ │ │ ├── filesize.py │ │ │ ├── highlighter.py │ │ │ ├── json.py │ │ │ ├── jupyter.py │ │ │ ├── layout.py │ │ │ ├── live.py │ │ │ ├── live_render.py │ │ │ ├── logging.py │ │ │ ├── markup.py │ │ │ ├── measure.py │ │ │ ├── padding.py │ │ │ ├── pager.py │ │ │ ├── palette.py │ │ │ ├── panel.py │ │ │ ├── pretty.py │ │ │ ├── progress.py │ │ │ ├── progress_bar.py │ │ │ ├── prompt.py │ │ │ ├── protocol.py │ │ │ ├── py.typed │ │ │ ├── region.py │ │ │ ├── repr.py │ │ │ ├── rule.py │ │ │ ├── scope.py │ │ │ ├── screen.py │ │ │ ├── segment.py │ │ │ ├── spinner.py │ │ │ ├── status.py │ │ │ ├── style.py │ │ │ ├── styled.py │ │ │ ├── syntax.py │ │ │ ├── table.py │ │ │ ├── terminal_theme.py │ │ │ ├── text.py │ │ │ ├── theme.py │ │ │ ├── themes.py │ │ │ ├── traceback.py │ │ │ └── tree.py │ │ ├── tomli │ │ │ ├── __init__.py │ │ │ ├── _parser.py │ │ │ ├── _re.py │ │ │ ├── _types.py │ │ │ └── py.typed │ │ ├── truststore │ │ │ ├── __init__.py │ │ │ ├── _api.py │ │ │ ├── _macos.py │ │ │ ├── _openssl.py │ │ │ ├── _ssl_constants.py │ │ │ ├── _windows.py │ │ │ └── py.typed │ │ ├── typing_extensions.py │ │ ├── urllib3 │ │ │ ├── __init__.py │ │ │ ├── _collections.py │ │ │ ├── _version.py │ │ │ ├── connection.py │ │ │ ├── connectionpool.py │ │ │ ├── contrib │ │ │ │ ├── __init__.py │ │ │ │ ├── _appengine_environ.py │ │ │ │ ├── _securetransport │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── bindings.py │ │ │ │ │ └── low_level.py │ │ │ │ ├── appengine.py │ │ │ │ ├── ntlmpool.py │ │ │ │ ├── pyopenssl.py │ │ │ │ ├── securetransport.py │ │ │ │ └── socks.py │ │ │ ├── exceptions.py │ │ │ ├── fields.py │ │ │ ├── filepost.py │ │ │ ├── packages │ │ │ │ ├── __init__.py │ │ │ │ ├── backports │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── makefile.py │ │ │ │ │ └── weakref_finalize.py │ │ │ │ └── six.py │ │ │ ├── poolmanager.py │ │ │ ├── request.py │ │ │ ├── response.py │ │ │ └── util │ │ │ │ ├── __init__.py │ │ │ │ ├── connection.py │ │ │ │ ├── proxy.py │ │ │ │ ├── queue.py │ │ │ │ ├── request.py │ │ │ │ ├── response.py │ │ │ │ ├── retry.py │ │ │ │ ├── ssl_.py │ │ │ │ ├── ssl_match_hostname.py │ │ │ │ ├── ssltransport.py │ │ │ │ ├── timeout.py │ │ │ │ ├── url.py │ │ │ │ └── wait.py │ │ └── vendor.txt │ │ └── py.typed ├── Scripts │ ├── Activate.ps1 │ ├── activate │ ├── activate.bat │ ├── deactivate.bat │ ├── pip.exe │ ├── pip3.12.exe │ ├── pip3.exe │ ├── python.exe │ └── pythonw.exe └── pyvenv.cfg ├── very_easy └── is_number.py ├── video-operations ├── slow-motion.py └── timelapse.py ├── videodownloder.py ├── vigenere_cipher.py ├── voice.py ├── vowel remover function.py ├── webcam.py ├── whatsapp-monitor.py ├── whatsapp-schedule.py ├── wifi hack by brutefore.py ├── wiki ├── requirements.txt └── wiki.py ├── wiki_random.py ├── wikipedia.py ├── work_connect.py ├── write_excel_file.py └── youtubedownloader.py /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/Codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/.github/workflows/Codeql.yml -------------------------------------------------------------------------------- /.github/workflows/python.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/.github/workflows/python.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/.gitignore -------------------------------------------------------------------------------- /1 File handle/File handle binary/.env: -------------------------------------------------------------------------------- 1 | STUDENTS_RECORD_FILE= "student_records.pkl" -------------------------------------------------------------------------------- /1 File handle/File handle binary/delete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle binary/delete.py -------------------------------------------------------------------------------- /1 File handle/File handle binary/read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle binary/read.py -------------------------------------------------------------------------------- /1 File handle/File handle binary/update2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle binary/update2.py -------------------------------------------------------------------------------- /1 File handle/File handle text/counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle text/counter.py -------------------------------------------------------------------------------- /1 File handle/File handle text/happy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle text/happy.txt -------------------------------------------------------------------------------- /1 File handle/File handle text/question 2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle text/question 2.py -------------------------------------------------------------------------------- /1 File handle/File handle text/question 5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle text/question 5.py -------------------------------------------------------------------------------- /1 File handle/File handle text/question 6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle text/question 6.py -------------------------------------------------------------------------------- /1 File handle/File handle text/question3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle text/question3.py -------------------------------------------------------------------------------- /1 File handle/File handle text/story.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/1 File handle/File handle text/story.txt -------------------------------------------------------------------------------- /8_puzzle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/8_puzzle.py -------------------------------------------------------------------------------- /A solution to project euler problem 3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/A solution to project euler problem 3.py -------------------------------------------------------------------------------- /AREA OF TRIANGLE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/AREA OF TRIANGLE.py -------------------------------------------------------------------------------- /ARKA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ARKA.py -------------------------------------------------------------------------------- /ASCIIvaluecharacter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ASCIIvaluecharacter.py -------------------------------------------------------------------------------- /Add_two_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Add_two_Linked_List.py -------------------------------------------------------------------------------- /Anonymous_TextApp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Anonymous_TextApp.py -------------------------------------------------------------------------------- /AreaOfTriangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/AreaOfTriangle.py -------------------------------------------------------------------------------- /Armstrong_number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Armstrong_number -------------------------------------------------------------------------------- /Armstrong_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Armstrong_number.py -------------------------------------------------------------------------------- /Assembler/GUIDE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/GUIDE.txt -------------------------------------------------------------------------------- /Assembler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/README.md -------------------------------------------------------------------------------- /Assembler/assembler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/assembler.py -------------------------------------------------------------------------------- /Assembler/examples/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/examples/code.txt -------------------------------------------------------------------------------- /Assembler/examples/code2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/examples/code2.txt -------------------------------------------------------------------------------- /Assembler/examples/code3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/examples/code3.txt -------------------------------------------------------------------------------- /Assembler/examples/code4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/examples/code4.txt -------------------------------------------------------------------------------- /Assembler/examples/klmn: -------------------------------------------------------------------------------- 1 | Assembler/examples/code2.txt 2 | hello world 3 | -------------------------------------------------------------------------------- /Assembler/examples/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Assembler/examples/test.txt -------------------------------------------------------------------------------- /Assembler/requirements.txt: -------------------------------------------------------------------------------- 1 | print_function 2 | sys 3 | -------------------------------------------------------------------------------- /Audio_Summarizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Audio_Summarizer.py -------------------------------------------------------------------------------- /AutoComplete_App/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/AutoComplete_App/backend.py -------------------------------------------------------------------------------- /AutoComplete_App/frontend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/AutoComplete_App/frontend.py -------------------------------------------------------------------------------- /Automated Scheduled Call Reminders/caller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Automated Scheduled Call Reminders/caller.py -------------------------------------------------------------------------------- /Bank Application .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Bank Application .ipynb -------------------------------------------------------------------------------- /Base Converter Number system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Base Converter Number system.py -------------------------------------------------------------------------------- /Battery_notifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Battery_notifier.py -------------------------------------------------------------------------------- /Binary Coefficients.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Binary Coefficients.py -------------------------------------------------------------------------------- /Binary_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Binary_search.py -------------------------------------------------------------------------------- /Binary_to_Decimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Binary_to_Decimal.py -------------------------------------------------------------------------------- /BlackJack_game/blackjack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BlackJack_game/blackjack.py -------------------------------------------------------------------------------- /BlackJack_game/blackjack_rr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BlackJack_game/blackjack_rr.py -------------------------------------------------------------------------------- /BlackJack_game/blackjack_simulate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BlackJack_game/blackjack_simulate.py -------------------------------------------------------------------------------- /BlackJack_game/requirements.txt: -------------------------------------------------------------------------------- 1 | time 2 | random 3 | -------------------------------------------------------------------------------- /BoardGame-CLI/python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BoardGame-CLI/python.py -------------------------------------------------------------------------------- /BoardGame-CLI/snakeLadder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BoardGame-CLI/snakeLadder.py -------------------------------------------------------------------------------- /BoardGame-CLI/uno.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BoardGame-CLI/uno.py -------------------------------------------------------------------------------- /BrowserHistory/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BrowserHistory/backend.py -------------------------------------------------------------------------------- /BrowserHistory/rock_paper_scissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BrowserHistory/rock_paper_scissors.py -------------------------------------------------------------------------------- /BrowserHistory/tests/test_browser_history.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BrowserHistory/tests/test_browser_history.py -------------------------------------------------------------------------------- /BruteForce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/BruteForce.py -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CRC/crc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CRC/crc.py -------------------------------------------------------------------------------- /CSV_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CSV_file.py -------------------------------------------------------------------------------- /Caesar Cipher Encoder & Decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Caesar Cipher Encoder & Decoder.py -------------------------------------------------------------------------------- /Calculate resistance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Calculate resistance.py -------------------------------------------------------------------------------- /Calculator with simple ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Calculator with simple ui.py -------------------------------------------------------------------------------- /Calendar (GUI).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Calendar (GUI).py -------------------------------------------------------------------------------- /Cat/cat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Cat/cat.py -------------------------------------------------------------------------------- /Cat/text_a.txt: -------------------------------------------------------------------------------- 1 | Sample Text Here 2 | 3 | Lorem ipsum, dolor sit amet. 4 | Hello, 5 | World! 6 | 7 | ABCD 1234 8 | -------------------------------------------------------------------------------- /Cat/text_b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Cat/text_b.txt -------------------------------------------------------------------------------- /Cat/text_c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Cat/text_c.txt -------------------------------------------------------------------------------- /Checker_game_by_dz/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Checker_game_by_dz/assets/crown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Checker_game_by_dz/assets/crown.png -------------------------------------------------------------------------------- /Checker_game_by_dz/first.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Checker_game_by_dz/first.py -------------------------------------------------------------------------------- /Checker_game_by_dz/modules/__init__.py: -------------------------------------------------------------------------------- 1 | """ 2 | Author : Dhruv B Kakadiya 3 | 4 | """ 5 | -------------------------------------------------------------------------------- /Checker_game_by_dz/modules/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Checker_game_by_dz/modules/checker.py -------------------------------------------------------------------------------- /Checker_game_by_dz/modules/checker_board.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Checker_game_by_dz/modules/checker_board.py -------------------------------------------------------------------------------- /Checker_game_by_dz/modules/pieces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Checker_game_by_dz/modules/pieces.py -------------------------------------------------------------------------------- /Checker_game_by_dz/modules/statics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Checker_game_by_dz/modules/statics.py -------------------------------------------------------------------------------- /Chrome Dino Automater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Chrome Dino Automater.py -------------------------------------------------------------------------------- /Classification_human_or_horse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Classification_human_or_horse.py -------------------------------------------------------------------------------- /CliYoutubeDownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CliYoutubeDownloader.py -------------------------------------------------------------------------------- /CliYoutubeDownloader/CliYoutubeDownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CliYoutubeDownloader/CliYoutubeDownloader.py -------------------------------------------------------------------------------- /CliYoutubeDownloader/requirements.txt: -------------------------------------------------------------------------------- 1 | pytube -------------------------------------------------------------------------------- /Collatz Sequence/Collatz Sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Collatz Sequence/Collatz Sequence.py -------------------------------------------------------------------------------- /Collatz-Conjecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Collatz-Conjecture.py -------------------------------------------------------------------------------- /Colors/multicoloredline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Colors/multicoloredline.py -------------------------------------------------------------------------------- /Colors/pixel_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Colors/pixel_sort.py -------------------------------------------------------------------------------- /Colors/primary_colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Colors/primary_colors.py -------------------------------------------------------------------------------- /Colors/print_colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Colors/print_colors.py -------------------------------------------------------------------------------- /Compression_Analysis/PSNR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Compression_Analysis/PSNR.py -------------------------------------------------------------------------------- /Compression_Analysis/compressed_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Compression_Analysis/compressed_image.png -------------------------------------------------------------------------------- /Compression_Analysis/example_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Compression_Analysis/example_image.jpg -------------------------------------------------------------------------------- /Compression_Analysis/orignal_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Compression_Analysis/orignal_image.png -------------------------------------------------------------------------------- /Conversation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Conversation.py -------------------------------------------------------------------------------- /CountMillionCharacter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CountMillionCharacter.py -------------------------------------------------------------------------------- /CountMillionCharacters-2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/CountMillionCharacters-2.0.py -------------------------------------------------------------------------------- /Crack_password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Crack_password.py -------------------------------------------------------------------------------- /Credit_Card_Validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Credit_Card_Validator.py -------------------------------------------------------------------------------- /Cricket_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Cricket_score.py -------------------------------------------------------------------------------- /Day_of_week.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Day_of_week.py -------------------------------------------------------------------------------- /Decimal number to binary function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Decimal number to binary function.py -------------------------------------------------------------------------------- /Decimal_To_Binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Decimal_To_Binary.py -------------------------------------------------------------------------------- /Delete_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Delete_Linked_List.py -------------------------------------------------------------------------------- /Detect_Remove_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Detect_Remove_loop.py -------------------------------------------------------------------------------- /Divide Operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Divide Operator.py -------------------------------------------------------------------------------- /Downloaded Files Organizer/browser_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Downloaded Files Organizer/browser_status.py -------------------------------------------------------------------------------- /Downloaded Files Organizer/obs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Downloaded Files Organizer/obs.py -------------------------------------------------------------------------------- /Downloaded Files Organizer/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Downloaded Files Organizer/readme.md -------------------------------------------------------------------------------- /Downloaded Files Organizer/requirements.txt: -------------------------------------------------------------------------------- 1 | sys 2 | os 3 | time 4 | psutil 5 | watchdog 6 | -------------------------------------------------------------------------------- /Droplistmenu/GamesCalender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Droplistmenu/GamesCalender.py -------------------------------------------------------------------------------- /Droplistmenu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Droplistmenu/README.md -------------------------------------------------------------------------------- /Electronics_Algorithms/Ohms_law.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Electronics_Algorithms/Ohms_law.py -------------------------------------------------------------------------------- /Electronics_Algorithms/resistance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Electronics_Algorithms/resistance.py -------------------------------------------------------------------------------- /Email-Automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Email-Automation.py -------------------------------------------------------------------------------- /Emoji Dictionary/Images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/1.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/2.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/3.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/4.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/5.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/6.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/7.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/8.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/Images/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/Images/9.jpg -------------------------------------------------------------------------------- /Emoji Dictionary/QT_GUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/QT_GUI.py -------------------------------------------------------------------------------- /Emoji Dictionary/QT_GUI.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/QT_GUI.ui -------------------------------------------------------------------------------- /Emoji Dictionary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/README.md -------------------------------------------------------------------------------- /Emoji Dictionary/emoji_dictionary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/emoji_dictionary.py -------------------------------------------------------------------------------- /Emoji Dictionary/requirements.txt: -------------------------------------------------------------------------------- 1 | tkinter 2 | messagebox 3 | emoji 4 | -------------------------------------------------------------------------------- /Emoji Dictionary/untitled.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Emoji Dictionary/untitled.ui -------------------------------------------------------------------------------- /Encryption using base64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Encryption using base64.py -------------------------------------------------------------------------------- /EncryptionTool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/EncryptionTool.py -------------------------------------------------------------------------------- /Exception_Handling_in_Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Exception_Handling_in_Python.py -------------------------------------------------------------------------------- /Extract-Table-from-pdf-txt-docx/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Extract-Table-from-pdf-txt-docx/main.py -------------------------------------------------------------------------------- /ExtractThumbnailFromVideo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ExtractThumbnailFromVideo/README.md -------------------------------------------------------------------------------- /Extract_Text_from_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Extract_Text_from_image.py -------------------------------------------------------------------------------- /FIND FACTORIAL OF A NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/FIND FACTORIAL OF A NUMBER.py -------------------------------------------------------------------------------- /Face and eye Recognition/gesture_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Face and eye Recognition/gesture_control.py -------------------------------------------------------------------------------- /FibonacciNumbersWithGenerators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/FibonacciNumbersWithGenerators.py -------------------------------------------------------------------------------- /Fibonacci_sequence_recursive_sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Fibonacci_sequence_recursive_sol.py -------------------------------------------------------------------------------- /FindingResolutionOfAnImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/FindingResolutionOfAnImage.py -------------------------------------------------------------------------------- /FizzBuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/FizzBuzz.py -------------------------------------------------------------------------------- /Flappy Bird - created with tkinter/.gitignore: -------------------------------------------------------------------------------- 1 | Data -------------------------------------------------------------------------------- /Flappy Bird - created with tkinter/Bird.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Flappy Bird - created with tkinter/Bird.py -------------------------------------------------------------------------------- /Flappy Bird - created with tkinter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Flappy Bird - created with tkinter/README.md -------------------------------------------------------------------------------- /Flappy Bird - created with tkinter/Settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Flappy Bird - created with tkinter/Settings.py -------------------------------------------------------------------------------- /Flappy Bird - created with tkinter/Tubes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Flappy Bird - created with tkinter/Tubes.py -------------------------------------------------------------------------------- /Generate a random number between 0 to 9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Generate a random number between 0 to 9.py -------------------------------------------------------------------------------- /Google_Image_Downloader/create_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Google_Image_Downloader/create_dir.py -------------------------------------------------------------------------------- /Google_Image_Downloader/image_grapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Google_Image_Downloader/image_grapper.py -------------------------------------------------------------------------------- /Google_News.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Google_News.py -------------------------------------------------------------------------------- /Gregorian_Calendar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Gregorian_Calendar.py -------------------------------------------------------------------------------- /Grocery calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Grocery calculator.py -------------------------------------------------------------------------------- /GroupSms_Way2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/GroupSms_Way2.py -------------------------------------------------------------------------------- /Guess_the_number_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Guess_the_number_game.py -------------------------------------------------------------------------------- /Guessing_Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Guessing_Game.py -------------------------------------------------------------------------------- /HTML_to_PDF/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/HTML_to_PDF/index.html -------------------------------------------------------------------------------- /HTML_to_PDF/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/HTML_to_PDF/main.py -------------------------------------------------------------------------------- /HTML_to_PDF/output.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/HTML_to_PDF/output.pdf -------------------------------------------------------------------------------- /Hand-Motion-Detection/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy==2.3.5 2 | opencv_python==4.12.0.88 3 | mediapipe==0.10.21 4 | -------------------------------------------------------------------------------- /HangMan Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/HangMan Game.py -------------------------------------------------------------------------------- /Hangman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Hangman.py -------------------------------------------------------------------------------- /Hotel-Management.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Hotel-Management.py -------------------------------------------------------------------------------- /Image-watermarker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/README.md -------------------------------------------------------------------------------- /Image-watermarker/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/app.py -------------------------------------------------------------------------------- /Image-watermarker/fonts/AkayaKanadaka.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/fonts/AkayaKanadaka.ttf -------------------------------------------------------------------------------- /Image-watermarker/fonts/DancingScript.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/fonts/DancingScript.ttf -------------------------------------------------------------------------------- /Image-watermarker/fonts/Decorative.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/fonts/Decorative.ttf -------------------------------------------------------------------------------- /Image-watermarker/fonts/MartianMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/fonts/MartianMono.ttf -------------------------------------------------------------------------------- /Image-watermarker/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/requirements.txt -------------------------------------------------------------------------------- /Image-watermarker/watermark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image-watermarker/watermark.py -------------------------------------------------------------------------------- /ImageDownloader/img_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ImageDownloader/img_downloader.py -------------------------------------------------------------------------------- /ImageDownloader/requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.32.5 2 | -------------------------------------------------------------------------------- /Image_resize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Image_resize.py -------------------------------------------------------------------------------- /Industrial_developed_hangman/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Industrial_developed_hangman/Makefile -------------------------------------------------------------------------------- /Industrial_developed_hangman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Industrial_developed_hangman/README.md -------------------------------------------------------------------------------- /Industrial_developed_hangman/poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Industrial_developed_hangman/poetry.lock -------------------------------------------------------------------------------- /Industrial_developed_hangman/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Industrial_developed_hangman/pyproject.toml -------------------------------------------------------------------------------- /Industrial_developed_hangman/pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Industrial_developed_hangman/pytest.ini -------------------------------------------------------------------------------- /Industrial_developed_hangman/recorces/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Industrial_developed_hangman/recorces/img.png -------------------------------------------------------------------------------- /Industrial_developed_hangman/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Industrial_developed_hangman/setup.cfg -------------------------------------------------------------------------------- /Industrial_developed_hangman/src/hangman/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Industrial_developed_hangman/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Industrial_developed_hangman/tests/test_hangman/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Infix_to_Postfix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Infix_to_Postfix.py -------------------------------------------------------------------------------- /Insert_operation_on_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Insert_operation_on_Linked_List.py -------------------------------------------------------------------------------- /JARVIS/JARVIS_2.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/JARVIS/JARVIS_2.0.py -------------------------------------------------------------------------------- /JARVIS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/JARVIS/README.md -------------------------------------------------------------------------------- /JARVIS/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/JARVIS/requirements.txt -------------------------------------------------------------------------------- /Job_scheduling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Job_scheduling.py -------------------------------------------------------------------------------- /JsonParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/JsonParser.py -------------------------------------------------------------------------------- /JustDialScrapperGUI/Justdial Scrapper GUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/JustDialScrapperGUI/Justdial Scrapper GUI.py -------------------------------------------------------------------------------- /Key_Binding/key_binding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Key_Binding/key_binding.py -------------------------------------------------------------------------------- /Key_Binding/requirement.txt: -------------------------------------------------------------------------------- 1 | quo>=2022.4 2 | -------------------------------------------------------------------------------- /Kilometerstomile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Kilometerstomile.py -------------------------------------------------------------------------------- /Koch Curve/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Koch Curve/README.txt -------------------------------------------------------------------------------- /Koch Curve/koch curve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Koch Curve/koch curve.py -------------------------------------------------------------------------------- /Koch Curve/output_2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Koch Curve/output_2.mp4 -------------------------------------------------------------------------------- /LETTER GUESSER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/LETTER GUESSER.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Laundary System/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Laundary System/README.md -------------------------------------------------------------------------------- /Laundary System/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Laundary System/code.py -------------------------------------------------------------------------------- /Letter_Counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Letter_Counter.py -------------------------------------------------------------------------------- /LinkedLists all Types/circular_linked_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/LinkedLists all Types/circular_linked_list.py -------------------------------------------------------------------------------- /LinkedLists all Types/doubly_linked_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/LinkedLists all Types/doubly_linked_list.py -------------------------------------------------------------------------------- /LinkedLists all Types/singly_linked_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/LinkedLists all Types/singly_linked_list.py -------------------------------------------------------------------------------- /List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/List.py -------------------------------------------------------------------------------- /Luhn_Algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Luhn_Algorithm.py -------------------------------------------------------------------------------- /ML House Prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ML House Prediction.ipynb -------------------------------------------------------------------------------- /Mad Libs Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Mad Libs Generator.py -------------------------------------------------------------------------------- /Memory_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Memory_game.py -------------------------------------------------------------------------------- /Merge_linked_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Merge_linked_list.py -------------------------------------------------------------------------------- /MobiusFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/MobiusFunction.py -------------------------------------------------------------------------------- /Model Usage.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Model Usage.ipynb -------------------------------------------------------------------------------- /Mp3_media_player.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Mp3_media_player.py -------------------------------------------------------------------------------- /Multiply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Multiply.py -------------------------------------------------------------------------------- /MySQL_Databses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/MySQL_Databses.py -------------------------------------------------------------------------------- /News_App/Newsapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/News_App/Newsapp.py -------------------------------------------------------------------------------- /News_App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/News_App/README.md -------------------------------------------------------------------------------- /News_App/patterns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/News_App/patterns.py -------------------------------------------------------------------------------- /News_App/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/News_App/requirements.txt -------------------------------------------------------------------------------- /NumPy Array Exponentiation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/NumPy Array Exponentiation.py -------------------------------------------------------------------------------- /Number reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Number reverse.py -------------------------------------------------------------------------------- /Organise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Organise.py -------------------------------------------------------------------------------- /PDF/basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PDF/basic.py -------------------------------------------------------------------------------- /PDF/demerge_pdfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PDF/demerge_pdfs.py -------------------------------------------------------------------------------- /PDF/header_footer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PDF/header_footer.py -------------------------------------------------------------------------------- /PDF/images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PDF/images.py -------------------------------------------------------------------------------- /PDF/images/ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PDF/images/ss.png -------------------------------------------------------------------------------- /PDF/output.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PDF/output.pdf -------------------------------------------------------------------------------- /PDF/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow==12.0.0 2 | fpdf==1.7.2 -------------------------------------------------------------------------------- /PDFtoAudiobook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PDFtoAudiobook.py -------------------------------------------------------------------------------- /PONG_GAME.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PONG_GAME.py -------------------------------------------------------------------------------- /PORT SCANNER.PY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PORT SCANNER.PY -------------------------------------------------------------------------------- /Palindrome_Checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Palindrome_Checker.py -------------------------------------------------------------------------------- /Password Generator/pass_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Password Generator/pass_gen.py -------------------------------------------------------------------------------- /Password Generator/requirements.txt: -------------------------------------------------------------------------------- 1 | colorama==0.4.6 2 | inquirer==3.4.1 -------------------------------------------------------------------------------- /Password Generator/requirements_new.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Password Manager Using Tkinter/PGV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Password Manager Using Tkinter/PGV.py -------------------------------------------------------------------------------- /Password Manager Using Tkinter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Password Manager Using Tkinter/README.md -------------------------------------------------------------------------------- /Password Manager Using Tkinter/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Password Manager Using Tkinter/data.json -------------------------------------------------------------------------------- /Password Manager Using Tkinter/data.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Password Manager Using Tkinter/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Password Manager Using Tkinter/logo.png -------------------------------------------------------------------------------- /Password Manager Using Tkinter/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Password Manager Using Tkinter/main.py -------------------------------------------------------------------------------- /Password Manager Using Tkinter/requirements.txt: -------------------------------------------------------------------------------- 1 | ttkbootstrap -------------------------------------------------------------------------------- /Patterns/half triangle pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Patterns/half triangle pattern.py -------------------------------------------------------------------------------- /Patterns/pattern2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Patterns/pattern2.py -------------------------------------------------------------------------------- /Patterns/pattern5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Patterns/pattern5.py -------------------------------------------------------------------------------- /Patterns/pattern6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Patterns/pattern6.py -------------------------------------------------------------------------------- /Patterns/patterns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Patterns/patterns.py -------------------------------------------------------------------------------- /Pc_information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Pc_information.py -------------------------------------------------------------------------------- /Personal-Expense-Tracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Personal-Expense-Tracker/README.md -------------------------------------------------------------------------------- /Personal-Expense-Tracker/expense_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Personal-Expense-Tracker/expense_tracker.py -------------------------------------------------------------------------------- /PingPong/Ball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PingPong/Ball.py -------------------------------------------------------------------------------- /PingPong/Slab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PingPong/Slab.py -------------------------------------------------------------------------------- /PingPong/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PingPong/main.py -------------------------------------------------------------------------------- /Polyline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Polyline.py -------------------------------------------------------------------------------- /Pomodoro (tkinter).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Pomodoro (tkinter).py -------------------------------------------------------------------------------- /PongPong_Game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PongPong_Game/README.md -------------------------------------------------------------------------------- /PongPong_Game/pong/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /PongPong_Game/pong/ball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PongPong_Game/pong/ball.py -------------------------------------------------------------------------------- /PongPong_Game/pong/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PongPong_Game/pong/load.py -------------------------------------------------------------------------------- /PongPong_Game/pong/paddle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PongPong_Game/pong/paddle.py -------------------------------------------------------------------------------- /PongPong_Game/pong/rectangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PongPong_Game/pong/rectangle.py -------------------------------------------------------------------------------- /PongPong_Game/pong_game_play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PongPong_Game/pong_game_play.gif -------------------------------------------------------------------------------- /PongPong_Game/pongpong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/PongPong_Game/pongpong.py -------------------------------------------------------------------------------- /PongPong_Game/requirements.txt: -------------------------------------------------------------------------------- 1 | pyglet==2.1.11 2 | -------------------------------------------------------------------------------- /Prime_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Prime_number.py -------------------------------------------------------------------------------- /Python Distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python Distance.py -------------------------------------------------------------------------------- /Python Programs/Python Program to Find LCM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python Programs/Python Program to Find LCM.py -------------------------------------------------------------------------------- /Python Voice Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python Voice Generator.py -------------------------------------------------------------------------------- /Python-Array-Equilibrium-Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python-Array-Equilibrium-Index.py -------------------------------------------------------------------------------- /Python_chatting_application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python_chatting_application/README.md -------------------------------------------------------------------------------- /Python_chatting_application/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python_chatting_application/client.py -------------------------------------------------------------------------------- /Python_chatting_application/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python_chatting_application/server.py -------------------------------------------------------------------------------- /Python_swapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Python_swapping.py -------------------------------------------------------------------------------- /QR_code_generator/qrcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/QR_code_generator/qrcode.py -------------------------------------------------------------------------------- /QuadraticCalc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/QuadraticCalc.py -------------------------------------------------------------------------------- /QuestionAnswerVirtualAssistant/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/QuestionAnswerVirtualAssistant/backend.py -------------------------------------------------------------------------------- /QuestionAnswerVirtualAssistant/frontend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/QuestionAnswerVirtualAssistant/frontend.py -------------------------------------------------------------------------------- /QuestionAnswerVirtualAssistant/requirements.txt: -------------------------------------------------------------------------------- 1 | pandas 2 | scikit-learn -------------------------------------------------------------------------------- /Quizzler Using Tkinter and Trivia DB API/ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Quizzler Using Tkinter and Trivia DB API/ui.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/README.md -------------------------------------------------------------------------------- /Random Password Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Random Password Generator.py -------------------------------------------------------------------------------- /RandomDice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/RandomDice.py -------------------------------------------------------------------------------- /RandomNumberGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/RandomNumberGame.py -------------------------------------------------------------------------------- /Randomnumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Randomnumber.py -------------------------------------------------------------------------------- /ReadFromCSV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ReadFromCSV.py -------------------------------------------------------------------------------- /Recursion Visulaizer/Meshimproved.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Recursion Visulaizer/Meshimproved.PNG -------------------------------------------------------------------------------- /Recursion Visulaizer/fencedmesh.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Recursion Visulaizer/fencedmesh.PNG -------------------------------------------------------------------------------- /Recursion Visulaizer/git: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Recursion Visulaizer/recursionVisualizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Recursion Visulaizer/recursionVisualizer.py -------------------------------------------------------------------------------- /Reverse_list_in_groups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Reverse_list_in_groups.py -------------------------------------------------------------------------------- /Rotate_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Rotate_Linked_List.py -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SOUNDEX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/SOUNDEX.py -------------------------------------------------------------------------------- /Sanke-water-gun game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sanke-water-gun game.py -------------------------------------------------------------------------------- /Search_Engine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Search_Engine/README.md -------------------------------------------------------------------------------- /Search_Engine/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Search_Engine/backend.py -------------------------------------------------------------------------------- /Search_Engine/frontend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Search_Engine/frontend.py -------------------------------------------------------------------------------- /Search_Engine/test_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Search_Engine/test_data.py -------------------------------------------------------------------------------- /Secret message generator GUI by tkinter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Secret message generator GUI by tkinter.py -------------------------------------------------------------------------------- /Shortest Distance between Two Lines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Shortest Distance between Two Lines.py -------------------------------------------------------------------------------- /SimpleStopWatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/SimpleStopWatch.py -------------------------------------------------------------------------------- /Snake Game Using Turtle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/README.md -------------------------------------------------------------------------------- /Snake Game Using Turtle/colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/colors.py -------------------------------------------------------------------------------- /Snake Game Using Turtle/demo (1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/demo (1).gif -------------------------------------------------------------------------------- /Snake Game Using Turtle/food.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/food.py -------------------------------------------------------------------------------- /Snake Game Using Turtle/highscore.txt: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /Snake Game Using Turtle/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/main.py -------------------------------------------------------------------------------- /Snake Game Using Turtle/scoreboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/scoreboard.py -------------------------------------------------------------------------------- /Snake Game Using Turtle/screenshots: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Snake Game Using Turtle/snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/snake.py -------------------------------------------------------------------------------- /Snake Game Using Turtle/wall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake Game Using Turtle/wall.py -------------------------------------------------------------------------------- /Snake-Water-Gun-Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake-Water-Gun-Game.py -------------------------------------------------------------------------------- /Snake_water_gun/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake_water_gun/README.md -------------------------------------------------------------------------------- /Snake_water_gun/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Snake_water_gun/main.py -------------------------------------------------------------------------------- /Sorting Algorithims/heapsort_linkedlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithims/heapsort_linkedlist.py -------------------------------------------------------------------------------- /Sorting Algorithims/mergesort_linkedlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithims/mergesort_linkedlist.py -------------------------------------------------------------------------------- /Sorting Algorithims/quicksort_linkedlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithims/quicksort_linkedlist.py -------------------------------------------------------------------------------- /Sorting Algorithms/Binary_Insertion_Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Binary_Insertion_Sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Bubble_Sorting_Prog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Bubble_Sorting_Prog.py -------------------------------------------------------------------------------- /Sorting Algorithms/Bubble_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Bubble_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Count sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Count sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Counting Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Counting Sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Counting-sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Counting-sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Cycle Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Cycle Sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Heap sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Heap sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Iterative Merge Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Iterative Merge Sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Linear_Insertion_Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Linear_Insertion_Sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Merge Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Merge Sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Merge-sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Merge-sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Quick sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Quick sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Shell Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Shell Sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/Sorting_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Sorting_List.py -------------------------------------------------------------------------------- /Sorting Algorithms/Tim_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/Tim_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/brickSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/brickSort.py -------------------------------------------------------------------------------- /Sorting Algorithms/bubblesortpgm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/bubblesortpgm.py -------------------------------------------------------------------------------- /Sorting Algorithms/dual_pivot_quicksort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/dual_pivot_quicksort.py -------------------------------------------------------------------------------- /Sorting Algorithms/heap_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/heap_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/insertion_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/insertion_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/merge_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/merge_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/pigeonhole_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/pigeonhole_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/quick_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/quick_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/recursive-quick-sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/recursive-quick-sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/selectionSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/selectionSort.py -------------------------------------------------------------------------------- /Sorting Algorithms/selection_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/selection_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/sorting.py -------------------------------------------------------------------------------- /Sorting Algorithms/stooge_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/stooge_sort.py -------------------------------------------------------------------------------- /Sorting Algorithms/wave_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sorting Algorithms/wave_sort.py -------------------------------------------------------------------------------- /SpeechToText.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/SpeechToText.py -------------------------------------------------------------------------------- /Split_Circular_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Split_Circular_Linked_List.py -------------------------------------------------------------------------------- /Street_Fighter/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/LICENSE -------------------------------------------------------------------------------- /Street_Fighter/assets/audio/magic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/audio/magic.wav -------------------------------------------------------------------------------- /Street_Fighter/assets/audio/music.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/audio/music.mp3 -------------------------------------------------------------------------------- /Street_Fighter/assets/audio/sword.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/audio/sword.wav -------------------------------------------------------------------------------- /Street_Fighter/assets/fonts/turok.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/fonts/turok.ttf -------------------------------------------------------------------------------- /Street_Fighter/assets/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/images/bg.jpg -------------------------------------------------------------------------------- /Street_Fighter/assets/images/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/images/bg1.jpg -------------------------------------------------------------------------------- /Street_Fighter/assets/images/bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/images/bg2.jpg -------------------------------------------------------------------------------- /Street_Fighter/assets/images/victory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/images/victory.png -------------------------------------------------------------------------------- /Street_Fighter/assets/images/warrior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/images/warrior.png -------------------------------------------------------------------------------- /Street_Fighter/assets/images/wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/assets/images/wizard.png -------------------------------------------------------------------------------- /Street_Fighter/docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Street_Fighter/docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /Street_Fighter/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/docs/README.md -------------------------------------------------------------------------------- /Street_Fighter/docs/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/docs/SECURITY.md -------------------------------------------------------------------------------- /Street_Fighter/docs/requirements.txt: -------------------------------------------------------------------------------- 1 | pygame 2 | numpy 3 | opencv-python 4 | -------------------------------------------------------------------------------- /Street_Fighter/src/fighter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/src/fighter.py -------------------------------------------------------------------------------- /Street_Fighter/src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Street_Fighter/src/main.py -------------------------------------------------------------------------------- /StringToBinary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/StringToBinary.py -------------------------------------------------------------------------------- /String_Palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/String_Palindrome.py -------------------------------------------------------------------------------- /Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Strings.py -------------------------------------------------------------------------------- /Sum of digits of a number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Sum of digits of a number.py -------------------------------------------------------------------------------- /TTS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/TTS.py -------------------------------------------------------------------------------- /TaskManager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/TaskManager.py -------------------------------------------------------------------------------- /TaskPlanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/TaskPlanner.py -------------------------------------------------------------------------------- /Test-Case-Generator/test_case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Test-Case-Generator/test_case.py -------------------------------------------------------------------------------- /ThirdAI/Terms and Conditions/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ThirdAI/Terms and Conditions/Readme.md -------------------------------------------------------------------------------- /ThirdAI/Terms and Conditions/ThirdAI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ThirdAI/Terms and Conditions/ThirdAI.py -------------------------------------------------------------------------------- /ThirdAI/Terms and Conditions/TkinterUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ThirdAI/Terms and Conditions/TkinterUI.py -------------------------------------------------------------------------------- /ThirdAI/Terms and Conditions/XYZ product.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ThirdAI/Terms and Conditions/XYZ product.pdf -------------------------------------------------------------------------------- /Tic-Tac-Toe Games/tic-tac-toe1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Tic-Tac-Toe Games/tic-tac-toe1.py -------------------------------------------------------------------------------- /Tic-Tac-Toe Games/tic-tac-toe2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Tic-Tac-Toe Games/tic-tac-toe2.py -------------------------------------------------------------------------------- /Tic-Tac-Toe Games/tic-tac-toe3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Tic-Tac-Toe Games/tic-tac-toe3.py -------------------------------------------------------------------------------- /Tic-Tac-Toe Games/tic-tac-toe4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Tic-Tac-Toe Games/tic-tac-toe4.py -------------------------------------------------------------------------------- /Tic-Tac-Toe Games/tic-tac-toe5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Tic-Tac-Toe Games/tic-tac-toe5.py -------------------------------------------------------------------------------- /Tic-Tac-Toe Games/tic-tac-toe6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Tic-Tac-Toe Games/tic-tac-toe6.py -------------------------------------------------------------------------------- /Timetable_Operations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Timetable_Operations.py -------------------------------------------------------------------------------- /To print series 1,12,123,1234......py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/To print series 1,12,123,1234......py -------------------------------------------------------------------------------- /Todo_GUi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Todo_GUi.py -------------------------------------------------------------------------------- /Translator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Translator/README.md -------------------------------------------------------------------------------- /Translator/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Translator/translator.py -------------------------------------------------------------------------------- /Trending youtube videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Trending youtube videos -------------------------------------------------------------------------------- /Trending youtube videos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Trending youtube videos.py -------------------------------------------------------------------------------- /Triplets with zero sum/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Triplets with zero sum/Readme.md -------------------------------------------------------------------------------- /Turn your PDFs into audio books/requirements.txt: -------------------------------------------------------------------------------- 1 | PyPDF2 2 | pyttsx3 3 | -------------------------------------------------------------------------------- /Turtle_Star.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Turtle_Star.py -------------------------------------------------------------------------------- /Tweet Pre-Processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Tweet Pre-Processing.py -------------------------------------------------------------------------------- /Type of angles of a triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Type of angles of a triangle.py -------------------------------------------------------------------------------- /Type_of_angles_of_triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Type_of_angles_of_triangle.py -------------------------------------------------------------------------------- /UI-Apps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/UI-Apps/README.md -------------------------------------------------------------------------------- /UI-Apps/clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/UI-Apps/clock.py -------------------------------------------------------------------------------- /Unit Digit of a raised to power b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Unit Digit of a raised to power b.py -------------------------------------------------------------------------------- /Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Untitled.ipynb -------------------------------------------------------------------------------- /Voice Command Calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Voice Command Calculator.py -------------------------------------------------------------------------------- /VoiceAssistant/DOCUMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/VoiceAssistant/DOCUMENTATION.md -------------------------------------------------------------------------------- /VoiceAssistant/GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/VoiceAssistant/GUIDE.md -------------------------------------------------------------------------------- /VoiceAssistant/PRE-REQUISITES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/VoiceAssistant/PRE-REQUISITES.md -------------------------------------------------------------------------------- /VoiceAssistant/Project_Basic_struct/menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/VoiceAssistant/Project_Basic_struct/menu.py -------------------------------------------------------------------------------- /VoiceAssistant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/VoiceAssistant/README.md -------------------------------------------------------------------------------- /VoiceRepeater/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/VoiceRepeater/__main__.py -------------------------------------------------------------------------------- /VoiceRepeater/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/VoiceRepeater/readme.md -------------------------------------------------------------------------------- /Weather Scrapper/weather.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Weather Scrapper/weather.csv -------------------------------------------------------------------------------- /Weather Scrapper/weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Weather Scrapper/weather.py -------------------------------------------------------------------------------- /WeatherGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/WeatherGUI.py -------------------------------------------------------------------------------- /Web Socket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Web Socket.py -------------------------------------------------------------------------------- /Web_Scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Web_Scraper.py -------------------------------------------------------------------------------- /Webbrowser/tk-browser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Webbrowser/tk-browser.py -------------------------------------------------------------------------------- /Wikipdedia/flask_rendering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wikipdedia/flask_rendering.py -------------------------------------------------------------------------------- /Wikipdedia/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wikipdedia/main.py -------------------------------------------------------------------------------- /Wikipdedia/practice_beautifulsoap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wikipdedia/practice_beautifulsoap.py -------------------------------------------------------------------------------- /Wikipdedia/static/js/output.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wikipdedia/static/js/output.js -------------------------------------------------------------------------------- /Wikipdedia/template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wikipdedia/template/index.html -------------------------------------------------------------------------------- /Wikipdedia/template/output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wikipdedia/template/output.html -------------------------------------------------------------------------------- /WikipediaModule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/WikipediaModule.py -------------------------------------------------------------------------------- /Windows_Wallpaper_Script/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Windows_Wallpaper_Script/ReadMe.md -------------------------------------------------------------------------------- /Windows_Wallpaper_Script/wallpaper_extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Windows_Wallpaper_Script/wallpaper_extract.py -------------------------------------------------------------------------------- /Word_Dictionary/dictionary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Word_Dictionary/dictionary.py -------------------------------------------------------------------------------- /Wordle/5 letter word dictionary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wordle/5 letter word dictionary.txt -------------------------------------------------------------------------------- /Wordle/Dictionary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wordle/Dictionary.txt -------------------------------------------------------------------------------- /Wordle/wordle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Wordle/wordle.py -------------------------------------------------------------------------------- /XML/HTML parsing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/XML/HTML parsing -------------------------------------------------------------------------------- /XORcipher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/XORcipher/README.md -------------------------------------------------------------------------------- /XORcipher/XOR_cipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/XORcipher/XOR_cipher.py -------------------------------------------------------------------------------- /XORcipher/test_XOR_cipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/XORcipher/test_XOR_cipher.py -------------------------------------------------------------------------------- /Youtube Downloader With GUI/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Youtube Downloader With GUI/main.py -------------------------------------------------------------------------------- /Youtube Downloader With GUI/photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Youtube Downloader With GUI/photo.jpg -------------------------------------------------------------------------------- /Youtube Downloader With GUI/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/Youtube Downloader With GUI/photo.png -------------------------------------------------------------------------------- /add_two_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/add_two_number.py -------------------------------------------------------------------------------- /add_two_nums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/add_two_nums.py -------------------------------------------------------------------------------- /advanced_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/advanced_calculator.py -------------------------------------------------------------------------------- /agecalculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/agecalculator.py -------------------------------------------------------------------------------- /alexa_news_headlines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/alexa_news_headlines.py -------------------------------------------------------------------------------- /area_of_square_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/area_of_square_app.py -------------------------------------------------------------------------------- /armstrongnumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/armstrongnumber.py -------------------------------------------------------------------------------- /async_downloader/async_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/async_downloader/async_downloader.py -------------------------------------------------------------------------------- /async_downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | aiohttp==3.13.2 2 | -------------------------------------------------------------------------------- /automail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/automail.py -------------------------------------------------------------------------------- /avg_xdspam_confidence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/avg_xdspam_confidence.py -------------------------------------------------------------------------------- /backup_automater_services.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/backup_automater_services.py -------------------------------------------------------------------------------- /balance_parenthesis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/balance_parenthesis.py -------------------------------------------------------------------------------- /bank_managment_system/QTFrontend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/bank_managment_system/QTFrontend.py -------------------------------------------------------------------------------- /bank_managment_system/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/bank_managment_system/backend.py -------------------------------------------------------------------------------- /bank_managment_system/frontend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/bank_managment_system/frontend.py -------------------------------------------------------------------------------- /bank_managment_system/untitled.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/bank_managment_system/untitled.ui -------------------------------------------------------------------------------- /basic_cal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/basic_cal.py -------------------------------------------------------------------------------- /batch_file_rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/batch_file_rename.py -------------------------------------------------------------------------------- /billing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/billing.py -------------------------------------------------------------------------------- /binary search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary search.py -------------------------------------------------------------------------------- /binarySTree isTrue_YashV1729.Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binarySTree isTrue_YashV1729.Java -------------------------------------------------------------------------------- /binary_search_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_tree.py -------------------------------------------------------------------------------- /binary_search_trees/delete_a_node_in_bst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/delete_a_node_in_bst.py -------------------------------------------------------------------------------- /binary_search_trees/inorder_successor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/inorder_successor.py -------------------------------------------------------------------------------- /binary_search_trees/inorder_traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/inorder_traversal.py -------------------------------------------------------------------------------- /binary_search_trees/insert_in_bst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/insert_in_bst.py -------------------------------------------------------------------------------- /binary_search_trees/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/main.py -------------------------------------------------------------------------------- /binary_search_trees/mirror_a_bst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/mirror_a_bst.py -------------------------------------------------------------------------------- /binary_search_trees/print_in_range.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/print_in_range.py -------------------------------------------------------------------------------- /binary_search_trees/root_to_leaf_paths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/root_to_leaf_paths.py -------------------------------------------------------------------------------- /binary_search_trees/search_in_bst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/search_in_bst.py -------------------------------------------------------------------------------- /binary_search_trees/tree_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/tree_node.py -------------------------------------------------------------------------------- /binary_search_trees/validate_bst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binary_search_trees/validate_bst.py -------------------------------------------------------------------------------- /binod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/binod.py -------------------------------------------------------------------------------- /birthdays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/birthdays.py -------------------------------------------------------------------------------- /blackJackGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/blackJackGUI.py -------------------------------------------------------------------------------- /blackjack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/blackjack.py -------------------------------------------------------------------------------- /bodymass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/bodymass.py -------------------------------------------------------------------------------- /bookstore_manangement_system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/bookstore_manangement_system.py -------------------------------------------------------------------------------- /brickout-game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/brickout-game/README.md -------------------------------------------------------------------------------- /brickout-game/brickout-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/brickout-game/brickout-game.py -------------------------------------------------------------------------------- /brickout-game/classDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/brickout-game/classDiagram.png -------------------------------------------------------------------------------- /calc_area.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/calc_area.py -------------------------------------------------------------------------------- /calci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/calci.py -------------------------------------------------------------------------------- /calci2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/calci2.py -------------------------------------------------------------------------------- /calculator-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/calculator-gui.py -------------------------------------------------------------------------------- /calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/calculator.py -------------------------------------------------------------------------------- /cartesian_product.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/cartesian_product.py -------------------------------------------------------------------------------- /changemac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/changemac.py -------------------------------------------------------------------------------- /chaos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/chaos.py -------------------------------------------------------------------------------- /check if a number positive , negative or zero: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/check if a number positive , negative or zero -------------------------------------------------------------------------------- /check_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/check_file.py -------------------------------------------------------------------------------- /check_for_sqlite_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/check_for_sqlite_files.py -------------------------------------------------------------------------------- /check_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/check_input.py -------------------------------------------------------------------------------- /check_internet_con.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/check_internet_con.py -------------------------------------------------------------------------------- /check_prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/check_prime.py -------------------------------------------------------------------------------- /chicks_n_rabs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/chicks_n_rabs.py -------------------------------------------------------------------------------- /cicd: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /class.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/class.dat -------------------------------------------------------------------------------- /classicIndianCardMatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/classicIndianCardMatch.py -------------------------------------------------------------------------------- /cli_master/cli_master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/cli_master/cli_master.py -------------------------------------------------------------------------------- /cli_master/database_import_countries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/cli_master/database_import_countries.py -------------------------------------------------------------------------------- /cli_master/validation_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/cli_master/validation_page.py -------------------------------------------------------------------------------- /cloning_a_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/cloning_a_list.py -------------------------------------------------------------------------------- /colorma_as_color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/colorma_as_color.py -------------------------------------------------------------------------------- /colour spiral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/colour spiral.py -------------------------------------------------------------------------------- /communication/file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/communication/file.py -------------------------------------------------------------------------------- /communication/pipe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/communication/pipe.py -------------------------------------------------------------------------------- /communication/socket_conn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/communication/socket_conn.py -------------------------------------------------------------------------------- /compass_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/compass_code.py -------------------------------------------------------------------------------- /consonant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/consonant.py -------------------------------------------------------------------------------- /convert celsius into fahrenheit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/convert celsius into fahrenheit.py -------------------------------------------------------------------------------- /convert_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/convert_time.py -------------------------------------------------------------------------------- /convert_wind_direction_to_degrees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/convert_wind_direction_to_degrees.py -------------------------------------------------------------------------------- /count the numbers of two vovels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/count the numbers of two vovels.py -------------------------------------------------------------------------------- /create password validity in python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/create password validity in python.py -------------------------------------------------------------------------------- /create_dir_if_not_there.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/create_dir_if_not_there.py -------------------------------------------------------------------------------- /cricket_live_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/cricket_live_score.py -------------------------------------------------------------------------------- /cricket_news.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/cricket_news.py -------------------------------------------------------------------------------- /currency converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/currency converter/README.md -------------------------------------------------------------------------------- /currency converter/country.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/currency converter/country.txt -------------------------------------------------------------------------------- /currency converter/gui.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/currency converter/gui.ui -------------------------------------------------------------------------------- /currency converter/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/currency converter/main.py -------------------------------------------------------------------------------- /daily_checks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/daily_checks.py -------------------------------------------------------------------------------- /daily_horoscope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/daily_horoscope.py -------------------------------------------------------------------------------- /date-timeclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/date-timeclient.py -------------------------------------------------------------------------------- /date-timeserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/date-timeserver.py -------------------------------------------------------------------------------- /days_from_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/days_from_date.py -------------------------------------------------------------------------------- /dec_to_hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/dec_to_hex.py -------------------------------------------------------------------------------- /decimal to binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/decimal to binary.py -------------------------------------------------------------------------------- /depreciated_programs/corona_cases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/depreciated_programs/corona_cases.py -------------------------------------------------------------------------------- /dialogs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/dialogs/README.md -------------------------------------------------------------------------------- /dialogs/messagebox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/dialogs/messagebox.py -------------------------------------------------------------------------------- /dialogs/requirements.txt: -------------------------------------------------------------------------------- 1 | quo>=2022.4 2 | -------------------------------------------------------------------------------- /diamond.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/diamond.py -------------------------------------------------------------------------------- /dice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/dice.py -------------------------------------------------------------------------------- /diceV2_dynamic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/diceV2_dynamic.py -------------------------------------------------------------------------------- /dice_rolling_simulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/dice_rolling_simulator.py -------------------------------------------------------------------------------- /diction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/diction.py -------------------------------------------------------------------------------- /digital_clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/digital_clock.py -------------------------------------------------------------------------------- /dir_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/dir_test.py -------------------------------------------------------------------------------- /divisors_of_a_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/divisors_of_a_number.py -------------------------------------------------------------------------------- /email id dictionary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/email id dictionary/README.md -------------------------------------------------------------------------------- /email id dictionary/dict1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/email id dictionary/dict1.py -------------------------------------------------------------------------------- /email id dictionary/mbox-short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/email id dictionary/mbox-short.txt -------------------------------------------------------------------------------- /encrypter-decrypter-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/encrypter-decrypter-gui.py -------------------------------------------------------------------------------- /encrypter_decrypter_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/encrypter_decrypter_gui.py -------------------------------------------------------------------------------- /encryptsys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/encryptsys.py -------------------------------------------------------------------------------- /env_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/env_check.py -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/environment.yml -------------------------------------------------------------------------------- /equations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/equations.py -------------------------------------------------------------------------------- /ex20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ex20.py -------------------------------------------------------------------------------- /fF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/fF -------------------------------------------------------------------------------- /facebook id hack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/facebook id hack.py -------------------------------------------------------------------------------- /facebook-autologin-bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/facebook-autologin-bot.py -------------------------------------------------------------------------------- /factorial_perm_comp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/factorial_perm_comp.py -------------------------------------------------------------------------------- /factors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/factors.py -------------------------------------------------------------------------------- /fastapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/fastapi.py -------------------------------------------------------------------------------- /fetch_news.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/fetch_news.py -------------------------------------------------------------------------------- /fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/fibonacci.py -------------------------------------------------------------------------------- /fibonacci_SIMPLIFIED: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/fibonacci_SIMPLIFIED -------------------------------------------------------------------------------- /fibonici series.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/fibonici series.py -------------------------------------------------------------------------------- /file_ext_changer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_ext_changer.py -------------------------------------------------------------------------------- /file_handle/File handle binary/.env: -------------------------------------------------------------------------------- 1 | STUDENTS_RECORD_FILE= "student_records.pkl" -------------------------------------------------------------------------------- /file_handle/File handle binary/delete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle binary/delete.py -------------------------------------------------------------------------------- /file_handle/File handle binary/read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle binary/read.py -------------------------------------------------------------------------------- /file_handle/File handle binary/update2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle binary/update2.py -------------------------------------------------------------------------------- /file_handle/File handle text/counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle text/counter.py -------------------------------------------------------------------------------- /file_handle/File handle text/happy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle text/happy.txt -------------------------------------------------------------------------------- /file_handle/File handle text/question 2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle text/question 2.py -------------------------------------------------------------------------------- /file_handle/File handle text/question 5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle text/question 5.py -------------------------------------------------------------------------------- /file_handle/File handle text/question 6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle text/question 6.py -------------------------------------------------------------------------------- /file_handle/File handle text/question3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle text/question3.py -------------------------------------------------------------------------------- /file_handle/File handle text/story.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/file_handle/File handle text/story.txt -------------------------------------------------------------------------------- /fileinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/fileinfo.py -------------------------------------------------------------------------------- /find_cube_root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/find_cube_root.py -------------------------------------------------------------------------------- /find_prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/find_prime.py -------------------------------------------------------------------------------- /finding LCM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/finding LCM.py -------------------------------------------------------------------------------- /findlargestno.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/findlargestno.md -------------------------------------------------------------------------------- /flappyBird_pygame/README.md: -------------------------------------------------------------------------------- 1 | Flappy Bird Game in Python 2 | -------------------------------------------------------------------------------- /flappyBird_pygame/flappy_bird.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/flappy_bird.py -------------------------------------------------------------------------------- /flappyBird_pygame/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/background.png -------------------------------------------------------------------------------- /flappyBird_pygame/images/bird.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/bird.gif -------------------------------------------------------------------------------- /flappyBird_pygame/images/bird_wing_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/bird_wing_down.png -------------------------------------------------------------------------------- /flappyBird_pygame/images/bird_wing_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/bird_wing_up.png -------------------------------------------------------------------------------- /flappyBird_pygame/images/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/ground.png -------------------------------------------------------------------------------- /flappyBird_pygame/images/pipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/pipe.png -------------------------------------------------------------------------------- /flappyBird_pygame/images/pipe_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/pipe_body.png -------------------------------------------------------------------------------- /flappyBird_pygame/images/pipe_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/flappyBird_pygame/images/pipe_end.png -------------------------------------------------------------------------------- /floodfill/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/floodfill/demo.gif -------------------------------------------------------------------------------- /floodfill/floodfill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/floodfill/floodfill.py -------------------------------------------------------------------------------- /folder_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/folder_size.py -------------------------------------------------------------------------------- /four_digit_num_combination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/four_digit_num_combination.py -------------------------------------------------------------------------------- /framework/quo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/framework/quo.md -------------------------------------------------------------------------------- /friday.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/friday.py -------------------------------------------------------------------------------- /ftp_send_receive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ftp_send_receive.py -------------------------------------------------------------------------------- /gambler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/gambler.py -------------------------------------------------------------------------------- /game_of_life/05_mixed_sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/game_of_life/05_mixed_sorting.py -------------------------------------------------------------------------------- /game_of_life/game_o_life.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/game_of_life/game_o_life.py -------------------------------------------------------------------------------- /game_of_life/sample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/game_of_life/sample.gif -------------------------------------------------------------------------------- /gcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/gcd.py -------------------------------------------------------------------------------- /generate_permutations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/generate_permutations.py -------------------------------------------------------------------------------- /get_crypto_price.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/get_crypto_price.py -------------------------------------------------------------------------------- /get_info_remoute_srv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/get_info_remoute_srv.py -------------------------------------------------------------------------------- /get_likes_on_FB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/get_likes_on_FB.py -------------------------------------------------------------------------------- /get_youtube_view.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/get_youtube_view.py -------------------------------------------------------------------------------- /google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/google.py -------------------------------------------------------------------------------- /googlemaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/googlemaps.py -------------------------------------------------------------------------------- /googleweb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/googleweb.py -------------------------------------------------------------------------------- /greaterno.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/greaterno.py -------------------------------------------------------------------------------- /greattwono.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/greattwono.py -------------------------------------------------------------------------------- /gstin_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/gstin_scraper.py -------------------------------------------------------------------------------- /gui_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/gui_calculator.py -------------------------------------------------------------------------------- /hamming-numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/hamming-numbers.py -------------------------------------------------------------------------------- /happy_num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/happy_num.py -------------------------------------------------------------------------------- /heap_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/heap_sort.py -------------------------------------------------------------------------------- /helloworld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/helloworld.py -------------------------------------------------------------------------------- /image2pdf/image2pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/image2pdf/image2pdf.py -------------------------------------------------------------------------------- /image2pdf/requirements.txt: -------------------------------------------------------------------------------- 1 | pillow 2 | -------------------------------------------------------------------------------- /img/hand1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/img/hand1.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/index.py -------------------------------------------------------------------------------- /inheritance_YahV1729.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/inheritance_YahV1729.py -------------------------------------------------------------------------------- /input matrice,product any order!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/input matrice,product any order!.py -------------------------------------------------------------------------------- /insertion_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insertion_sort.py -------------------------------------------------------------------------------- /insta_image_saving/driver/driver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_image_saving/driver/driver.exe -------------------------------------------------------------------------------- /insta_image_saving/driver/file: -------------------------------------------------------------------------------- 1 | this is the chrome driver folder. 2 | -------------------------------------------------------------------------------- /insta_image_saving/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_image_saving/instructions.txt -------------------------------------------------------------------------------- /insta_image_saving/output/file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_image_saving/output/file -------------------------------------------------------------------------------- /insta_image_saving/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_image_saving/readme.txt -------------------------------------------------------------------------------- /insta_monitering/con_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_monitering/con_file.py -------------------------------------------------------------------------------- /insta_monitering/insta_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_monitering/insta_api.py -------------------------------------------------------------------------------- /insta_monitering/insta_datafetcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_monitering/insta_datafetcher.py -------------------------------------------------------------------------------- /insta_monitering/ipList.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /insta_monitering/subpinsta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/insta_monitering/subpinsta.py -------------------------------------------------------------------------------- /internet_connection_py3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/internet_connection_py3.py -------------------------------------------------------------------------------- /invisible_clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/invisible_clock.py -------------------------------------------------------------------------------- /iprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/iprint.py -------------------------------------------------------------------------------- /is_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/is_number.py -------------------------------------------------------------------------------- /jee_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/jee_result.py -------------------------------------------------------------------------------- /kilo_to_miles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/kilo_to_miles.py -------------------------------------------------------------------------------- /kmp_str_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/kmp_str_search.py -------------------------------------------------------------------------------- /large_files_reading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/large_files_reading.py -------------------------------------------------------------------------------- /largestno.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/largestno.py -------------------------------------------------------------------------------- /lcm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/lcm.py -------------------------------------------------------------------------------- /leap year.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/leap year.py -------------------------------------------------------------------------------- /length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/length.py -------------------------------------------------------------------------------- /letter_frequency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/letter_frequency.py -------------------------------------------------------------------------------- /levenshtein_distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/levenshtein_distance.py -------------------------------------------------------------------------------- /libs/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/libs/haarcascade_eye.xml -------------------------------------------------------------------------------- /libs/haarcascade_eye_tree_eyeglasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/libs/haarcascade_eye_tree_eyeglasses.xml -------------------------------------------------------------------------------- /libs/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/libs/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /linear search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/linear search.py -------------------------------------------------------------------------------- /linear-algebra-python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/linear-algebra-python/README.md -------------------------------------------------------------------------------- /linear-algebra-python/src/Transformations2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/linear-algebra-python/src/Transformations2D.py -------------------------------------------------------------------------------- /linear-algebra-python/src/lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/linear-algebra-python/src/lib.py -------------------------------------------------------------------------------- /linear-algebra-python/src/lib.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/linear-algebra-python/src/lib.pyc -------------------------------------------------------------------------------- /linear-algebra-python/src/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/linear-algebra-python/src/tests.py -------------------------------------------------------------------------------- /linear_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/linear_search.py -------------------------------------------------------------------------------- /live_sketch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/live_sketch.py -------------------------------------------------------------------------------- /loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/loader.py -------------------------------------------------------------------------------- /login.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/login.py -------------------------------------------------------------------------------- /logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/logs.py -------------------------------------------------------------------------------- /longest_increasing_subsequence_length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/longest_increasing_subsequence_length.py -------------------------------------------------------------------------------- /loops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/loops.py -------------------------------------------------------------------------------- /love_turtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/love_turtle.py -------------------------------------------------------------------------------- /magic8ball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/magic8ball.py -------------------------------------------------------------------------------- /magic_8_ball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/magic_8_ball.py -------------------------------------------------------------------------------- /mapit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/mapit.py -------------------------------------------------------------------------------- /mathfunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/mathfunctions.py -------------------------------------------------------------------------------- /meme_maker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/meme_maker.py -------------------------------------------------------------------------------- /memorygame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/memorygame.py -------------------------------------------------------------------------------- /merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/merge.py -------------------------------------------------------------------------------- /missing number from list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/missing number from list.py -------------------------------------------------------------------------------- /mobilePhoneSpecsScrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/mobilePhoneSpecsScrapper.py -------------------------------------------------------------------------------- /move_files_over_x_days.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/move_files_over_x_days.py -------------------------------------------------------------------------------- /movie_details.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/movie_details.py -------------------------------------------------------------------------------- /multiple_comditions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/multiple_comditions.py -------------------------------------------------------------------------------- /multiplication_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/multiplication_table.py -------------------------------------------------------------------------------- /nDigitNumberCombinations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nDigitNumberCombinations.py -------------------------------------------------------------------------------- /nasa_apod_with_requests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nasa_apod_with_requests/README.md -------------------------------------------------------------------------------- /nasa_apod_with_requests/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nasa_apod_with_requests/run.py -------------------------------------------------------------------------------- /nasa_apod_with_requests/settings.py: -------------------------------------------------------------------------------- 1 | key = "" 2 | -------------------------------------------------------------------------------- /new.py: -------------------------------------------------------------------------------- 1 | 2 | print("Hello, world!") 3 | 4 | -------------------------------------------------------------------------------- /new_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/new_pattern.py -------------------------------------------------------------------------------- /new_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/new_script.py -------------------------------------------------------------------------------- /news_articles__scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/news_articles__scraper.py -------------------------------------------------------------------------------- /news_oversimplifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/news_oversimplifier.py -------------------------------------------------------------------------------- /next_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/next_number.py -------------------------------------------------------------------------------- /nitkarshchourasia/to_sort/determine_sign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nitkarshchourasia/to_sort/determine_sign.py -------------------------------------------------------------------------------- /nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/tests.py: -------------------------------------------------------------------------------- 1 | # Create your tests here. 2 | -------------------------------------------------------------------------------- /nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo_site/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nmap_scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nmap_scan.py -------------------------------------------------------------------------------- /nodepad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nodepad/README.md -------------------------------------------------------------------------------- /nodepad/bin/notepad.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nodepad/bin/notepad.pyc -------------------------------------------------------------------------------- /nodepad/bin/notepad_support.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nodepad/bin/notepad_support.pyc -------------------------------------------------------------------------------- /nodepad/img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nodepad/img/screenshot.png -------------------------------------------------------------------------------- /nodepad/notepad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nodepad/notepad.py -------------------------------------------------------------------------------- /nodepad/src/notepad.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nodepad/src/notepad.tcl -------------------------------------------------------------------------------- /notepad/notepad_support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/notepad/notepad_support.py -------------------------------------------------------------------------------- /nslookup_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/nslookup_check.py -------------------------------------------------------------------------------- /number guessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/number guessing.py -------------------------------------------------------------------------------- /numberguessinggame/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/numberguessinggame/index.py -------------------------------------------------------------------------------- /numeric_password_cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/numeric_password_cracker.py -------------------------------------------------------------------------------- /oneeven.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/oneeven.py -------------------------------------------------------------------------------- /oryx-build-commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/oryx-build-commands.txt -------------------------------------------------------------------------------- /osinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/osinfo.py -------------------------------------------------------------------------------- /other_pepole/get_ip_gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/other_pepole/get_ip_gui -------------------------------------------------------------------------------- /palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/palindrome.py -------------------------------------------------------------------------------- /pan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/pan.py -------------------------------------------------------------------------------- /password guessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/password guessing.py -------------------------------------------------------------------------------- /passwordGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/passwordGen.py -------------------------------------------------------------------------------- /passwordGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/passwordGenerator.py -------------------------------------------------------------------------------- /password_checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/password_checker.py -------------------------------------------------------------------------------- /password_cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/password_cracker.py -------------------------------------------------------------------------------- /password_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/password_manager.py -------------------------------------------------------------------------------- /personal_translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/personal_translator.py -------------------------------------------------------------------------------- /ph_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ph_email.py -------------------------------------------------------------------------------- /ping_servers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ping_servers.py -------------------------------------------------------------------------------- /ping_subnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ping_subnet.py -------------------------------------------------------------------------------- /polygon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/polygon.py -------------------------------------------------------------------------------- /portscanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/portscanner.py -------------------------------------------------------------------------------- /positiveNegetive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/positiveNegetive.py -------------------------------------------------------------------------------- /power_of_n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/power_of_n.py -------------------------------------------------------------------------------- /power_of_two.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/power_of_two.py -------------------------------------------------------------------------------- /powerdown_startup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/powerdown_startup.py -------------------------------------------------------------------------------- /powers of 2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/powers of 2.py -------------------------------------------------------------------------------- /powerup_checks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/powerup_checks.py -------------------------------------------------------------------------------- /primelib/Prime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/primelib/Prime.txt -------------------------------------------------------------------------------- /primelib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/primelib/README -------------------------------------------------------------------------------- /primelib/primelib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/primelib/primelib.py -------------------------------------------------------------------------------- /print hello world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/print hello world.py -------------------------------------------------------------------------------- /printing_hello_world.py: -------------------------------------------------------------------------------- 1 | print("Hello world") 2 | -------------------------------------------------------------------------------- /prison_break_scrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/prison_break_scrapper.py -------------------------------------------------------------------------------- /pscheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/pscheck.py -------------------------------------------------------------------------------- /psunotify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/psunotify.py -------------------------------------------------------------------------------- /puttylogs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/puttylogs.py -------------------------------------------------------------------------------- /pyhton_array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/pyhton_array.py -------------------------------------------------------------------------------- /pythagoreanTriplets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/pythagoreanTriplets.py -------------------------------------------------------------------------------- /python Space Invader game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/python Space Invader game.py -------------------------------------------------------------------------------- /pythonVideoDownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/pythonVideoDownloader.py -------------------------------------------------------------------------------- /python_sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/python_sms.py -------------------------------------------------------------------------------- /python_webscraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/python_webscraper.py -------------------------------------------------------------------------------- /qrcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/qrcode.py -------------------------------------------------------------------------------- /qrdecoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/qrdecoder.py -------------------------------------------------------------------------------- /quiz_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/quiz_game.py -------------------------------------------------------------------------------- /quote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/quote.py -------------------------------------------------------------------------------- /random-sentences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/random-sentences.py -------------------------------------------------------------------------------- /random_file_move.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/random_file_move.py -------------------------------------------------------------------------------- /random_password_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/random_password_gen.py -------------------------------------------------------------------------------- /randomloadingmessage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/randomloadingmessage.py -------------------------------------------------------------------------------- /rangoli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/rangoli.py -------------------------------------------------------------------------------- /read_excel_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/read_excel_file.py -------------------------------------------------------------------------------- /reading_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/reading_csv.py -------------------------------------------------------------------------------- /rearrange-files/rearrange-files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/rearrange-files/rearrange-files.py -------------------------------------------------------------------------------- /recursive-fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/recursive-fibonacci.py -------------------------------------------------------------------------------- /recursiveStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/recursiveStrings.py -------------------------------------------------------------------------------- /recyclebin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/recyclebin.py -------------------------------------------------------------------------------- /remoteok_jobs_scraper/remoteok_jobs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/remoteok_jobs_scraper/remoteok_jobs.py -------------------------------------------------------------------------------- /repeat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/repeat.py -------------------------------------------------------------------------------- /replacetext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/replacetext.py -------------------------------------------------------------------------------- /repo_website/docs/README_og.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/repo_website/docs/README_og.md -------------------------------------------------------------------------------- /repo_website/docs/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/repo_website/docs/img/favicon.ico -------------------------------------------------------------------------------- /repo_website/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/repo_website/mkdocs.yml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/requirements.txt -------------------------------------------------------------------------------- /requirements_with_versions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/requirements_with_versions.txt -------------------------------------------------------------------------------- /reversed_pattern3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/reversed_pattern3.py -------------------------------------------------------------------------------- /rock_paper_scissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/rock_paper_scissors.py -------------------------------------------------------------------------------- /rook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/rook.py -------------------------------------------------------------------------------- /rotate_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/rotate_string.py -------------------------------------------------------------------------------- /rotatelist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/rotatelist.py -------------------------------------------------------------------------------- /russian_roulette.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/russian_roulette.py -------------------------------------------------------------------------------- /saving_input_into_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/saving_input_into_list.py -------------------------------------------------------------------------------- /scalg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/scalg.py -------------------------------------------------------------------------------- /scientific_cal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/scientific_cal.py -------------------------------------------------------------------------------- /scrap_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/scrap_file.py -------------------------------------------------------------------------------- /script_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/script_count.py -------------------------------------------------------------------------------- /script_listing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/script_listing.py -------------------------------------------------------------------------------- /send_message_automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/send_message_automation/README.md -------------------------------------------------------------------------------- /send_message_automation/author_name_NC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/send_message_automation/author_name_NC.txt -------------------------------------------------------------------------------- /sendemail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sendemail.py -------------------------------------------------------------------------------- /sensors_information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sensors_information.py -------------------------------------------------------------------------------- /serial_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/serial_scanner.py -------------------------------------------------------------------------------- /sha1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sha1.py -------------------------------------------------------------------------------- /sierpinski_triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sierpinski_triangle.py -------------------------------------------------------------------------------- /simpleInterest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/simpleInterest.py -------------------------------------------------------------------------------- /simple_calcu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/simple_calcu.py -------------------------------------------------------------------------------- /simple_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/simple_calculator.py -------------------------------------------------------------------------------- /simple_calculator/simple_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/simple_calculator/simple_calculator.py -------------------------------------------------------------------------------- /simulate_memory_cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/simulate_memory_cpu.py -------------------------------------------------------------------------------- /singly_linked_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/singly_linked_list.py -------------------------------------------------------------------------------- /size(resolution)image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/size(resolution)image.py -------------------------------------------------------------------------------- /slack_message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/slack_message.py -------------------------------------------------------------------------------- /smart_file_organizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/smart_file_organizer.py -------------------------------------------------------------------------------- /snake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/snake.py -------------------------------------------------------------------------------- /snake_case_renamer_depth_one.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/snake_case_renamer_depth_one.py -------------------------------------------------------------------------------- /socket-programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/socket-programming/README.md -------------------------------------------------------------------------------- /socket-programming/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/socket-programming/client.py -------------------------------------------------------------------------------- /socket-programming/requirements.txt: -------------------------------------------------------------------------------- 1 | socket 2 | -------------------------------------------------------------------------------- /socket-programming/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/socket-programming/server.py -------------------------------------------------------------------------------- /solution to euler project problem 10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/solution to euler project problem 10.py -------------------------------------------------------------------------------- /sorting_algos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sorting_algos.py -------------------------------------------------------------------------------- /soundex_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/soundex_algorithm.py -------------------------------------------------------------------------------- /spiralmatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/spiralmatrix.py -------------------------------------------------------------------------------- /spotifyAccount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/spotifyAccount.py -------------------------------------------------------------------------------- /sqlite_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sqlite_check.py -------------------------------------------------------------------------------- /sqlite_table_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sqlite_table_check.py -------------------------------------------------------------------------------- /square_root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/square_root.py -------------------------------------------------------------------------------- /stack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/stack.py -------------------------------------------------------------------------------- /stackF_Harsh2255.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/stackF_Harsh2255.py -------------------------------------------------------------------------------- /stone_paper_scissor/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/stone_paper_scissor/main.py -------------------------------------------------------------------------------- /stone_paper_scissor/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/stone_paper_scissor/utils.py -------------------------------------------------------------------------------- /string_palin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/string_palin.py -------------------------------------------------------------------------------- /string_rotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/string_rotation.py -------------------------------------------------------------------------------- /sudoku.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sudoku.py -------------------------------------------------------------------------------- /sum_of_digits_of_a_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/sum_of_digits_of_a_number.py -------------------------------------------------------------------------------- /swap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/swap.py -------------------------------------------------------------------------------- /testlines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/testlines.py -------------------------------------------------------------------------------- /text-to-audio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text-to-audio/README.md -------------------------------------------------------------------------------- /text-to-audio/hello.txt: -------------------------------------------------------------------------------- 1 | Hello world, this audio was created using GTTS module. 2 | -------------------------------------------------------------------------------- /text-to-audio/hello_world.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text-to-audio/hello_world.mp3 -------------------------------------------------------------------------------- /text-to-audio/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text-to-audio/main.py -------------------------------------------------------------------------------- /text-to-audio/requirements.txt: -------------------------------------------------------------------------------- 1 | os 2 | gTTS 3 | -------------------------------------------------------------------------------- /text-to-audio/text-file-to-audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text-to-audio/text-file-to-audio.py -------------------------------------------------------------------------------- /text_file_replace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text_file_replace.py -------------------------------------------------------------------------------- /text_to_audio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text_to_audio/README.md -------------------------------------------------------------------------------- /text_to_audio/author_name_NC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text_to_audio/author_name_NC.txt -------------------------------------------------------------------------------- /text_to_audio/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text_to_audio/main.py -------------------------------------------------------------------------------- /text_to_audio/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text_to_audio/requirements.txt -------------------------------------------------------------------------------- /text_to_audio/special_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text_to_audio/special_file.txt -------------------------------------------------------------------------------- /text_to_pig_latin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/text_to_pig_latin.py -------------------------------------------------------------------------------- /tf_idf_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/tf_idf_generator.py -------------------------------------------------------------------------------- /thread_signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/thread_signal.py -------------------------------------------------------------------------------- /tik_tak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/tik_tak.py -------------------------------------------------------------------------------- /time_delta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/time_delta.py -------------------------------------------------------------------------------- /to check leap year.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/to check leap year.py -------------------------------------------------------------------------------- /totaldigits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/totaldigits.py -------------------------------------------------------------------------------- /translation_of_sizes_of_underwear_RU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/translation_of_sizes_of_underwear_RU.py -------------------------------------------------------------------------------- /triangles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/triangles.py -------------------------------------------------------------------------------- /tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/tuple.py -------------------------------------------------------------------------------- /turtal game.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/turtal game.ipynb -------------------------------------------------------------------------------- /turtle module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/turtle module -------------------------------------------------------------------------------- /turtle_shapes_made.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/turtle_shapes_made.py -------------------------------------------------------------------------------- /tweeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/tweeter.py -------------------------------------------------------------------------------- /twitter_post_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/twitter_post_scraper.py -------------------------------------------------------------------------------- /two_num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/two_num.py -------------------------------------------------------------------------------- /ultimate-phone-book/contacts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ultimate-phone-book/contacts.py -------------------------------------------------------------------------------- /ultimate-phone-book/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/ultimate-phone-book/readme.md -------------------------------------------------------------------------------- /url_shortner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/url_shortner.py -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.2.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip-24.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Lib/site-packages/pip/__init__.py -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Lib/site-packages/pip/__main__.py -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/index/__init__.py: -------------------------------------------------------------------------------- 1 | """Index interaction code 2 | """ 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/network/__init__.py: -------------------------------------------------------------------------------- 1 | """Contains purely network-related utilities. 2 | """ 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/build/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/operations/install/__init__.py: -------------------------------------------------------------------------------- 1 | """For modules related to installing packages. 2 | """ 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_internal/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/certifi/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/distro/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = '3.7' 2 | 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/idna/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/packaging/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/resolvelib/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/rich/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/tomli/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561 2 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/truststore/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/_version.py: -------------------------------------------------------------------------------- 1 | # This file is protected via CODEOWNERS 2 | __version__ = "1.26.18" 3 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /venv/Lib/site-packages/pip/py.typed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Lib/site-packages/pip/py.typed -------------------------------------------------------------------------------- /venv/Scripts/Activate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/Activate.ps1 -------------------------------------------------------------------------------- /venv/Scripts/activate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/activate -------------------------------------------------------------------------------- /venv/Scripts/activate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/activate.bat -------------------------------------------------------------------------------- /venv/Scripts/deactivate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/deactivate.bat -------------------------------------------------------------------------------- /venv/Scripts/pip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/pip.exe -------------------------------------------------------------------------------- /venv/Scripts/pip3.12.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/pip3.12.exe -------------------------------------------------------------------------------- /venv/Scripts/pip3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/pip3.exe -------------------------------------------------------------------------------- /venv/Scripts/python.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/python.exe -------------------------------------------------------------------------------- /venv/Scripts/pythonw.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/Scripts/pythonw.exe -------------------------------------------------------------------------------- /venv/pyvenv.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/venv/pyvenv.cfg -------------------------------------------------------------------------------- /very_easy/is_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/very_easy/is_number.py -------------------------------------------------------------------------------- /video-operations/slow-motion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/video-operations/slow-motion.py -------------------------------------------------------------------------------- /video-operations/timelapse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/video-operations/timelapse.py -------------------------------------------------------------------------------- /videodownloder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/videodownloder.py -------------------------------------------------------------------------------- /vigenere_cipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/vigenere_cipher.py -------------------------------------------------------------------------------- /voice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/voice.py -------------------------------------------------------------------------------- /vowel remover function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/vowel remover function.py -------------------------------------------------------------------------------- /webcam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/webcam.py -------------------------------------------------------------------------------- /whatsapp-monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/whatsapp-monitor.py -------------------------------------------------------------------------------- /whatsapp-schedule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/whatsapp-schedule.py -------------------------------------------------------------------------------- /wifi hack by brutefore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/wifi hack by brutefore.py -------------------------------------------------------------------------------- /wiki/requirements.txt: -------------------------------------------------------------------------------- 1 | wikipedia 2 | tkinter 3 | -------------------------------------------------------------------------------- /wiki/wiki.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/wiki/wiki.py -------------------------------------------------------------------------------- /wiki_random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/wiki_random.py -------------------------------------------------------------------------------- /wikipedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/wikipedia.py -------------------------------------------------------------------------------- /work_connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/work_connect.py -------------------------------------------------------------------------------- /write_excel_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/write_excel_file.py -------------------------------------------------------------------------------- /youtubedownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Python/HEAD/youtubedownloader.py --------------------------------------------------------------------------------