An open API service indexing awesome lists of open source software.

https://github.com/therustifyer/login_register_screen

Free Python GUI login register screen for your projects, made it with Tkinter
https://github.com/therustifyer/login_register_screen

login python python3 register screen tkinter tkinter-graphic-interface

Last synced: 10 months ago
JSON representation

Free Python GUI login register screen for your projects, made it with Tkinter

Awesome Lists containing this project

README

          

# Login Register Screen

Free Python login register screen for your projects. You can use it at your convenience for the project(s) you desire.

## How it's made?

This program is made in Tkinter/Tcl. It's a pretty simple tech but it's worth your time while you are learning Python GUI.

## What features have?

- Custom titlebar, avoiding (if you desire) native OS window border implementation.
- Full integrated with a little `sqlite3`database. You can create users since the moment on what you clone this project and start play with the program.
- Complete separated parts of the program, avoiding python files with > 1000 lines of code, which ends with a more debuggleable code.
- Everything is a `custom widget`. That's a non-native Python feature implemented thought OOP, trying to gap close Flutter UI's in at a code-organizationp level.
- You can integrate it in almost every single project where you need a Login/Register Screen.
- It could be easily upgraded to interact with REST API endpoint's, or authenticate users on a external DB or throught technologies like Django-Admin.

## How the APP looks like?

![Main Screen](https://github.com/Pyzyryab/Login_Register_Screen/blob/main/media/for_git1.png)
![Login Screen](https://github.com/Pyzyryab/Login_Register_Screen/blob/main/media/for_git2.png)
![Register Scren](https://github.com/Pyzyryab/Login_Register_Screen/blob/main/media/for_git3.png)

## Contributions

This project is open to any type of contribution, even if anybody can let a base program bigger than now for everyone, pull requests are the common-way.

## License

You can make whatever you what with the program, even if you're intended to use it in a commercial project. The unique requisite it's to mention-me in your license documentation.

You can read the license here [here](https://github.com/Pyzyryab/Login_Register_Screen/blob/main/LICENSE)