Advertisement
Najeebsk

Python-Requirements.txt

Mar 4th, 2024
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.44 KB | None | 0 0
  1. https://pypi.org/
  2. python -m pip3 install --upgrade pip
  3. ==========================
  4. python -m pip3 install --upgrade pip
  5. pyinstaller IMAGES-SEARCH.py --onefile --noconsole
  6.  
  7. pyinstaller --onefile --noconsole --add-data "your_image.png;." --icon="your_icon.ico" your_script.py
  8.  
  9. pyinstaller --onefile --noconsole --icon=1.png Run2.py
  10.  
  11. auto-py-to-exe
  12. pip install --upgrade pip
  13. pip uninstall <packagename>
  14. pip install <packagename>
  15. pipenv uninstall --all
  16. ---------------------------------------------------------------------------------
  17. C:\users\najeeb\appdata\local\programs\python\python37-32\python.exe -m pip install --upgrade pip
  18. pip install auto-py-to-exe==2.42.0
  19. pip install beautifulsoup4==4.12.3
  20. pip install bottle==0.12.25
  21. bottle-websocket==0.2.9
  22. certifi==2024.2.2
  23. cffi==1.15.1
  24. chardet==4.0.0
  25. charset-normalizer==3.3.2
  26. pip install colorama==0.4.4
  27. crayons==0.4.0
  28. cryptography==42.0.4
  29. customtkinter==5.2.2
  30. cycler==0.11.0
  31. darkdetect==0.8.0
  32. decorator==4.4.2
  33. EasyProcess==0.3
  34. Eel==0.16.0
  35. entrypoint2==0.2.4
  36. fonttools==4.38.0
  37. future==0.18.3
  38. gevent==22.10.2
  39. gevent-websocket==0.10.1
  40. greenlet==3.0.3
  41. h11==0.14.0
  42. idna==2.10
  43. imageio==2.31.2
  44. imageio-ffmpeg==0.4.9
  45. importlib-metadata==6.7.0
  46. keyboard==0.13.5
  47. kiwisolver==1.4.5
  48. matplotlib==3.5.3
  49. MouseInfo==0.1.3
  50. pip install moviepy==1.0.3
  51. mss==6.1.0
  52. multipledispatch==1.0.0
  53. numpy==1.21.6
  54. opencv-python==4.9.0.80
  55. packaging==23.2
  56. pandas==1.3.5
  57. pefile==2023.2.7
  58. piexif==1.1.3
  59. Pillow==9.5.0
  60. proglog==0.1.10
  61. pyasn1==0.5.1
  62. ---------------------------------
  63. PyAutoGUI==0.9.54    NOT
  64. ---------------------------------
  65. pycparser==2.21
  66. pycryptodome==3.20.0
  67. pyDes==2.0.1
  68. pyfiglet==0.8.post1
  69. PyGetWindow==0.0.9
  70. pyinstaller==5.13.2
  71. pyinstaller-hooks-contrib==2024.0
  72. PyMsgBox==1.0.9
  73. pyparsing==3.1.1
  74. pyperclip==1.8.2
  75. PyRect==0.2.0
  76. pyscreenshot==3.0
  77. PyScreeze==0.1.30
  78. pystray==0.19.5
  79. pytesseract==0.3.10
  80. python-dateutil==2.8.2
  81. python-magic==0.4.27
  82. pytube==15.0.0
  83. pytweening==1.0.7
  84. pytz==2024.1
  85. pywin32==301
  86. pywin32-ctypes==0.2.2
  87. requests==2.25.1
  88. requests3==0.0.0
  89. rsa==4.9
  90. setuptools==47.1.0
  91. six==1.16.0
  92. soupsieve==2.4.1
  93. stegano==0.9.9
  94. subprocess.run==0.0.8
  95. tk==0.1.0
  96. tqdm==4.66.2
  97. typing_extensions==4.7.1
  98. urljoin2==1.0.13
  99. urllib3==1.26.18
  100. Wand==0.6.13
  101. wget==3.2
  102. whichcraft==0.6.1
  103. youtube-download-cli==0.0.0.3
  104. pip install youtube_dl
  105. pip install yt-dlp
  106. pip install yt-cli-dl
  107. you-get
  108. zipp==3.15.0
  109. zope.event==5.0
  110. zope.interface==6.1
  111.  
  112.                                    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement