首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

基于Python的reliability系统

后端 23.81MB 10 需要积分: 1
立即下载

资源介绍:

基于Python的reliability系统
# My Python Eggs 🐍 😄
I do not consider myself as a programmer. I create these little programs as experiments to play with Python, or to solve problems for myself. I would gladly accept pointers from others to improve, simplify, or make the code more efficient. If you would like to make any comments then please feel free to email me: craig@geekcomputers.co.uk.
This repository contains a collection of Python scripts that are designed to reduce human workload and serve as educational examples for beginners to get started with Python. The code documentation is aligned correctly for viewing in [Notepad++](https://notepad-plus-plus.org/) :spiral_notepad: Feel free to explore the scripts and use them for your learning and automation needs! ## List of Scripts: 1. [batch_file_rename.py](https://github.com/geekcomputers/Python/blob/master/batch_file_rename.py) - Batch rename a group of files in a specified directory, changing their extensions. 2. [create_dir_if_not_there.py](https://github.com/geekcomputers/Python/blob/master/create_dir_if_not_there.py) - Check if a directory exists in the user's home directory. Create it if it doesn't exist. 3. [Fast Youtube Downloader](https://github.com/geekcomputers/Python/blob/master/youtubedownloader.py) - Download YouTube videos quickly with parallel threads using aria2c. 4. [Google Image Downloader](https://github.com/geekcomputers/Python/tree/master/Google_Image_Downloader) - Query a given term and retrieve images from the Google Image database. 5. [dir_test.py](https://github.com/geekcomputers/Python/blob/master/dir_test.py) - Test if the directory `testdir` exists. If not, create it. 6. [env_check.py](https://github.com/geekcomputers/Python/blob/master/env_check.py) - Check if all the required environment variables are set. 7. [blackjack.py](https://github.com/Ratna04priya/Python/blob/master/BlackJack_game/blackjack.py) - Casino Blackjack-21 game in Python. 8. [fileinfo.py](https://github.com/geekcomputers/Python/blob/master/fileinfo.py) - Show file information for a given file. 9. [folder_size.py](https://github.com/geekcomputers/Python/blob/master/folder_size.py) - Scan the current directory and all subdirectories and display their sizes. 10. [logs.py](https://github.com/geekcomputers/Python/blob/master/logs.py) - Search for all `*.log` files in a directory, zip them using the specified program, and date stamp them. 11. [move_files_over_x_days.py](https://github.com/geekcomputers/Python/blob/master/move_files_over_x_days.py) - Move all files over a specified age (in days) from the source directory to the destination directory. 12. [nslookup_check.py](https://github.com/geekcomputers/Python/blob/master/nslookup_check.py) - Open the file `server_list.txt` and perform nslookup for each server to check the DNS entry. 13. [osinfo.py](https://github.com/geekcomputers/Python/blob/master/osinfo.py) - Display information about the operating system on which the script is running. 14. [ping_servers.py](https://github.com/geekcomputers/Python/blob/master/ping_servers.py) - Ping the servers associated with the specified application group. 15. [ping_subnet.py](https://github.com/geekcomputers/Python/blob/master/ping_subnet.py) - Scan the final range of a given IP subnet for available addresses. 16. [powerdown_startup.py](https://github.com/geekcomputers/Python/blob/master/powerdown_startup.py) - Ping machines in the server list. Load the putty session if the machine is up, or notify if it is not. 17. [puttylogs.py](https://github.com/geekcomputers/Python/blob/master/puttylogs.py) - Zip all the logs in the given directory. 18. [script_count.py](https://github.com/geekcomputers/Python/blob/master/script_count.py) - Scan the scripts directory and count the different types of scripts. 19. [get_youtube_view.py](https://github.com/geekcomputers/Python/blob/master/get_youtube_view.py) - Get more views for YouTube videos and repeat songs on YouTube. 20. [script_listing.py](https://github.com/geekcomputers/Python/blob/master/script_listing.py) - List all files in a given directory and its subdirectories. 21. [testlines.py](https://github.com/geekcomputers/Python/blob/master/testlines.py) - Open a file and print out 100 lines of the set line variable. 22. [tweeter.py](https://github.com/geekcomputers/Python/blob/master/tweeter.py) - Tweet text or a picture from the terminal. 23. [serial_scanner.py](https://github.com/geekcomputers/Python/blob/master/serial_scanner.py) - List available serial ports in use on Linux and Windows systems. 24. [get_youtube_view.py](https://github.com/geekcomputers/Python/blob/master/get_youtube_view.py) - Get more views for YouTube videos and repeat songs on YouTube. 25. [CountMillionCharacter.py](https://github.com/geekcomputers/Python/blob/master/CountMillionCharacter.py) and [CountMillionCharacter2.0](https://github.com/geekcomputers/Python/blob/master/CountMillionCharacters-2.0.py) - Get character count of a text file. 26. [xkcd_downloader.py](https://github.com/geekcomputers/Python/blob/master/xkcd_downloader.py) - Download the latest XKCD comic and place them in a new folder called "comics". 27. [timymodule.py](https://github.com/geekcomputers/Python/blob/master/timymodule.py) - An alternative to Python's 'timeit' module and easier to use. 28. [calculator.py](https://github.com/geekcomputers/Python/blob/master/calculator.py) - Implement a calculator using Python's eval() function. 29. [Google_News.py](https://github.com/geekcomputers/Python/blob/master/Google_News.py) - Use BeautifulSoup to provide latest news headlines along with news links. 30. [cricket_live_score](https://github.com/geekcomputers/Python/blob/master/Cricket_score.py) - Use BeautifulSoup to provide live cricket scores. 31. [youtube.py](https://github.com/geekcomputers/Python/blob/master/youtube.py) - Take a song name as input and fetch the YouTube URL of the best matching song and play it. 32. [site_health.py](https://github.com/geekcomputers/Python/blob/master/site_health.py) - Check the health of a remote server. 33. [SimpleStopWatch.py](https://github.com/geekcomputers/Python/blob/master/SimpleStopWatch.py) - Simple stop watch implementation using Python's time module. 34. [Changemac.py](https://github.com/geekcomputers/Python/blob/master/changemac.py) - Change your MAC address, generate a random MAC address, or enter input as a new MAC address on Linux (Successfully Tested in Ubuntu 18.04). 35. [whatsapp-monitor.py](https://github.com/geekcomputers/Python/blob/master/whatsapp-monitor.py) - Use Selenium to give online status updates about your contacts in WhatsApp on the terminal. 36. [whatsapp-chat-analyzer.py](https://github.com/subahanii/whatsapp-Chat-Analyzer) - WhatsApp group/individual chat analyzer that visualizes chat activity using matplotlib. 37. [JARVIS.py](https://git.io/fjH8m) - Control Windows programs with your voice. 38. [Images Downloader](https://git.io/JvnJh) - Download images from webpages on Unix-based systems. 39. [space_invader.py.py](https://github.com/meezan-mallick/space_invader_game) - Classical 2D space invader game to recall your childhood memories. 40. [Test Case Generator](https://github.com/Tanmay-901/test-case-generator/blob/master/test_case.py) - Generate different types of test cases with a clean and friendly UI, used in competitive programming and software testing. 41. [Extract Thumbnail From Video](https://github.com/geekcomputers/Python/tree/ExtractThumbnailFromVideo) - Extract Thumbnail from video files 42. [How to begin the journey of open source (first contribution)](https://www.youtube.com/watch?v=v2X51AVgl3o) - First Contribution of open source
_**Note**: The content in this repository belongs to the respective authors and creators. I'm just providing a formatted README.md for better presentation._

资源文件列表:

基于Python的reliability系统.zip 大约有1063个文件
  1. Python-master/
  2. Python-master/.github/
  3. Python-master/.github/dependabot.yml 501B
  4. Python-master/.github/workflows/
  5. Python-master/.github/workflows/lint_python.yml 1.2KB
  6. Python-master/.gitignore 379B
  7. Python-master/1 File handle/
  8. Python-master/1 File handle/File handle binary/
  9. Python-master/1 File handle/File handle binary/Deleting record in a binary file.py 393B
  10. Python-master/1 File handle/File handle binary/File handle binary read (record in non list form).py 525B
  11. Python-master/1 File handle/File handle binary/Update a binary file.py 657B
  12. Python-master/1 File handle/File handle binary/Update a binary file2.py 742B
  13. Python-master/1 File handle/File handle binary/class.dat 471B
  14. Python-master/1 File handle/File handle binary/question 1 (elegible for remedial, top marks).py 1.57KB
  15. Python-master/1 File handle/File handle binary/search record in binary file.py 500B
  16. Python-master/1 File handle/File handle binary/studrec.dat 257B
  17. Python-master/1 File handle/File handle text/
  18. Python-master/1 File handle/File handle text/counter.py 875B
  19. Python-master/1 File handle/File handle text/file handle 12 length of line in text file.py 1003B
  20. Python-master/1 File handle/File handle text/happy.txt 319B
  21. Python-master/1 File handle/File handle text/input,output and error streams.py 446B
  22. Python-master/1 File handle/File handle text/question 2.py 946B
  23. Python-master/1 File handle/File handle text/question 5.py 1.05KB
  24. Python-master/1 File handle/File handle text/question 6.py 568B
  25. Python-master/1 File handle/File handle text/question3.py 1.25KB
  26. Python-master/1 File handle/File handle text/special symbol after word.py 269B
  27. Python-master/1 File handle/File handle text/story.txt 144B
  28. Python-master/A solution to project euler problem 3.py 1.57KB
  29. Python-master/AI Game/
  30. Python-master/AI Game/Tic-Tac-Toe-AI/
  31. Python-master/AI Game/Tic-Tac-Toe-AI/tictactoe.py 3.39KB
  32. Python-master/AREA OF TRIANGLE.py 457B
  33. Python-master/ARKA.py 116B
  34. Python-master/ASCIIvaluecharacter.py 117B
  35. Python-master/Add_two_Linked_List.py 1.83KB
  36. Python-master/AreaOfTriangle.py 444B
  37. Python-master/Armstrong_number 278B
  38. Python-master/Armstrong_number.py 1006B
  39. Python-master/Assembler/
  40. Python-master/Assembler/GUIDE.txt 2.93KB
  41. Python-master/Assembler/README.md 667B
  42. Python-master/Assembler/assembler.py 38.22KB
  43. Python-master/Assembler/examples/
  44. Python-master/Assembler/examples/code.txt 168B
  45. Python-master/Assembler/examples/code2.txt 89B
  46. Python-master/Assembler/examples/code3.txt 217B
  47. Python-master/Assembler/examples/code4.txt 128B
  48. Python-master/Assembler/examples/test.txt 99B
  49. Python-master/Assembler/requirements.txt 19B
  50. Python-master/AutoComplete_App/
  51. Python-master/AutoComplete_App/backend.py 4.78KB
  52. Python-master/AutoComplete_App/frontend.py 881B
  53. Python-master/Automated Scheduled Call Reminders/
  54. Python-master/Automated Scheduled Call Reminders/caller.py 2KB
  55. Python-master/Automated Scheduled Call Reminders/requirements.txt 119B
  56. Python-master/Automated Scheduled Call Reminders/schedular.py 341B
  57. Python-master/Bank Application .ipynb 19.75KB
  58. Python-master/Base Converter Number system.py 2.6KB
  59. Python-master/Battery_notifier.py 728B
  60. Python-master/Binary Coefficients.py 445B
  61. Python-master/Binary_search.py 1.13KB
  62. Python-master/Binary_to_Decimal.py 414B
  63. Python-master/BlackJack_game/
  64. Python-master/BlackJack_game/blackjack.py 3.39KB
  65. Python-master/BlackJack_game/blackjack_rr.py 6.82KB
  66. Python-master/BlackJack_game/blackjack_simulate.py 19.14KB
  67. Python-master/BlackJack_game/requirements.txt 12B
  68. Python-master/BoardGame-CLI/
  69. Python-master/BoardGame-CLI/python.py 2.12KB
  70. Python-master/BoardGame-CLI/snakeLadder.py 4.19KB
  71. Python-master/BoardGame-CLI/uno.py 5.43KB
  72. Python-master/BruteForce.py 2.05KB
  73. Python-master/CODE_OF_CONDUCT.md 3.27KB
  74. Python-master/CONTRIBUTING.md 4.13KB
  75. Python-master/CRC/
  76. Python-master/CRC/crc.py 1.58KB
  77. Python-master/Caesar Cipher Encoder & Decoder.py 1.29KB
  78. Python-master/Calculate resistance.py 435B
  79. Python-master/Calculator with simple ui.py 1.9KB
  80. Python-master/Calendar (GUI).py 877B
  81. Python-master/Cat/
  82. Python-master/Cat/cat.py 1.74KB
  83. Python-master/Cat/text_a.txt 79B
  84. Python-master/Cat/text_b.txt 117B
  85. Python-master/Cat/text_c.txt 64B
  86. Python-master/Checker_game_by_dz/
  87. Python-master/Checker_game_by_dz/__init__.py
  88. Python-master/Checker_game_by_dz/assets/
  89. Python-master/Checker_game_by_dz/assets/crown.png 1.4KB
  90. Python-master/Checker_game_by_dz/first.py 1.3KB
  91. Python-master/Checker_game_by_dz/modules/
  92. Python-master/Checker_game_by_dz/modules/__init__.py 35B
  93. Python-master/Checker_game_by_dz/modules/checker.py 1.92KB
  94. Python-master/Checker_game_by_dz/modules/checker_board.py 5.36KB
  95. Python-master/Checker_game_by_dz/modules/pieces.py 1.24KB
  96. Python-master/Checker_game_by_dz/modules/statics.py 388B
  97. Python-master/Chrome Dino Automater.py 1.17KB
  98. Python-master/Classification_human_or_horse.py 1.69KB
  99. Python-master/CliYoutubeDownloader.py 2.54KB
  100. Python-master/CliYoutubeDownloader/
  101. Python-master/CliYoutubeDownloader/CliYoutubeDownloader.py 2.46KB
  102. Python-master/CliYoutubeDownloader/requirements.txt 7B
  103. Python-master/Collatz-Conjecture.py 2.46KB
  104. Python-master/Colors/
  105. Python-master/Colors/multicoloredline.py 161B
  106. Python-master/Colors/pixel_sort.py 5.34KB
  107. Python-master/Colors/primary_colors.py 5.85KB
  108. Python-master/Colors/print_colors.py 433B
  109. Python-master/Compression_Analysis/
  110. Python-master/Compression_Analysis/PSNR.py 912B
  111. Python-master/Compression_Analysis/compressed_image.png 26.06KB
  112. Python-master/Compression_Analysis/example_image.jpg 29.28KB
  113. Python-master/Compression_Analysis/orignal_image.png 78.88KB
  114. Python-master/Conversation.py 1.17KB
  115. Python-master/CountMillionCharacter.py 11.13KB
  116. Python-master/CountMillionCharacters-2.0.py 589B
  117. Python-master/CountMillionCharacters-Variations/
  118. Python-master/CountMillionCharacters-Variations/variation1.py 737B
  119. Python-master/Crack_password.py 442B
  120. Python-master/Credit_Card_Validator.py 2.32KB
  121. Python-master/Cricket_score.py 833B
  122. Python-master/Day_of_week.py 1.07KB
  123. Python-master/Decimal number to binary function.py 150B
  124. Python-master/Decimal_To_Binary.py 1.32KB
  125. Python-master/Delete_Linked_List.py 1.43KB
  126. Python-master/Detect_Remove_loop.py 1.75KB
  127. Python-master/Dictionary opperations (input,update a dict).py 474B
  128. Python-master/Differentiate_List.py 387B
  129. Python-master/Divide Operator.py 1.07KB
  130. Python-master/Downloaded Files Organizer/
  131. Python-master/Downloaded Files Organizer/browser_status.py 405B
  132. Python-master/Downloaded Files Organizer/move_to_directory.py 2.26KB
  133. Python-master/Downloaded Files Organizer/obs.py 782B
  134. Python-master/Downloaded Files Organizer/readme.md 796B
  135. Python-master/Downloaded Files Organizer/requirements.txt 28B
  136. Python-master/Droplistmenu/
  137. Python-master/Droplistmenu/GamesCalender.py 1.41KB
  138. Python-master/Droplistmenu/README.md 111B
  139. Python-master/Eight_Puzzle_Solver/
  140. Python-master/Eight_Puzzle_Solver/eight_puzzle.py 15.15KB
  141. Python-master/Electronics_Algorithms/
  142. Python-master/Electronics_Algorithms/Ohms_law.py 240B
  143. Python-master/Electronics_Algorithms/resistance.py 1.55KB
  144. Python-master/Email-Automation.py 603B
  145. Python-master/Emoji Dictionary/
  146. Python-master/Emoji Dictionary/Images/
  147. Python-master/Emoji Dictionary/Images/1.jpg 84.6KB
  148. Python-master/Emoji Dictionary/Images/2.jpg 172.12KB
  149. Python-master/Emoji Dictionary/Images/3.jpg 105.21KB
  150. Python-master/Emoji Dictionary/Images/4.jpg 91.23KB
  151. Python-master/Emoji Dictionary/Images/5.jpg 101.59KB
  152. Python-master/Emoji Dictionary/Images/6.jpg 109.69KB
  153. Python-master/Emoji Dictionary/Images/7.jpg 107.24KB
  154. Python-master/Emoji Dictionary/Images/8.jpg 93.27KB
  155. Python-master/Emoji Dictionary/Images/9.jpg 107.62KB
  156. Python-master/Emoji Dictionary/README.md 1.91KB
  157. Python-master/Emoji Dictionary/emoji_dictionary.py 8.1KB
  158. Python-master/Emoji Dictionary/requirements.txt 25B
  159. Python-master/Encryption using base64.py 361B
  160. Python-master/EncryptionTool.py 2.42KB
  161. Python-master/Exception_Handling_in_Python.py 1.87KB
  162. Python-master/Extract-Table-from-pdf-txt-docx/
  163. Python-master/Extract-Table-from-pdf-txt-docx/Parent/
  164. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child1/
  165. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child1/Document_Child1.docx 47.94KB
  166. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child1/Pdf1_Child1.pdf 151.09KB
  167. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child1/Pdf2_Child2.pdf 4.45MB
  168. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child1/Text_Child1.txt 145B
  169. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child2/
  170. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child2/Document_Child2.docx 11.94KB
  171. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child2/Pdf1_Child2.pdf 27.67KB
  172. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child2/Pdf2_Child2.pdf 166.8KB
  173. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child2/Text_Child2.txt 162B
  174. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child3/
  175. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child3/Document_Child3.docx 11.83KB
  176. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child3/Pdf1_Child3.pdf 110.81KB
  177. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child3/Pdf2_Child3.pdf 65.32KB
  178. Python-master/Extract-Table-from-pdf-txt-docx/Parent/Child3/Text_Child3.txt 160B
  179. Python-master/Extract-Table-from-pdf-txt-docx/main.py 2.66KB
  180. Python-master/ExtractThumbnailFromVideo/
  181. Python-master/ExtractThumbnailFromVideo/README.md 1.68KB
  182. Python-master/ExtractThumbnailFromVideo/extract_thumbnail_from_video.py 1.74KB
  183. Python-master/Extract_Text_from_image.py 624B
  184. Python-master/FIND FACTORIAL OF A NUMBER.py 543B
  185. Python-master/FTP in python 5.63KB
  186. Python-master/Face and eye Recognition/
  187. Python-master/Face and eye Recognition/face_recofnation_first.py 1.5KB
  188. Python-master/Face and eye Recognition/gesture_control.py 940B
  189. Python-master/Face_Mask_detection (haarcascade)/
  190. Python-master/Face_Mask_detection (haarcascade)/Resources/
  191. Python-master/Face_Mask_detection (haarcascade)/Resources/haarcascade_frontalface_default.xml 908.33KB
  192. Python-master/Face_Mask_detection (haarcascade)/Resources/keras_model.h5 2.34MB
  193. Python-master/Face_Mask_detection (haarcascade)/mask_detection.py 1.19KB
  194. Python-master/FibonacciNumbersWithGenerators.py 379B
  195. Python-master/Fibonacci_sequence_recursive_sol.py 259B
  196. Python-master/Find current weather of any city using openweathermap API.py 1.73KB
  197. Python-master/FindingResolutionOfAnImage.py 599B
  198. Python-master/FizzBuzz.py 639B
  199. Python-master/Flappy Bird - created with tkinter/
  200. Python-master/Flappy Bird - created with tkinter/.gitignore 4B
  201. Python-master/Flappy Bird - created with tkinter/Background.py 6.08KB
  202. Python-master/Flappy Bird - created with tkinter/Bird.py 7.75KB
  203. Python-master/Flappy Bird - created with tkinter/Flappy Bird.py 12.71KB
  204. Python-master/Flappy Bird - created with tkinter/Images/
  205. Python-master/Flappy Bird - created with tkinter/Images/background.png 32.77KB
  206. Python-master/Flappy Bird - created with tkinter/Images/bird.png 14.83KB
  207. Python-master/Flappy Bird - created with tkinter/Images/exit_button.png 10.18KB
  208. Python-master/Flappy Bird - created with tkinter/Images/original_background.png 7.75KB
  209. Python-master/Flappy Bird - created with tkinter/Images/scoreboard.png 67.25KB
  210. Python-master/Flappy Bird - created with tkinter/Images/start_button.png 12.7KB
  211. Python-master/Flappy Bird - created with tkinter/Images/title.png 15.51KB
  212. Python-master/Flappy Bird - created with tkinter/Images/tube.png 1.4KB
  213. Python-master/Flappy Bird - created with tkinter/Images/tube_mouth.png 2.44KB
  214. Python-master/Flappy Bird - created with tkinter/README.md 261B
  215. Python-master/Flappy Bird - created with tkinter/Settings.py 3.35KB
  216. Python-master/Flappy Bird - created with tkinter/Tubes.py 11.34KB
  217. Python-master/Generate a random number between 0 to 9.py 127B
  218. Python-master/Google_Image_Downloader/
  219. Python-master/Google_Image_Downloader/create_dir.py 1.48KB
  220. Python-master/Google_Image_Downloader/image_grapper.py 4.54KB
  221. Python-master/Google_News.py 1.19KB
  222. Python-master/Gregorian_Calendar.py 1022B
  223. Python-master/Grocery calculator.py 1.45KB
  224. Python-master/GroupSms_Way2.py 1.52KB
  225. Python-master/Guess_the_number_game.py 802B
  226. Python-master/Guessing_Game.py 3.06KB
  227. Python-master/Hand-Motion-Detection/
  228. Python-master/Hand-Motion-Detection/hand_motion_recognizer.py 1.42KB
  229. Python-master/Hand-Motion-Detection/requirements.txt 57B
  230. Python-master/HangMan Game 2.48KB
  231. Python-master/Hangman.py 2.16KB
  232. Python-master/Hotel-Management.py 9.39KB
  233. Python-master/ImageDownloader/
  234. Python-master/ImageDownloader/img_downloader.py 654B
  235. Python-master/ImageDownloader/requirements.txt 17B
  236. Python-master/Image_resize.py 599B
  237. Python-master/Industrial_developed_hangman/
  238. Python-master/Industrial_developed_hangman/Data/
  239. Python-master/Industrial_developed_hangman/Data/local_words.txt 1.49KB
  240. Python-master/Industrial_developed_hangman/Data/text_images.txt 1.31KB
  241. Python-master/Industrial_developed_hangman/Makefile 213B
  242. Python-master/Industrial_developed_hangman/README.md 314B
  243. Python-master/Industrial_developed_hangman/poetry.lock 69.61KB
  244. Python-master/Industrial_developed_hangman/pyproject.toml 763B
  245. Python-master/Industrial_developed_hangman/pytest.ini 157B
  246. Python-master/Industrial_developed_hangman/recorces/
  247. Python-master/Industrial_developed_hangman/recorces/img.png 41.76KB
  248. Python-master/Industrial_developed_hangman/setup.cfg 1.1KB
  249. Python-master/Industrial_developed_hangman/src/
  250. Python-master/Industrial_developed_hangman/src/hangman/
  251. Python-master/Industrial_developed_hangman/src/hangman/__init__.py
  252. Python-master/Industrial_developed_hangman/src/hangman/main.py 6.14KB
  253. Python-master/Industrial_developed_hangman/tests/
  254. Python-master/Industrial_developed_hangman/tests/__init__.py
  255. Python-master/Industrial_developed_hangman/tests/test_hangman/
  256. Python-master/Industrial_developed_hangman/tests/test_hangman/__init__.py
  257. Python-master/Industrial_developed_hangman/tests/test_hangman/test_main.py 3KB
  258. Python-master/Infix_to_Postfix.py 2.71KB
  259. Python-master/Insert_operation_on_Linked_List.py 1.43KB
  260. Python-master/JARVIS/
  261. Python-master/JARVIS/JARVIS_2.0.py 9.24KB
  262. Python-master/JARVIS/README.md 788B
  263. Python-master/JARVIS/requirements.txt 109B
  264. Python-master/Job_scheduling.py 3.76KB
  265. Python-master/JsonParser.py 1.42KB
  266. Python-master/JustDialScrapperGUI/
  267. Python-master/JustDialScrapperGUI/Justdial Scrapper GUI.py 8.49KB
  268. Python-master/Key_Binding/
  269. Python-master/Key_Binding/key_binding.py 157B
  270. Python-master/Key_Binding/requirement.txt 12B
  271. Python-master/Kilometerstomile.py 255B
  272. Python-master/Koch Curve/
  273. Python-master/Koch Curve/README.txt 1.87KB
  274. Python-master/Koch Curve/koch curve.py 1.04KB
  275. Python-master/Koch Curve/output_2.mp4 620KB
  276. Python-master/LETTER GUESSER 572B
  277. Python-master/LICENSE.md 1.05KB
  278. Python-master/Laundary System/
  279. Python-master/Laundary System/README.md 4.4KB
  280. Python-master/Laundary System/code.py 1.81KB
  281. Python-master/Letter_Counter.py 1.44KB
  282. Python-master/List.py 606B
  283. Python-master/Luhn_Algorithm.py 1.97KB
  284. Python-master/ML House Prediction.ipynb 266.75KB
  285. Python-master/Mad Libs Generator.py 891B
  286. Python-master/Memory_game.py 1.55KB
  287. Python-master/Merge_linked_list.py 2.37KB
  288. Python-master/MobiusFunction.py 813B
  289. Python-master/Model Usage.ipynb 1.31KB
  290. Python-master/Monitor Apache 934B
  291. Python-master/Mp3_media_player.py 1.8KB
  292. Python-master/Multiply.py 263B
  293. Python-master/MySQL_Databses.py 339B
  294. Python-master/News_App/
  295. Python-master/News_App/Newsapp.py 1.35KB
  296. Python-master/News_App/README.md 311B
  297. Python-master/News_App/patterns.py 4.21KB
  298. Python-master/News_App/requirements.txt 79B
  299. Python-master/Number reverse.py 129B
  300. Python-master/Organise.py 2.52KB
  301. Python-master/PDF/
  302. Python-master/PDF/basic.py 851B
  303. Python-master/PDF/demerge_pdfs.py 1014B
  304. Python-master/PDF/header_footer.py 1.32KB
  305. Python-master/PDF/images.py 1.46KB
  306. Python-master/PDF/images/
  307. Python-master/PDF/images/ss.png 30.14KB
  308. Python-master/PDF/output.pdf 783B
  309. Python-master/PDF/requirements.txt 26B
  310. Python-master/PDFtoAudiobook.py 254B
  311. Python-master/PONG_GAME.py 3.92KB
  312. Python-master/PORT SCANNER.PY 3.45KB
  313. Python-master/PRACTICEPROJECT-DISREGARD.txt 119B
  314. Python-master/Palindrome_Checker.py 411B
  315. Python-master/Password Generator/
  316. Python-master/Password Generator/pass_gen.py 2.53KB
  317. Python-master/Password Generator/requirements.txt 31B
  318. Python-master/Password Generator/requirements_new.txt 1B
  319. Python-master/Patterns/
  320. Python-master/Patterns/half triangle pattern.py 1.67KB
  321. Python-master/Patterns/pattern2.py 398B
  322. Python-master/Patterns/pattern5.py 316B
  323. Python-master/Patterns/pattern6.py 333B
  324. Python-master/Patterns/patterns.py 717B
  325. Python-master/PingPong/
  326. Python-master/PingPong/Ball.py 1.42KB
  327. Python-master/PingPong/Slab.py 1.07KB
  328. Python-master/PingPong/main.py 907B
  329. Python-master/Polyline.py 554B
  330. Python-master/PongPong_Game/
  331. Python-master/PongPong_Game/README.md 1.62KB
  332. Python-master/PongPong_Game/pong/
  333. Python-master/PongPong_Game/pong/__init__.py 1B
  334. Python-master/PongPong_Game/pong/ball.py 1.28KB
  335. Python-master/PongPong_Game/pong/load.py 1.3KB
  336. Python-master/PongPong_Game/pong/paddle.py 997B
  337. Python-master/PongPong_Game/pong/rectangle.py 200B
  338. Python-master/PongPong_Game/pong_game_play.gif 342.48KB
  339. Python-master/PongPong_Game/pongpong.py 1.79KB
  340. Python-master/PongPong_Game/requirements.txt 15B
  341. Python-master/Prime_number.py 953B
  342. Python-master/Program of Reverse of any number.py 260B
  343. Python-master/Program to print table of given number.py 263B
  344. Python-master/Program to reverse Linked List( Recursive solution).py 1.18KB
  345. Python-master/Python Distance.py 340B
  346. Python-master/Python Program for Product of unique prime factors of a number.py 470B
  347. Python-master/Python Program for Tower of Hanoi.py 423B
  348. Python-master/Python Program for factorial of a number 793B
  349. Python-master/Python Program to Count the Number of Each Vowel.py 399B
  350. Python-master/Python Program to Display Fibonacci Sequence Using Recursion.py 314B
  351. Python-master/Python Program to Find LCM.py 390B
  352. Python-master/Python Program to Merge Mails.py 651B
  353. Python-master/Python Program to Print the Fibonacci sequence.py 496B
  354. Python-master/Python Program to Remove Punctuations from a String.py 371B
  355. Python-master/Python Program to Reverse a linked list.py 1.16KB
  356. Python-master/Python Program to Sort Words in Alphabetic Order.py 1.18KB
  357. Python-master/Python Program to Transpose a Matrix.py 242B
  358. Python-master/Python-Array-Equilibrium-Index.py 1.14KB
  359. Python-master/Python_chatting_application/
  360. Python-master/Python_chatting_application/README.md 57B
  361. Python-master/Python_chatting_application/client.py 1.12KB
  362. Python-master/Python_chatting_application/server.py 1.63KB
  363. Python-master/Python_swapping.py 354B
  364. Python-master/QR_code_generator/
  365. Python-master/QR_code_generator/qrcode.py 342B
  366. Python-master/QuadraticCalc.py 1.24KB
  367. Python-master/README.md 7.65KB
  368. Python-master/Random Password Generator.py 204B
  369. Python-master/RandomDice.py 524B
  370. Python-master/RandomNumberGame.py 1.81KB
  371. Python-master/Randomnumber.py 133B
  372. Python-master/ReadFromCSV.py 764B
  373. Python-master/Recursion Visulaizer/
  374. Python-master/Recursion Visulaizer/.recursionVisualizer.py.swp 12KB
  375. Python-master/Recursion Visulaizer/Meshimproved.PNG 275.31KB
  376. Python-master/Recursion Visulaizer/fencedmesh.PNG 328.81KB
  377. Python-master/Recursion Visulaizer/git
  378. Python-master/Recursion Visulaizer/recursionVisualizer.py 1.52KB
  379. Python-master/Reverse_list_in_groups.py 1.47KB
  380. Python-master/Rotate_Linked_List.py 1.49KB
  381. Python-master/SOUNDEX.py 2.29KB
  382. Python-master/Search_Engine/
  383. Python-master/Search_Engine/README.md 512B
  384. Python-master/Search_Engine/backend.py 5.25KB
  385. Python-master/Search_Engine/frontend.py 971B
  386. Python-master/Search_Engine/test_data.py 175B
  387. Python-master/Secret message generator GUI by tkinter.py 3.75KB
  388. Python-master/Shortest Distance between Two Lines.py 558B
  389. Python-master/SimpleStopWatch.py 672B
  390. Python-master/Snake-Water-Gun-Game.py 5.64KB
  391. Python-master/Snake_water_gun/
  392. Python-master/Snake_water_gun/README.md 40B
  393. Python-master/Snake_water_gun/main.py 2.77KB
  394. Python-master/Sorting Algorithims/
  395. Python-master/Sorting Algorithims/heapsort_linkedlist.py 1.8KB
  396. Python-master/Sorting Algorithims/mergesort_linkedlist.py 1.71KB
  397. Python-master/Sorting Algorithims/quicksort_linkedlist.py 1.92KB
  398. Python-master/Sorting Algorithms/
  399. Python-master/Sorting Algorithms/Binary_Insertion_Sort.py 786B
  400. Python-master/Sorting Algorithms/Bubble_Sorting_Prog.py 376B
  401. Python-master/Sorting Algorithms/Bubble_sort.py 597B
  402. Python-master/Sorting Algorithms/Count sort.py 338B
  403. Python-master/Sorting Algorithms/Counting Sort.py 868B
  404. Python-master/Sorting Algorithms/Counting-sort.py 1.32KB
  405. Python-master/Sorting Algorithms/Cycle Sort.py 1.33KB
  406. Python-master/Sorting Algorithms/Heap sort.py 1.21KB
  407. Python-master/Sorting Algorithms/Iterative Merge Sort.py 1.79KB
  408. Python-master/Sorting Algorithms/Linear_Insertion_Sort.py 572B
  409. Python-master/Sorting Algorithms/Merge Sort.py 1.62KB
  410. Python-master/Sorting Algorithms/Merge-sort.py 1.39KB
  411. Python-master/Sorting Algorithms/Quick sort.py 1.09KB
  412. Python-master/Sorting Algorithms/Shell Sort.py 1.16KB
  413. Python-master/Sorting Algorithms/Sort the values of first list using second list.py 412B
  414. Python-master/Sorting Algorithms/Sorted_Inserted_Linked_List.py 1.31KB
  415. Python-master/Sorting Algorithms/SortingAStringAlphabetically.py 395B
  416. Python-master/Sorting Algorithms/Sorting_List.py 1.32KB
  417. Python-master/Sorting Algorithms/Tim_sort.py 2.86KB
  418. Python-master/Sorting Algorithms/brickSort.py 631B
  419. Python-master/Sorting Algorithms/bubblesortpgm.py 1.66KB
  420. Python-master/Sorting Algorithms/heap_sort.py 1.48KB
  421. Python-master/Sorting Algorithms/insertion_sort.py 652B
  422. Python-master/Sorting Algorithms/merge_sort.py 2.25KB
  423. Python-master/Sorting Algorithms/pigeonhole_sort.py 643B
  424. Python-master/Sorting Algorithms/quick_sort.py 1.25KB
  425. Python-master/Sorting Algorithms/recursive-quick-sort.py 227B
  426. Python-master/Sorting Algorithms/selectionSort.py 695B
  427. Python-master/Sorting Algorithms/selection_sort.py 715B
  428. Python-master/Sorting Algorithms/sorting.py 432B
  429. Python-master/Sorting Algorithms/stooge_sort.py 726B
  430. Python-master/Sorting Algorithms/wave_sort.py 238B
  431. Python-master/Split_Circular_Linked_List.py 1.83KB
  432. Python-master/StringToBinary.py 286B
  433. Python-master/String_Palindrome.py 367B
  434. Python-master/Strings.py 579B
  435. Python-master/Sum of digits of a number.py 1.46KB
  436. Python-master/TIC_TAC_TOE/
  437. Python-master/TIC_TAC_TOE/index.py 1.34KB
  438. Python-master/TTS.py 816B
  439. Python-master/TaskManager.py 964B
  440. Python-master/TaskPlanner.py 964B
  441. Python-master/Test-Case-Generator/
  442. Python-master/Test-Case-Generator/test_case.py 30.99KB
  443. Python-master/ThirdAI/
  444. Python-master/ThirdAI/Terms and Conditions/
  445. Python-master/ThirdAI/Terms and Conditions/Readme.md 2.48KB
  446. Python-master/ThirdAI/Terms and Conditions/ThirdAI.py 1.04KB
  447. Python-master/ThirdAI/Terms and Conditions/TkinterUI.py 4.66KB
  448. Python-master/ThirdAI/Terms and Conditions/XYZ product.pdf 79.76KB
  449. Python-master/TicTacToe.py 5.33KB
  450. Python-master/Tic_Tac_Toe.py 5.36KB
  451. Python-master/Timetable_Operations.py 1.42KB
  452. Python-master/To find the largest number between 3 numbers.py 183B
  453. Python-master/To print series 1,12,123,1234......py 741B
  454. Python-master/Translator/
  455. Python-master/Translator/README.md 255B
  456. Python-master/Translator/translator.py 1.58KB
  457. Python-master/Trending youtube videos 1.45KB
  458. Python-master/Triplets with zero sum/
  459. Python-master/Triplets with zero sum/Readme.md 1012B
  460. Python-master/Triplets with zero sum/find_Triplets_with_zero_sum.py 2.04KB
  461. Python-master/Turn your PDFs into audio books/
  462. Python-master/Turn your PDFs into audio books/audiobook_gen.py 465B
  463. Python-master/Turn your PDFs into audio books/requirements.txt 15B
  464. Python-master/Turtle_Star.py 396B
  465. Python-master/Tweet Pre-Processing.py 1.71KB
  466. Python-master/Type of angles of a triangle.py 1.68KB
  467. Python-master/Type_of_angles_of_triangle.py 1.8KB
  468. Python-master/UI-Apps/
  469. Python-master/UI-Apps/README.md 140B
  470. Python-master/UI-Apps/clock.py 560B
  471. Python-master/Unit Digit of a raised to power b.py 331B
  472. Python-master/Untitled.ipynb 1.98KB
  473. Python-master/Voice Command Calculator.py 1KB
  474. Python-master/VoiceAssistant/
  475. Python-master/VoiceAssistant/DOCUMENTATION.md 5.33KB
  476. Python-master/VoiceAssistant/GUIDE.md 2.41KB
  477. Python-master/VoiceAssistant/PRE-REQUISITES.md 1.72KB
  478. Python-master/VoiceAssistant/Project_Basic_struct/
  479. Python-master/VoiceAssistant/Project_Basic_struct/TextTospeech.py 335B
  480. Python-master/VoiceAssistant/Project_Basic_struct/VoiceAssistant_main.py 2.52KB
  481. Python-master/VoiceAssistant/Project_Basic_struct/dictator.py 1.47KB
  482. Python-master/VoiceAssistant/Project_Basic_struct/menu.py 1.05KB
  483. Python-master/VoiceAssistant/Project_Basic_struct/speakListen.py 5.97KB
  484. Python-master/VoiceAssistant/Project_Basic_struct/speechtotext.py 375B
  485. Python-master/VoiceAssistant/Project_Basic_struct/textRead.py 11.57KB
  486. Python-master/VoiceAssistant/Project_Basic_struct/websiteWork.py 1.91KB
  487. Python-master/VoiceAssistant/README.md 3.93KB
  488. Python-master/VoiceRepeater/
  489. Python-master/VoiceRepeater/__main__.py 597B
  490. Python-master/VoiceRepeater/readme.md 249B
  491. Python-master/Weather Scrapper/
  492. Python-master/Weather Scrapper/weather.csv 807B
  493. Python-master/Weather Scrapper/weather.py 2.46KB
  494. Python-master/WeatherGUI.py 2.11KB
  495. Python-master/Web Socket.py 374B
  496. Python-master/Web_Scraper.py 1.01KB
  497. Python-master/Webbrowser/
  498. Python-master/Webbrowser/tk-browser.py 647B
  499. Python-master/Wikipdedia/
  500. Python-master/Wikipdedia/flask_rendering.py 825B
  501. Python-master/Wikipdedia/main.py 528B
  502. Python-master/Wikipdedia/practice_beautifulsoap.py 2.16KB
  503. Python-master/Wikipdedia/static/
  504. Python-master/Wikipdedia/static/js/
  505. Python-master/Wikipdedia/static/js/output.js 197B
  506. Python-master/Wikipdedia/template/
  507. Python-master/Wikipdedia/template/index.html 1.69KB
  508. Python-master/Wikipdedia/template/output.html 1.06KB
  509. Python-master/WikipediaModule.py 2.08KB
  510. Python-master/Windows_Wallpaper_Script/
  511. Python-master/Windows_Wallpaper_Script/ReadMe.md 841B
  512. Python-master/Windows_Wallpaper_Script/Wallpapers/
  513. Python-master/Windows_Wallpaper_Script/Wallpapers/desktop/
  514. Python-master/Windows_Wallpaper_Script/Wallpapers/desktop/89d49683c75888287b50ccb05cab960b991231639dabe5bc817e1d9395a39694.jpg 292.04KB
  515. Python-master/Windows_Wallpaper_Script/Wallpapers/desktop/acc15612b1c85619e06c584a52f6474242963dbb9fe315ec4ecd44de8f3702c8.jpg 599.31KB
  516. Python-master/Windows_Wallpaper_Script/Wallpapers/desktop/c1385a4022859c16bdf317e09668dbb3fc41a7e1c160605539abd1bcd29625af.jpg 415.82KB
  517. Python-master/Windows_Wallpaper_Script/Wallpapers/mobile/
  518. Python-master/Windows_Wallpaper_Script/Wallpapers/mobile/5678c6685841ab637cfa63b8c0e32ee205649af2051eb75f40b00f4d5a42b7b9.jpg 394.89KB
  519. Python-master/Windows_Wallpaper_Script/Wallpapers/mobile/a33845e422c7d1b668f60e53e942736c7bbc74299469b7df734254d28e026dc4.jpg 558.83KB
  520. Python-master/Windows_Wallpaper_Script/Wallpapers/mobile/e22f23869f500ee576cdc02fb83f911de31440d589e329d04576e571a54b8851.jpg 232.2KB
  521. Python-master/Windows_Wallpaper_Script/wallpaper_extract.py 4.37KB
  522. Python-master/Wordle/
  523. Python-master/Wordle/5 letter word dictionary.txt 67KB
  524. Python-master/Wordle/Dictionary.txt 1.82MB
  525. Python-master/Wordle/wordle.py 3.69KB
  526. Python-master/XML/
  527. Python-master/XML/HTML parsing 824B
  528. Python-master/XORcipher/
  529. Python-master/XORcipher/README.md 376B
  530. Python-master/XORcipher/XOR_cipher.py 4.98KB
  531. Python-master/XORcipher/test_XOR_cipher.py 3.88KB
  532. Python-master/Youtube Downloader With GUI/
  533. Python-master/Youtube Downloader With GUI/Screenshot (138).png 572.82KB
  534. Python-master/Youtube Downloader With GUI/main.py 2.61KB
  535. Python-master/Youtube Downloader With GUI/photo.jpg 59.32KB
  536. Python-master/Youtube Downloader With GUI/photo.png 2.13KB
  537. Python-master/Youtube Downloader With GUI/youtube-ios-app.ico 150.62KB
  538. Python-master/add_two_number.py 479B
  539. Python-master/add_two_nums.py 743B
  540. Python-master/advanced_calculator.py 11.11KB
  541. Python-master/agecalculator.py 1.85KB
  542. Python-master/alexa_news_headlines.py 1.38KB
  543. Python-master/area_of_square_app.py 4.09KB
  544. Python-master/armstrongnumber.py 419B
  545. Python-master/async_downloader/
  546. Python-master/async_downloader/async_downloader.py 2.85KB
  547. Python-master/async_downloader/requirements.txt 15B
  548. Python-master/automail.py 1.08KB
  549. Python-master/avg_xdspam_confidence.py 363B
  550. Python-master/backup_automater_services.py 1.74KB
  551. Python-master/balance_parenthesis.py 1.07KB
  552. Python-master/bank_managment_system/
  553. Python-master/bank_managment_system/backend.py 6.27KB
  554. Python-master/bank_managment_system/frontend.py 40.11KB
  555. Python-master/bankmanaging.db 16KB
  556. Python-master/batch_file_rename.py 2.34KB
  557. Python-master/binary search.py 724B
  558. Python-master/binarySTree isTrue_YashV1729.Java 1.57KB
  559. Python-master/binary_search_tree.py 11KB
  560. Python-master/binary_search_trees/
  561. Python-master/binary_search_trees/delete_a_node_in_bst.py 932B
  562. Python-master/binary_search_trees/inorder_successor.py 367B
  563. Python-master/binary_search_trees/inorder_traversal.py 367B
  564. Python-master/binary_search_trees/insert_in_bst.py 548B
  565. Python-master/binary_search_trees/main.py 2.43KB
  566. Python-master/binary_search_trees/mirror_a_bst.py 495B
  567. Python-master/binary_search_trees/print_in_range.py 687B
  568. Python-master/binary_search_trees/root_to_leaf_paths.py 532B
  569. Python-master/binary_search_trees/search_in_bst.py 540B
  570. Python-master/binary_search_trees/tree_node.py 149B
  571. Python-master/binary_search_trees/validate_bst.py 698B
  572. Python-master/binod.py 1.2KB
  573. Python-master/binod.txt 11B
  574. Python-master/birthdays.py 448B
  575. Python-master/blackJackGUI.py 4.47KB
  576. Python-master/blackjack.py 3.52KB
  577. Python-master/bodymass.py 648B
  578. Python-master/bookstore_manangement_system.py 21.9KB
  579. Python-master/brickout-game/
  580. Python-master/brickout-game/README.md 577B
  581. Python-master/brickout-game/brickout-game.py 9.97KB
  582. Python-master/brickout-game/classDiagram.png 4.24KB
  583. Python-master/calc_area.py 1.59KB
  584. Python-master/calculator-gui.py 12KB
  585. Python-master/calculator.py 3.22KB
  586. Python-master/cartesian_product.py 500B
  587. Python-master/changemac.py 2.61KB
  588. Python-master/chaos.py 535B
  589. Python-master/check if a number positive , negative or zero 316B
  590. Python-master/check whether the string is Symmetrical or Palindrome.py 1.03KB
  591. Python-master/check_file.py 2.13KB
  592. Python-master/check_for_sqlite_files.py 1.36KB
  593. Python-master/check_input.py 1.16KB
  594. Python-master/check_internet_con.py 739B
  595. Python-master/check_prime.py 983B
  596. Python-master/chicks_n_rabs.py 565B
  597. Python-master/classicIndianCardMatch.py 3.43KB
  598. Python-master/cli_master/
  599. Python-master/cli_master/cli_master.py 3.37KB
  600. Python-master/cli_master/database_import_countries.py 189B
  601. Python-master/cli_master/validation_page.py 1.72KB
  602. Python-master/cloning_a_list.py 265B
  603. Python-master/colorma_as_color.py 765B
  604. Python-master/colour spiral.py 747B
  605. Python-master/communication/
  606. Python-master/communication/file.py 952B
  607. Python-master/communication/pipe.py 1.07KB
  608. Python-master/communication/socket_conn.py 946B
  609. Python-master/consonant.py 515B
  610. Python-master/convert celsius into fahrenheit.py 148B
  611. Python-master/convert_time.py 783B
  612. Python-master/convert_wind_direction_to_degrees.py 590B
  613. Python-master/count the numbers of two vovels.py 399B
  614. Python-master/create password validity in python.py 573B
  615. Python-master/create_dir_if_not_there.py 945B
  616. Python-master/cricket_live_score.py 469B
  617. Python-master/cricket_news.py 721B
  618. Python-master/currency converter/
  619. Python-master/currency converter/README.md 229B
  620. Python-master/currency converter/country.txt 3.44KB
  621. Python-master/currency converter/gui.ui 3.05KB
  622. Python-master/currency converter/main.py 1.54KB
  623. Python-master/daily_checks.py 3.58KB
  624. Python-master/daily_horoscope.py 3.5KB
  625. Python-master/data.csv 34.38KB
  626. Python-master/data.db
  627. Python-master/data.json 4.69MB
  628. Python-master/date-timeclient.py 225B
  629. Python-master/date-timeserver.py 388B
  630. Python-master/days_from_date.py 1.87KB
  631. Python-master/dec_to_hex.py 71B
  632. Python-master/decimal to binary.py 273B
  633. Python-master/depreciated_programs/
  634. Python-master/depreciated_programs/corona_cases.py 4.65KB
  635. Python-master/dialogs/
  636. Python-master/dialogs/README.md 160B
  637. Python-master/dialogs/messagebox.py 185B
  638. Python-master/dialogs/requirements.txt 12B
  639. Python-master/diamond.py 425B
  640. Python-master/dice.py 1.14KB
  641. Python-master/diceV2_dynamic.py 2.63KB
  642. Python-master/dice_rolling_simulator.py 2.25KB
  643. Python-master/diction.py 1.59KB
  644. Python-master/different model output 296B
  645. Python-master/digital_clock.py 1.35KB
  646. Python-master/dir_test.py 1.11KB
  647. Python-master/divisors_of_a_number.py 572B
  648. Python-master/email id dictionary/
  649. Python-master/email id dictionary/README.md 494B
  650. Python-master/email id dictionary/dict1.py 663B
  651. Python-master/email id dictionary/mbox-short.txt 92.43KB
  652. Python-master/encrypter-decrypter-gui.py 8.44KB
  653. Python-master/encrypter_decrypter_gui.py 8.44KB
  654. Python-master/encryptsys.py 1.98KB
  655. Python-master/env_check.py 1.29KB
  656. Python-master/environment.yml 22.04KB
  657. Python-master/equations.py 1.14KB
  658. Python-master/ex20.py 674B
  659. Python-master/facebook id hack.py 1.88KB
  660. Python-master/facebook-autologin-bot.py 1.99KB
  661. Python-master/factorial_perm_comp.py 1.83KB
  662. Python-master/factors.py 284B
  663. Python-master/fastapi.py 901B
  664. Python-master/fetch_news.py 525B
  665. Python-master/fibonacci.py 1.45KB
  666. Python-master/fibonacci_SIMPLIFIED 282B
  667. Python-master/fibonici series.py 435B
  668. Python-master/file_ext_changer.py 3.77KB
  669. Python-master/fileinfo.py 2.72KB
  670. Python-master/find_cube_root.py 781B
  671. Python-master/find_prime.py 2.06KB
  672. Python-master/finding LCM.py 391B
  673. Python-master/findlargestno.md 550B
  674. Python-master/flappyBird_pygame/
  675. Python-master/flappyBird_pygame/README.md 27B
  676. Python-master/flappyBird_pygame/flappy_bird.py 8.23KB
  677. Python-master/flappyBird_pygame/images/
  678. Python-master/flappyBird_pygame/images/background.png 24.16KB
  679. Python-master/flappyBird_pygame/images/bird.gif 3.52KB
  680. Python-master/flappyBird_pygame/images/bird_wing_down.png 1.38KB
  681. Python-master/flappyBird_pygame/images/bird_wing_up.png 1.29KB
  682. Python-master/flappyBird_pygame/images/ground.png 951B
  683. Python-master/flappyBird_pygame/images/pipe.png 599B
  684. Python-master/flappyBird_pygame/images/pipe_body.png 331B
  685. Python-master/flappyBird_pygame/images/pipe_end.png 692B
  686. Python-master/floodfill/
  687. Python-master/floodfill/demo.gif 245.01KB
  688. Python-master/floodfill/floodfill.py 3.92KB
  689. Python-master/folder_size.py 1.54KB
  690. Python-master/four_digit_num_combination.py 512B
  691. Python-master/framework/
  692. Python-master/framework/quo.md 15.59KB
  693. Python-master/friday.py 400B
  694. Python-master/ftp_send_receive.py 1.1KB
  695. Python-master/gambler.py 451B
  696. Python-master/game_of_life/
  697. Python-master/game_of_life/05_mixed_sorting.py 1.63KB
  698. Python-master/game_of_life/game_o_life.py 2.96KB
  699. Python-master/game_of_life/sample.gif 223.48KB
  700. Python-master/gcd.py 357B
  701. Python-master/generate_permutations.py 347B
  702. Python-master/get_crypto_price.py 1KB
  703. Python-master/get_info_remoute_srv.py 881B
  704. Python-master/get_likes_on_FB.py 913B
  705. Python-master/get_youtube_view.py 1.22KB
  706. Python-master/google.py 881B
  707. Python-master/googlemaps.py 409B
  708. Python-master/googleweb.py 3.05KB
  709. Python-master/greaterno.py 550B
  710. Python-master/greattwono 239B
  711. Python-master/gstin_scraper.py 2.66KB
  712. Python-master/gui_calculator.py 4.47KB
  713. Python-master/happy_num.py 1.17KB
  714. Python-master/heap_sort.py 1.4KB
  715. Python-master/helloworld.py 785B
  716. Python-master/housing.data 47.93KB
  717. Python-master/housing.names 2.03KB
  718. Python-master/how to add three numbers and find type in python.py 100B
  719. Python-master/how to display the fibonacci sequence up to n-.py 496B
  720. Python-master/image2pdf/
  721. Python-master/image2pdf/image2pdf.py 3.95KB
  722. Python-master/image2pdf/requirements.txt 7B
  723. Python-master/img/
  724. Python-master/img/hand1.jpg 20.05KB
  725. Python-master/importerror.txt 77B
  726. Python-master/index.html 1B
  727. Python-master/inheritance_YahV1729.python 786B
  728. Python-master/input matrice,product any order!.py 1.4KB
  729. Python-master/insertion_sort.py 1.48KB
  730. Python-master/insta_image_saving/
  731. Python-master/insta_image_saving/driver/
  732. Python-master/insta_image_saving/driver/driver.exe 6.17MB
  733. Python-master/insta_image_saving/driver/file 34B
  734. Python-master/insta_image_saving/instagram_image_scrapping.ipynb 4.64KB
  735. Python-master/insta_image_saving/instructions.txt 483B
  736. Python-master/insta_image_saving/output/
  737. Python-master/insta_image_saving/output/file 45B
  738. Python-master/insta_image_saving/readme.txt 116B
  739. Python-master/insta_monitering/
  740. Python-master/insta_monitering/con_file.py 149B
  741. Python-master/insta_monitering/insta_api.py 5.4KB
  742. Python-master/insta_monitering/insta_datafetcher.py 15.47KB
  743. Python-master/insta_monitering/ipList.txt
  744. Python-master/insta_monitering/subpinsta.py 702B
  745. Python-master/internet_connection_py3.py 778B
  746. Python-master/invisible_clock.py 1.47KB
  747. Python-master/iprint.py 160B
  748. Python-master/is_number.py 914B
  749. Python-master/jee_result.py 1.11KB
  750. Python-master/kmp_str_search.py 1.51KB
  751. Python-master/largestno.py 228B
  752. Python-master/lcm.py 1.09KB
  753. Python-master/leap year.py 459B
  754. Python-master/length.py 248B
  755. Python-master/letter_frequency.py 300B
  756. Python-master/levenshtein_distance.py 1.51KB
  757. Python-master/libs/
  758. Python-master/libs/haarcascade_eye.xml 333.4KB
  759. Python-master/libs/haarcascade_eye_tree_eyeglasses.xml 587.56KB
  760. Python-master/libs/haarcascade_frontalface_default.xml 908.33KB
  761. Python-master/linear search.py 234B
  762. Python-master/linear-algebra-python/
  763. Python-master/linear-algebra-python/README.md 3.14KB
  764. Python-master/linear-algebra-python/src/
  765. Python-master/linear-algebra-python/src/Transformations2D.py 980B
  766. Python-master/linear-algebra-python/src/lib.py 12.19KB
  767. Python-master/linear-algebra-python/src/lib.pyc 12.88KB
  768. Python-master/linear-algebra-python/src/tests.py 5KB
  769. Python-master/linear_search.py 335B
  770. Python-master/live_sketch.py 489B
  771. Python-master/loader.py 753B
  772. Python-master/local_weighted_learning/
  773. Python-master/local_weighted_learning/local_weighted_learning.md 2.91KB
  774. Python-master/local_weighted_learning/local_weighted_learning.py 3.45KB
  775. Python-master/login.py 1.93KB
  776. Python-master/logs.py 1.36KB
  777. Python-master/longest_increasing_subsequence_length.py 564B
  778. Python-master/love_turtle.py 440B
  779. Python-master/luhn_algorithm_for_credit_card_validation.py 1.11KB
  780. Python-master/magic8ball.py 1.34KB
  781. Python-master/magic_8_ball.py 1.34KB
  782. Python-master/mapit.py 280B
  783. Python-master/mathfunctions 57B
  784. Python-master/meme_maker.py 1.59KB
  785. Python-master/memorygame.py 1.47KB
  786. Python-master/merge.py 1KB
  787. Python-master/missing number from list.py 249B
  788. Python-master/mobilePhoneSpecsScrapper.py 4.42KB
  789. Python-master/move_files_over_x_days.py 1.93KB
  790. Python-master/movie_details.py 1.57KB
  791. Python-master/multiplication_table.py 703B
  792. Python-master/my project 1.1KB
  793. Python-master/nDigitNumberCombinations.py 457B
  794. Python-master/nasa_apod_with_requests/
  795. Python-master/nasa_apod_with_requests/README.md 194B
  796. Python-master/nasa_apod_with_requests/run.py 801B
  797. Python-master/nasa_apod_with_requests/settings.py 9B
  798. Python-master/new.py 3.79KB
  799. Python-master/new_pattern.py 471B
  800. Python-master/new_script.py 1.95KB
  801. Python-master/news_articles__scraper.py 6.37KB
  802. Python-master/news_intent_schema.json 980B
  803. Python-master/next_number.py 546B
  804. Python-master/nitkarshchourasia/
  805. Python-master/nitkarshchourasia/to_sort/
  806. Python-master/nitkarshchourasia/to_sort/GUI_apps/
  807. Python-master/nitkarshchourasia/to_sort/GUI_apps/tkinter_apps/
  808. Python-master/nitkarshchourasia/to_sort/GUI_apps/tkinter_apps/counter_app/
  809. Python-master/nitkarshchourasia/to_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py 2.21KB
  810. Python-master/nitkarshchourasia/to_sort/GUI_apps/tkinter_apps/hello_world_excla_increment_app/
  811. Python-master/nitkarshchourasia/to_sort/GUI_apps/tkinter_apps/hello_world_excla_increment_app/hello_world_incre_decre_(!).py 1.54KB
  812. Python-master/nitkarshchourasia/to_sort/GUI_apps/tkinter_apps/simple_calc_GUI/
  813. Python-master/nitkarshchourasia/to_sort/GUI_apps/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py 10.44KB
  814. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/
  815. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/.vscode/
  816. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/.vscode/settings.json 272B
  817. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/JARVIS_2.0.py 9.25KB
  818. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/README.md 788B
  819. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/check_internet_con.py 779B
  820. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/features_to_add.py 364B
  821. Python-master/nitkarshchourasia/to_sort/JARVIS_python_bot/requirements.txt 125B
  822. Python-master/nitkarshchourasia/to_sort/determine_sign.py 1.78KB
  823. Python-master/nitkarshchourasia/to_sort/django_projects/
  824. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/
  825. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/ToDo_webapp_Screenshot_demo.png 197.19KB
  826. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/db.sqlite3 132KB
  827. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/manage.py 665B
  828. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/
  829. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/__init__.py
  830. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/admin.py 115B
  831. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/apps.py 140B
  832. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/forms.py 149B
  833. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/migrations/
  834. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/migrations/0001_initial.py 821B
  835. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/migrations/__init__.py
  836. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/models.py 331B
  837. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/templates/
  838. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/templates/todo/
  839. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/templates/todo/index.html 2.62KB
  840. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/tests.py 60B
  841. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo/views.py 847B
  842. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo_site/
  843. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo_site/__init__.py
  844. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo_site/asgi.py 395B
  845. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo_site/settings.py 3.17KB
  846. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo_site/urls.py 885B
  847. Python-master/nitkarshchourasia/to_sort/django_projects/ToDo_webapp/todo_site/wsgi.py 395B
  848. Python-master/nitkarshchourasia/to_sort/one_rep_max_calculator/
  849. Python-master/nitkarshchourasia/to_sort/one_rep_max_calculator/README.md 1.63KB
  850. Python-master/nitkarshchourasia/to_sort/one_rep_max_calculator/one_rep_max_calculator.py 1.36KB
  851. Python-master/nitkarshchourasia/to_sort/one_rep_max_calculator/one_rep_max_calculator_gui.py 2.3KB
  852. Python-master/nitkarshchourasia/to_sort/pdf_to_docx_converter/
  853. Python-master/nitkarshchourasia/to_sort/pdf_to_docx_converter/pdf_to_docx.py 3.26KB
  854. Python-master/nitkarshchourasia/to_sort/pdf_to_docx_converter/requirements.txt 69B
  855. Python-master/nitkarshchourasia/to_sort/word2number/
  856. Python-master/nitkarshchourasia/to_sort/word2number/word2number.py 2.1KB
  857. Python-master/nmap_scan.py 1.34KB
  858. Python-master/nodepad/
  859. Python-master/nodepad/README.md 1.11KB
  860. Python-master/nodepad/bin/
  861. Python-master/nodepad/bin/notepad.pyc 7.37KB
  862. Python-master/nodepad/bin/notepad_support.pyc 4.58KB
  863. Python-master/nodepad/img/
  864. Python-master/nodepad/img/screenshot.png 12.12KB
  865. Python-master/nodepad/notepad.py 8.03KB
  866. Python-master/nodepad/src/
  867. Python-master/nodepad/src/notepad.tcl 11.71KB
  868. Python-master/notepad/
  869. Python-master/notepad/notepad_support.py 3.56KB
  870. Python-master/nslookup_check.py 531B
  871. Python-master/num-py.py 700B
  872. Python-master/number guessing.py 1.85KB
  873. Python-master/numberguessinggame/
  874. Python-master/numberguessinggame/index.py 767B
  875. Python-master/numeric_password_cracker.py 1.1KB
  876. Python-master/oneeven.py 233B
  877. Python-master/osinfo.py 1.27KB
  878. Python-master/other_pepole/
  879. Python-master/other_pepole/get_ip_gui 2.51KB
  880. Python-master/pan.py 6.86KB
  881. Python-master/passwordGen.py 904B
  882. Python-master/passwordGenerator.py 1.68KB
  883. Python-master/password_checker.py 506B
  884. Python-master/password_cracker.py 1.56KB
  885. Python-master/password_manager.py 4.84KB
  886. Python-master/password_programs_multiple/
  887. Python-master/password_programs_multiple/animal_name_scraiper.py 2.15KB
  888. Python-master/password_programs_multiple/passwordGenerator.py 1.98KB
  889. Python-master/personal_translator.py 1.34KB
  890. Python-master/ph_email.py 1.34KB
  891. Python-master/ping_servers.py 3.56KB
  892. Python-master/ping_subnet.py 2.05KB
  893. Python-master/polygon.py 462B
  894. Python-master/portscanner.py 2.12KB
  895. Python-master/positiveNegetive.py 113B
  896. Python-master/power_of_n.py 1.36KB
  897. Python-master/power_of_two.py 324B
  898. Python-master/powerdown_startup.py 2.29KB
  899. Python-master/powers of 2.py 340B
  900. Python-master/powerup_checks.py 5.41KB
  901. Python-master/primelib/
  902. Python-master/primelib/Prime.txt 520B
  903. Python-master/primelib/README 3.72KB
  904. Python-master/primelib/primelib.py 14.2KB
  905. Python-master/print hello world.py 60B
  906. Python-master/prison_break_scrapper.py 920B
  907. Python-master/pscheck.py 1.36KB
  908. Python-master/psunotify.py 1.23KB
  909. Python-master/puttylogs.py 1.59KB
  910. Python-master/pyauto.py 601B
  911. Python-master/pygame.py 1.85KB
  912. Python-master/pyhton_array.py 110B
  913. Python-master/pythagoreanTriplets.py 308B
  914. Python-master/python Space Invader game.py 4.14KB
  915. Python-master/python program for finding square root for positive number.py 262B
  916. Python-master/pythonVideoDownloader.py 1.63KB
  917. Python-master/python_codes 29B
  918. Python-master/python_sms.py 2.15KB
  919. Python-master/python_webscraper.py 574B
  920. Python-master/qrcode.py 213B
  921. Python-master/qrdecoder.py 284B
  922. Python-master/quiz_game.py 933B
  923. Python-master/quote.py 460B
  924. Python-master/random-sentences.py 1.16KB
  925. Python-master/random_file_move.py 1.77KB
  926. Python-master/randomloadingmessage.py 5.71KB
  927. Python-master/rangoli.py 1.03KB
  928. Python-master/read_excel_file.py 628B
  929. Python-master/rearrange-files/
  930. Python-master/rearrange-files/rearrange-files.py 1.38KB
  931. Python-master/recursive-fibonacci.py 103B
  932. Python-master/recursiveStrings.py 968B
  933. Python-master/recyclebin.py 1.51KB
  934. Python-master/remove a character from a file and rewrite.py 727B
  935. Python-master/repeat.py 330B
  936. Python-master/replacetext.py 324B
  937. Python-master/repo_website/
  938. Python-master/repo_website/docs/
  939. Python-master/repo_website/docs/README_og.md 32.18KB
  940. Python-master/repo_website/docs/img/
  941. Python-master/repo_website/docs/img/favicon.ico 15.04KB
  942. Python-master/repo_website/mkdocs.yml 2.02KB
  943. Python-master/requirements.txt 969B
  944. Python-master/requirements_with_versions.txt 1.76KB
  945. Python-master/reversed_pattern3.py 325B
  946. Python-master/rock_paper_scissor_game.py 926B
  947. Python-master/rook.py 1.46KB
  948. Python-master/rotate_string.py 417B
  949. Python-master/rotatelist.py 525B
  950. Python-master/russian_roulette.py 2.47KB
  951. Python-master/sample.xlsx 81.46KB
  952. Python-master/scalg.py 4.47KB
  953. Python-master/scrap_file.py 966B
  954. Python-master/script_count.py 4.15KB
  955. Python-master/script_listing.py 1.58KB
  956. Python-master/season-1819_csv.csv 90.74KB
  957. Python-master/send_message_automation/
  958. Python-master/send_message_automation/README.md 115B
  959. Python-master/send_message_automation/author_name_NC.txt 631B
  960. Python-master/send_message_automation/automatic_send-message_demo_video.mp4 3.89MB
  961. Python-master/send_message_automation/message_automation.py 1.13KB
  962. Python-master/send_message_automation/send_message_automation_demo_gif_image.gif 742.89KB
  963. Python-master/send_message_automation/send_message_automation_demo_video_2.mp4 130.43KB
  964. Python-master/sendemail.py 4.74KB
  965. Python-master/sensors_information.py 1.16KB
  966. Python-master/serial_scanner.py 1.69KB
  967. Python-master/sha1.py 4.7KB
  968. Python-master/sierpinski_triangle.py 2.11KB
  969. Python-master/simpleInterest.py 239B
  970. Python-master/simulate_memory_cpu.py 1.63KB
  971. Python-master/singly_linked_list.py 2.57KB
  972. Python-master/size(resolution)image.py 619B
  973. Python-master/slack_message.py 729B
  974. Python-master/snake.py 3.84KB
  975. Python-master/snake_case_renamer_depth_one.py 2.34KB
  976. Python-master/socket-programming/
  977. Python-master/socket-programming/README.md 397B
  978. Python-master/socket-programming/client.py 671B
  979. Python-master/socket-programming/requirements.txt 7B
  980. Python-master/socket-programming/server.py 1.23KB
  981. Python-master/solution to euler project problem 10.py 2.52KB
  982. Python-master/soundex_algorithm.py 1.23KB
  983. Python-master/spiralmatrix.py 733B
  984. Python-master/spotifyAccount.py 3.19KB
  985. Python-master/sqlite_check.py 1.08KB
  986. Python-master/sqlite_table_check.py 1.33KB
  987. Python-master/stack.py 1.24KB
  988. Python-master/stackF_Harsh2255.py 1.02KB
  989. Python-master/stone_paper_scissor/
  990. Python-master/stone_paper_scissor/main.py 879B
  991. Python-master/stone_paper_scissor/utils.py 507B
  992. Python-master/string_rotation.py 549B
  993. Python-master/sudoku.py 1.82KB
  994. Python-master/sum_of_digits_of_a_number.py 664B
  995. Python-master/swap.py 1.97KB
  996. Python-master/swapping of two numbers 1B
  997. Python-master/test.cpp 1B
  998. Python-master/testlines.py 446B
  999. Python-master/text to speech 357B
  1000. Python-master/text-to-audio/
  1001. Python-master/text-to-audio/README.md 1.24KB
  1002. Python-master/text-to-audio/hello.txt 55B
  1003. Python-master/text-to-audio/hello_world.mp3 17.34KB
  1004. Python-master/text-to-audio/main.py 493B
  1005. Python-master/text-to-audio/requirements.txt 8B
  1006. Python-master/text-to-audio/text-file-to-audio.py 512B
  1007. Python-master/text_file_replace.py 1.28KB
  1008. Python-master/text_to_audio/
  1009. Python-master/text_to_audio/README.md 319B
  1010. Python-master/text_to_audio/author_name_NC.txt 631B
  1011. Python-master/text_to_audio/main.py 6.09KB
  1012. Python-master/text_to_audio/requirements.txt 26B
  1013. Python-master/text_to_audio/special_file.txt 134B
  1014. Python-master/text_to_pig_latin.py 1.11KB
  1015. Python-master/tf_idf_generator.py 5.09KB
  1016. Python-master/thired-party-haarcascade-mustache-on-face/
  1017. Python-master/thired-party-haarcascade-mustache-on-face/Nose.xml 2.91MB
  1018. Python-master/thired-party-haarcascade-mustache-on-face/face.xml 1.71MB
  1019. Python-master/thired-party-haarcascade-mustache-on-face/image/
  1020. Python-master/thired-party-haarcascade-mustache-on-face/image/avee.png 365.02KB
  1021. Python-master/thired-party-haarcascade-mustache-on-face/image/mustache.png 7.98KB
  1022. Python-master/thired-party-haarcascade-mustache-on-face/mustache-add-on-face.py 1.28KB
  1023. Python-master/thired-party-haarcascade-mustache-on-face/utils.py 2.45KB
  1024. Python-master/thread_signal.py 794B
  1025. Python-master/tic-tac-toe.py 2.63KB
  1026. Python-master/tic_tak_toe.py 2.57KB
  1027. Python-master/tik_tak.py 2.86KB
  1028. Python-master/time_delta.py 1.44KB
  1029. Python-master/to check leap year 459B
  1030. Python-master/totaldigits.py 156B
  1031. Python-master/translation_of_sizes_of_underwear_RU.py 1.54KB
  1032. Python-master/triangles.py 415B
  1033. Python-master/tuple.py 340B
  1034. Python-master/turtal game.ipynb 3.44KB
  1035. Python-master/turtle module 3.96KB
  1036. Python-master/turtle_shapes_made.py 1.24KB
  1037. Python-master/tweeter.py 1.85KB
  1038. Python-master/twitter_post_scraper.py 1.28KB
  1039. Python-master/two_num.py 691B
  1040. Python-master/ultimate-phone-book/
  1041. Python-master/ultimate-phone-book/contacts.py 6.17KB
  1042. Python-master/ultimate-phone-book/readme.md 460B
  1043. Python-master/url_shortner.py 360B
  1044. Python-master/very_easy/
  1045. Python-master/very_easy/is_number.py 914B
  1046. Python-master/video-operations/
  1047. Python-master/video-operations/slow-motion.py 449B
  1048. Python-master/video-operations/timelapse.py 450B
  1049. Python-master/videodownloder.py 550B
  1050. Python-master/vigenere_cipher.py 1.04KB
  1051. Python-master/vowel remover function.py 176B
  1052. Python-master/webcam.py 1.14KB
  1053. Python-master/whatsapp-monitor.py 1.5KB
  1054. Python-master/whatsapp-schedule.py 1.26KB
  1055. Python-master/wifi hack by brutefore.py 4.39KB
  1056. Python-master/wiki/
  1057. Python-master/wiki/requirements.txt 18B
  1058. Python-master/wiki/wiki.py 2.22KB
  1059. Python-master/wiki_random.py 1.44KB
  1060. Python-master/wikipedia.py 527B
  1061. Python-master/work_connect.py 2.66KB
  1062. Python-master/write_excel_file.py 1.08KB
  1063. Python-master/youtubedownloader.py 1.47KB
0评论
提交 加载更多评论
其他资源 狂怒的火柴人全套素材,每一帧单独罗列,png格式
狂怒的火柴人全套素材,每一帧单独罗列,png格式 攻击 移动 跳跃 敌人 场景 建筑 等等所有素材均全面存在,不混字数,实在内容
LayoutInspectorV2-Pro
LayoutInspectorV2-Pro 布局检查器
TranslationPlugin-3.6.4
TranslationPlugin-3.6.4 翻译插件
AndroidLocalize-3.0.0
AndroidLocalize-3.0.0
汽车电子-LIN总线-LIN从机-AT32
LIN(Local Interconnect Network)从机是连接在LIN网络中的设备,负责响应LIN主机的指令并执行相应的操作。以下是LIN从机的一些基本介绍: 定义与功能:LIN从机是网络中的从节点,主要任务是接收来自LIN主机的命令,并根据指令进行数据处理或状态反馈。 网络结构:LIN网络由一个主节点(主机)和多个从节点(从机)组成。主机负责控制通信时序和数据传输,而从机则在主机发起通信后进行响应。 通信方式:从机只能在主机发送帧头时进行通信,主机定义了从机的发送时机。通信采用单线传输方式,数据传输速率通常为20 Kbps。 数据传输:从机通常包含一个接收器和一个发送器,用于接收主机的命令和发送状态信息。它们通过LIN帧进行数据传输,包括数据标识符和数据字段。 成本与设计:LIN从机设计相对简单,所需的硬件成本较低,使其适合于大规模部署在车辆中。 应用领域:LIN从机广泛应用于汽车电子系统,如车窗控制、座椅调节、灯光控制等,也可以用于其他低速、低成本的嵌入式系统。 LIN从机在LIN网络中起到重要的作用,通过与主机的协同工作,实现了各种设备的高效管理与控制。
汽车电子-LIN总线-LIN从机-AT32
100天拿下Python - Day 21-100(附源码)
100天拿下Python - Day 21-100(附源码)
汽车电子-LIN总线-LIN主机-AT32
LIN(Local Interconnect Network)是一种低速、低成本的串行通信协议,广泛应用于汽车电子系统中,主要用于在车辆内部的各种设备之间进行通信。以下是LIN主机的一些基本介绍: 定义与功能:LIN主机是一种控制节点,负责管理LIN网络中的通信。它可以发送和接收信息,协调从节点的活动。 网络结构:LIN网络通常由一个主节点(LIN主机)和多个从节点组成。主节点负责发起通信,而从节点则响应主节点的请求。 通信方式:LIN使用单线通信,通常在一个主节点和多个从节点之间建立。主节点定期发送帧头,确定从节点的发送时机。 数据传输:LIN协议支持点对点的数据传输,传输速率通常为20 Kbps,适合于低带宽需求的应用,如车窗控制、座椅调节等。 成本与复杂性:由于LIN协议的实现较为简单,所需硬件成本较低,适合于大规模应用。 应用领域:除了汽车领域,LIN也可用于其他需要低速通信的嵌入式系统,如工业控制和家庭自动化。 LIN主机在汽车电子系统中的重要性不可小觑,帮助实现了多种设备的高效通信和控制。
汽车电子-LIN总线-LIN主机-AT32
P3 流水线MIPS处理器设计与验证
实验报告+项目 Verilog语言