A dynamic OTP login application built with Kivy with beautiful animation when validating login
- OTP VALIDATION: This app is an example app for OTP validation, turning the input field red with an animated transition for invalid codes and green for valid ones, ensuring a clear and intuitive user experience.
- MULTI SCREEN: Built with Kivy's Screen Manager, this app offers smooth navigation between multiple screens, enhancing the overall usability.
- BUTTON INPUTS: No need to use keyboard to enter inputs, you can press on input buttons and change its input number
Example-Video.mp4
- Clone repository
git clone https://github.com/Kourva/KivyOTPLogin
- Navigate to main directory
cd KivyOTPLogin
- Install requirements
pip install -r Libraries/requirements.txt
- Run the app on terminal
python main.py