You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I contribute to this project by adding new features to the current project like:
Login Page with different security features for the better security.
we can a login Page for security purpose and addition to that we can add captcha for same.
Because of adding this feature in your project , user can Login with the full of security into your software.
Would it be fine if I work on this.
The text was updated successfully, but these errors were encountered:
In your code we are adding a login page for user for the better interaction with the software also it will also useful for admin to handle the data for particular class/branch.
Also In this Login Page we are adding a security features like CAPTCHA.
Also we are adding a win32com.client API. There are several APIs available to convert text to speech in python. One of such APIs available in the python library commonly known as win32com library. It provides a bunch of methods to get excited about and one of them is the Dispatch method of the library. Dispatch method when passed with the argument of SAPI.SpVoice It interacts with the Microsoft Speech SDK to speak what you type in from the your code.
Ash515#1 for installation of win32com.client module :
write this command in your terminal : pip install pypiwin32
Ash515#2 For CAPTCHA module installation :
we are using a random module.
Hello @Ash515 ,
Can I contribute to this project by adding new features to the current project like:
Login Page with different security features for the better security.
we can a login Page for security purpose and addition to that we can add captcha for same.
Because of adding this feature in your project , user can Login with the full of security into your software.
Would it be fine if I work on this.
The text was updated successfully, but these errors were encountered: