Skip to main content

Gui with User/Password requesting and save in base64

Project description

class User(object): passclass User(object): pass# login_gui It is a Gui Package. In the gui you can specify the user with password. There is a possibility to save the entered data. This is stored in the User Data section of Windows. The class is a singleton and returns the last entered data with every call in the process.

Example code:

from login_gui import MainGui, User

if __name__ == '__main__':
    functions = [
        "test function",
        "test function 1",
        "test function 2",
    ]
    print(MainGui(functions, 'My Gui').result)
>>> [1,0,1]
    print(MainGui([], 'My Gui').result)
>>> None
    print(str(User().decode()))
>>> 'user:password'

Example Video:

Dome

Development environment

  1. you need python 3.8.5
  2. if you don't have python in windows environment variable, you must add to python absolut path
  3. start CMD in you repo path
  4. build venv folder with environment python for development python -m venv venv
  5. activate python with venv\Scripts\activate.bat
  6. upgrade pip to new version python -m pip install --upgrade pip
  7. install all package for development pip install -r requirements.txt

Tools for Development

  1. For working with python scripts you can use PyCharm
  2. For edit of other files you can use NotePad++

PyCharm plugins

  1. As code analyzer PyLint

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

login-gui-1.1.1.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

login_gui-1.1.1-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file login-gui-1.1.1.tar.gz.

File metadata

  • Download URL: login-gui-1.1.1.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for login-gui-1.1.1.tar.gz
Algorithm Hash digest
SHA256 5eb4545d580227becf8541a05b40adcd54a686356f63e1341631811d4b82d2d8
MD5 e9553233721c8648f52f1642c6f173e3
BLAKE2b-256 efc961d78d4f33f6803e690bc6cf173e5ef32654e22bc727ad63eb676c49dffb

See more details on using hashes here.

File details

Details for the file login_gui-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: login_gui-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for login_gui-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 55eba26b2a51d0d2e6534d7437bdcbcf99321f4f95ededc67902abc874629da3
MD5 2680432eea9addc1da50cdef5716f497
BLAKE2b-256 b9993c2dd2d3ce8ddef29edec7bf6b2de4cf8456b262c93b3321948d47ad6c5b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page