[WinError 145] The directory is not empty: 'FolderPath' - Python By: Mohamed Rasik 30 October 2023 I got this following error while deleting the folder in python. [WinError 145] The directory is not empty: 'images' Read More
How to generate barcode using python? By: Mohamed Rasik 21 October 2023 In this tutorial I will show you how to generate barcode using python. Read More
How to create a currency convertor in python By: Mohamed Rasik 19 October 2023 In this tutorial I will show you how to create a currency convertor using python program. Read More
How to convert csv to pdf using pdfkit python By: Mohamed Rasik 19 October 2023 In this tutorial I will show you how to convert csv to pdf using pdfkit python. Read More
Convert rgb color tuple to Hexa decimal string using Python. By: Mohamed Rasik 17 October 2023 In this tutorial I will show you how to convert rgb color tuple to Hexa decimal string using Python. Read More
Extract list of color from an Image using python By: Mohamed Rasik 15 October 2023 In this tutorial I will show you how to extract list of color from an image using python program. Read More
ImportError: cannot import name 'OxmlElement' from 'docx.oxml' - Python By: Mohamed Rasik 14 October 2023 I got this following error while running the python program. "ImportError: cannot import name 'OxmlElement' from 'docx.oxml' " Read More
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 49: character maps to <undefined> - Python By: Mohamed Rasik 12 October 2023 I got this following error while executing a python program on countryinfo. UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 49: character maps to Read More
Calculate remaining days of domain using whois Python module By: Mohamed Rasik 11 October 2023 In this tutorial I will show you how to calculate remaining days of domain to expire. Read More
AttributeError: module 'urllib' has no attribute 'urlopen' - Python By: Mohamed Rasik 9 October 2023 I got this following error while running the python program "AttributeError: module 'urllib' has no attribute 'urlopen'" Read More