- Видео 6
- Просмотров 395
Unix
Добавлен 11 янв 2024
How to Reset Your router by firmware updates forcefully
Is your old router refusing to reset or not accepting firmware updates? You're not alone! In this video, we’ll cover common issues faced with outdated routers from brands like TP-Link, Netgear, D-Link, Asus, and others. Learn why these problems occur and how you can troubleshoot and fix them effectively.
Facebook: rubayetsadat.shoud
Links:
Softpedia: drivers.softpedia.com
nmrpflash: github.com/jclehner/nmrpflash/releases
npcap: npcap.com
Netgear: www.netgear.com/support/product
Facebook: rubayetsadat.shoud
Links:
Softpedia: drivers.softpedia.com
nmrpflash: github.com/jclehner/nmrpflash/releases
npcap: npcap.com
Netgear: www.netgear.com/support/product
Просмотров: 144
Видео
Motion Extraction
Просмотров 9010 месяцев назад
Motion Extraction video converter! It can convert a simple video to a Motion Extraction video. For make fun, just write some python script & run on your terminal: * pip install opencv-python After that, run the python file & enjoy! For good result use steady video. Facebook: rubayetsadat.shoud Source Code: github.com/SadatShoud/Motion_extraction/blob/main/Motion_extraction.py
Image to sketch using python
Просмотров 2310 месяцев назад
A simple project using python for Beginners. It can convert any image to pencil sketch by image processing. For make fun, Inside your project environment just run on the terminal : pip install opencv-python pip install pillow Then run the code as simple as that & enjoy!!! Facebook: rubayetsadat.shoud Source Code: github.com/SadatShoud/Image_to_sketch/blob/main/main.py
File converter app using Python
Просмотров 2410 месяцев назад
Offline file converter app using Python. It can convert pdf file to docx and vice versa. Why you are using online converter app? Make your own converter app just writing some python scripts. Inside your project environment just run on the terminal : pip install python-docx 1.1.0 pip install tk pip install PyPDF2 Facebook: rubayetsadat.shoud Source Code: github.com/SadatShoud/Offlin...
Alarm system with note using Python GUI
Просмотров 4111 месяцев назад
In this video we can learn how to make an alarm system using Python-Pygame. User can set a time and after the end of countdown, it will works as an alarm. The note you have written in the text box will have shown in the popup message. Facebook: rubayetsadat.shoud Source code: github.com/SadatShoud/alarm_note_python/blob/main/main.py
How to make a text file .doc .pdf reader using Python!
Просмотров 73Год назад
This video shows how to make a text file(.doc, .pdf) reader, by writing some Python code using Python Libraries. From this video, You can easily make your own python text file reader & also can use it in your daily life. Facebook: rubayetsadat.shoud Source Code: github.com/SadatShoud/File_Reader/blob/main/main.py