TKLOGIN-FIREBASE

A Login System.

SEPTEMBER 08, 2020

Table of Contents

Tkinter-firebase

It is an Gui(Graphical User Interface) application made with python using Tkinter module. This application can create a user account and make login in it using that account too, It has a forgot password section. If you forgot the password then reset password from forgot password window. All that feature uses firebase.

Screenshots.

Appication screenshort









Languages and Tools

Python
pycharm
GitHub
Git
kali linux
Firebase



Installation on Linux

You must have git and python3 installed on your machine.

        sudo apt install git python3 #on distributions using APT (like the Debian family)
        git clone git@github.com:Ankesh054-official/Tkinter-firebase.git
        cd Tkinter-firebase
        python3 -m pip install -r requirements.txt

Execution Linux

In the Tkinter-firebase directory, run this command to be able to launch Tkinter-firebase:

        python3 Guis/gui.py

Installation on Windows

  • Download Tkinter-firebase

  • Install Python from the Windows Store

  • Unzip Tkinter-firebase (master.zip)

  • Open CMD and go to the Tkinter-firebase directory using the cd command. Eg:

          cd Desktop\
          cd Tkinter-firebase\
    

and run:

        python3 -m pip install -r requirements.txt

Start Tkinter-firebase from Windows:

  • Go to the Tkinter-firebase directory as it was installed and run the command:

          python3 Guis/gui.py
    

Compatible

  • Windows
  • MacOS
  • Linux

Features

  • Firebase Authentication:
    • Login
    • Create Account
    • Forgot Password

See Code

Contributors

@Ankesh054-official

LicenseMIT © Ankesh054-official