Skip to content

FirebaseTkinterApp is a Python-Tkinter based template/boiler plate for Login and SignUp

License

Notifications You must be signed in to change notification settings

fortysev-en/FirebaseTkinterApp

Repository files navigation

Firebase-Tkinter App

FirebaseTkinterApp is an open source tool which can be extended further and used as a template or boiler plate to generate a user based app with login and signup feature.

Key Features -

App Features:

  • Login Page
  • SignUp New User Page
  • Required Email Verification for Login
  • Reset Password
  • Contains App Logo
  • FREE
  • Disclaimer Page
  • About Page
  • Donate Page
  • Auto UPDATE check feature

Setup -

Simply install all the dependencies by:
pip install -r requirements.txt

Firebase Setup:

  1. Make sure you create a project and then a web app in firebase.
  2. Get the SDK setup and configuration from Project Settings.
  3. Copy YOUR OWN API keys as mentioned below and add it in FirebaseTkinterApp
const firebaseConfig = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: ""
};
  1. Add a version file in that projects Cloud Storage and add below in it.
    {"version" : "1.0"}

  2. That's it! You can now continue with the project!

Screenshots -

Landing Screen Disclaimer:

Login Screen:

Homepage Screen:

About Screen:

Donate Page:

License

BSD 3-Clause License

Copyright (c) 2023, Pushkar Jadhav

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Support ❤ Donate -

You can show your support by a donation. Click Here!
PS: It will also encourage me to develop more such projects.

About

FirebaseTkinterApp is a Python-Tkinter based template/boiler plate for Login and SignUp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages