L. Abhilash

Results 7 issues of L. Abhilash

Added a text-to-speech feature using pyttsx3. This feature allows the program to convert text into spoken voice output. Closes #405 changes are welcome

This PR addresses the indentation issue in the Day 9 section related to nested conditions. In the original content, the indentation was not aligned properly, which might confuse beginners since...

The README file has been updated.

This PR adds a Rock-Paper-Scissors game that uses OpenCV and Mediapipe to detect hand gestures in real time through the webcam. The user shows their hand gesture (rock, paper, or...

This PR is on the JPG to PNG conversion task as assigned. This script leverages the Python Imaging Library (PIL) to open a .jpeg image and save it as a...

Updated README with Text to Speech script info

Replaced the old input validation logic with a more robust version using try-except for error handling and a clear range check. Now it only accepts integers between 1 and 10...