Reference no: EM133086662
Use python language to complete this task.
Part 1:
Question 1. Create a python application in Graphical User Interface
Question 2. Create a single file that can be downloaded i.e., if someone logins to the portal they should find a link to download the file otherwise if they don't login, they don't see the link for download.
Question 3. Use Google Authentication and Facebook authentication to access for portal.
Question 4. You are also required to use at least two more authentication methods to gain access to portal.
Part 2:
1. Use the previous code to enhance your Lab today.
2. Once the authentication system has started working, the landing page should have multiple information i.e., Links to other pages and external resources.
3. The page should have option at the top of the page to increase or decrease font size.
4. At the bottom of the page, you should enable users to select background color of the page.
5. Finally, include the logout option to go back to authentication landing page.
First code file based on Part 1
Second code file based on Part 1 and Part 2