Author name: Akepati Gnaneswari

creating a image resizer

Introduction The python program resizes an image usingĀ  the pillow library.it prompts the user for the image name,desired output filename,file format(JPG or PNG),and new dimensions.The program checks if the image exists,resizes it to the specified dimensions,and saves it with the new name.it also includes basic error handling to ensure valid inputs and proper file operations. …

creating a image resizer Read More »

Get company website URL from company name

Introduction The “Get Company Website URL from Company Name” program is designed to help users quickly find the official website of a company by entering its name. The program automates the process of searching for the company’s website by querying a search engine (like Google), extracting the first result, and providing a direct link to …

Get company website URL from company name Read More »

Scroll to Top