A Client based web portal which offers sign-up and login. Once logged in successfully user can interact with Stack implementation. The project is GUI enabled and supports OTP based Sign-ups.
HELLO THERE,
This is a Skeletal-portal which can be modified a bit to fulfill your purpose.
MAKE SURE YOU HAVE TKINTER LIBRARY INSTALLED IN YOUR IDLE
The minimum system requirements for using the application are:
- Any OS supporting python.
- Python 3.5 or above
- Tkinter library
- SMTP library
- Internet Connection
NOTE:Python 2.x.x does not support many functions and libraries used.
Some features of the portal are:
- Complete Graphical User Interface
- Cursor Controlled
- Secure username and password encryption algorithm
- OTP based signing up
- Stack Implementation
A step by step guide to setup the application making it ready to use.
- Create a text file named "Database.txt".
- Copy the path of “Database.txt”.
- Open the source code using Python IDLE.
- Look for the variable “Path”.
- Replace the existing path with the copied one.
- Save the source code using Ctrl+S. Now the application is ready to use.
Copyright (C) 2020 Aryan Kashyap
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compilance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to inwriting, software
distributed under the license is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.