TotpApp


NameTotpApp JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/mauricelambert/TotpApp
SummaryThis little app generates your TOTP from your secret (you can use secret as password in a password manager), you don't need any phone or other device
upload_time2024-12-03 13:31:44
maintainerMaurice Lambert
docs_urlNone
authorMaurice Lambert
requires_python>=3.8
licenseGPL-3.0 License
keywords totp application password authentication 2fa mfa tkinter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![TotpApp Logo](https://mauricelambert.github.io/info/python/security/TotpApp_small.png "TotpApp logo")

# TotpApp

## Description

This little app generates your TOTP from your secret (you can use
secret as password in a password manager), you don't need any phone or
other device

## Requirements

This package require:
 - python3
 - python3 Standard Library

## Installation

### Pip

```bash
python3 -m pip install TotpApp
```

### Git

```bash
git clone "https://github.com/mauricelambert/TotpApp.git"
cd "TotpApp"
python3 -m pip install .
```

### Wget

```bash
wget https://github.com/mauricelambert/TotpApp/archive/refs/heads/main.zip
unzip main.zip
cd TotpApp-main
python3 -m pip install .
```

## Usages

### Command line

```bash
TotpApp              # Using CLI package executable
python3 -m TotpApp   # Using python module
python3 TotpApp.pyz  # Using python executable
TotpApp.exe          # Using python Windows executable
```

### Python script

```python
from TotpApp import *

root = Tk()
app = TotpApp(root)
root.mainloop()
```

## Links

 - [Pypi](https://pypi.org/project/TotpApp)
 - [Github](https://github.com/mauricelambert/TotpApp)
 - [Documentation](https://mauricelambert.github.io/info/python/security/TotpApp.html)
 - [Python executable](https://mauricelambert.github.io/info/python/security/TotpApp.pyz)
 - [Python Windows executable](https://mauricelambert.github.io/info/python/security/TotpApp.exe)

## License

Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mauricelambert/TotpApp",
    "name": "TotpApp",
    "maintainer": "Maurice Lambert",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Maurice Lambert <mauricelambert434@gmail.com>",
    "keywords": "TOTP, application, password, authentication, 2FA, MFA, tkinter",
    "author": "Maurice Lambert",
    "author_email": "Maurice Lambert <mauricelambert434@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d9/f4/86d7d01d4f11a204d8e4fcb08298ff65b15315eb4ac8efc91c02795670d7/totpapp-0.0.7.tar.gz",
    "platform": "Windows",
    "description": "![TotpApp Logo](https://mauricelambert.github.io/info/python/security/TotpApp_small.png \"TotpApp logo\")\n\n# TotpApp\n\n## Description\n\nThis little app generates your TOTP from your secret (you can use\nsecret as password in a password manager), you don't need any phone or\nother device\n\n## Requirements\n\nThis package require:\n - python3\n - python3 Standard Library\n\n## Installation\n\n### Pip\n\n```bash\npython3 -m pip install TotpApp\n```\n\n### Git\n\n```bash\ngit clone \"https://github.com/mauricelambert/TotpApp.git\"\ncd \"TotpApp\"\npython3 -m pip install .\n```\n\n### Wget\n\n```bash\nwget https://github.com/mauricelambert/TotpApp/archive/refs/heads/main.zip\nunzip main.zip\ncd TotpApp-main\npython3 -m pip install .\n```\n\n## Usages\n\n### Command line\n\n```bash\nTotpApp              # Using CLI package executable\npython3 -m TotpApp   # Using python module\npython3 TotpApp.pyz  # Using python executable\nTotpApp.exe          # Using python Windows executable\n```\n\n### Python script\n\n```python\nfrom TotpApp import *\n\nroot = Tk()\napp = TotpApp(root)\nroot.mainloop()\n```\n\n## Links\n\n - [Pypi](https://pypi.org/project/TotpApp)\n - [Github](https://github.com/mauricelambert/TotpApp)\n - [Documentation](https://mauricelambert.github.io/info/python/security/TotpApp.html)\n - [Python executable](https://mauricelambert.github.io/info/python/security/TotpApp.pyz)\n - [Python Windows executable](https://mauricelambert.github.io/info/python/security/TotpApp.exe)\n\n## License\n\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\n",
    "bugtrack_url": null,
    "license": "GPL-3.0 License",
    "summary": "This little app generates your TOTP from your secret (you can use secret as password in a password manager), you don't need any phone or other device",
    "version": "0.0.7",
    "project_urls": {
        "Documentation": "https://mauricelambert.github.io/info/python/security/TotpApp.html",
        "Download": "https://mauricelambert.github.io/info/python/security/TotpApp.pyz",
        "Github": "https://github.com/mauricelambert/TotpApp",
        "Homepage": "https://github.com/mauricelambert/TotpApp",
        "Python Executable": "https://mauricelambert.github.io/info/python/security/TotpApp.pyz",
        "Windows Executable": "https://mauricelambert.github.io/info/python/security/TotpApp.exe"
    },
    "split_keywords": [
        "totp",
        " application",
        " password",
        " authentication",
        " 2fa",
        " mfa",
        " tkinter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9f486d7d01d4f11a204d8e4fcb08298ff65b15315eb4ac8efc91c02795670d7",
                "md5": "acc9863a70260e4738afd84119417c37",
                "sha256": "dd5c13f1e8ba37bbaa8770811eafa31731d8d0056d4efccb92c5eec8917fd2f7"
            },
            "downloads": -1,
            "filename": "totpapp-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "acc9863a70260e4738afd84119417c37",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19147,
            "upload_time": "2024-12-03T13:31:44",
            "upload_time_iso_8601": "2024-12-03T13:31:44.261685Z",
            "url": "https://files.pythonhosted.org/packages/d9/f4/86d7d01d4f11a204d8e4fcb08298ff65b15315eb4ac8efc91c02795670d7/totpapp-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 13:31:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mauricelambert",
    "github_project": "TotpApp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "totpapp"
}
        
Elapsed time: 0.38289s