pravocodes / Hacktoberfest2024

25 stars 227 forks source link

Added voice-controlled task manager and animated intro using Python #87

Open AyushKhatri-Dev opened 1 week ago

AyushKhatri-Dev commented 1 week ago

Hello,

I have added two new Python scripts to the project:

todo.py:

This script uses speech recognition to implement a voice-controlled to-do list manager. Users can add tasks to the to-do list via voice commands using Python’s speech_recognition library. This feature makes task management more convenient and hands-free. intro.py:

This script is an animated introduction built using Python. It adds an engaging start to the project by displaying an animated intro for users. I believe these contributions will add significant value to the project by enhancing both functionality and user experience.

Kindly review and merge the changes if everything looks good. Let me know if any modifications are needed. Thank you! 😊