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
- Host: GitHub
- URL: https://github.com/therustifyer/login_register_screen
- Owner: TheRustifyer
- License: mit
- Created: 2020-12-13T21:12:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T20:44:56.000Z (about 5 years ago)
- Last Synced: 2025-01-20T05:52:31.784Z (12 months ago)
- Topics: login, python, python3, register, screen, tkinter, tkinter-graphic-interface
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?



## 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)