
In the database connection stage i made a elif statement to save the values employeeĬonn = nnect("SCCSDatabase.db")Ĭursor.execute("CREATE TABLE IF NOT EXISTS `member` (mem_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, username TEXT, password TEXT)")Ĭursor.execute("CREATE TABLE IF NOT EXISTS `employee` (employee_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, username1 TEXT, password1 TEXT)")Ĭursor.execute("SELECT * FROM `member` WHERE `username` = 'admin' AND `password` = 'admin'")Ĭursor.execute("SELECT * FROM `employee` WHERE `username1` = 'employee' AND `password1` = 'employee'")Ĭursor.execute("INSERT INTO `member` (username, password) VALUES('admin', 'admin')")Ĭursor. Then copy the code that I provided below and paste it inside the IDLE text editor We design it in such a way that every individual will find it handy. We truly focus on the Clients requirement. We’re dedicated to giving you the very best of IT Services, with a focus on Complexity to Simple and User Friendly Software. After login, you will be able to see what is available in Insider Channels for your PC. Type your Microsoft email account and then click Next.

Select Microsoft account and then click continue. Pick an account to get started, select Link an account.
#WINFO PROGRAM SOFTWARE#
After that a new window will appear containing a black file this will be the text editor for the python. Welcome to WinFo, your number one source for all Software product. Windows Insider Program, select the Get started button. Importing ModulesĪfter setting up the installation and the database, run the IDLE and click file and then new file. Our goal for the company tours was to show our members different work environments and give people an opportunity network with the employees. We decided to introduce company tours for Winfo.
#WINFO PROGRAM INSTALL#
Installing SQLite BrowserĪfter you installed Python, we will now then install the SQLite, here's the link for the DB Browser for SQLite. As a project manager, I think in terms of beta testing and that applies to how we approached our Winfo programs too. Getting startedįirst you will have to download & install the Python IDLE's, here's the link for the Integrated Development And Learning Environment for Python. It is very easy to learn the syntax emphasizes readability and it can reduce time-consuming in developing. That's why Python is very easy to use especially for beginners who just started programming. Python has a design philosophy that emphasizes code readability. In this tutorial, we will create a Simple Login Application in Python.
