{"id":26248048,"url":"https://github.com/mauricelambert/totpapp","last_synced_at":"2025-07-19T08:02:20.016Z","repository":{"id":266148528,"uuid":"897362608","full_name":"mauricelambert/TotpApp","owner":"mauricelambert","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","archived":false,"fork":false,"pushed_at":"2024-12-23T21:31:07.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-23T22:26:28.653Z","etag":null,"topics":["2fa","application","authentication","mfa","password","tkinter","totp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricelambert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-02T13:58:17.000Z","updated_at":"2024-12-23T21:31:11.000Z","dependencies_parsed_at":"2024-12-02T21:34:18.969Z","dependency_job_id":null,"html_url":"https://github.com/mauricelambert/TotpApp","commit_stats":null,"previous_names":["mauricelambert/totpapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FTotpApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FTotpApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FTotpApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FTotpApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/TotpApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243419124,"owners_count":20287806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2fa","application","authentication","mfa","password","tkinter","totp"],"created_at":"2025-03-13T14:16:46.827Z","updated_at":"2025-03-13T14:16:47.545Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![TotpApp Logo](https://mauricelambert.github.io/info/python/security/TotpApp_small.png \"TotpApp logo\")\r\n\r\n# TotpApp\r\n\r\n## Description\r\n\r\nThis little app generates your TOTP from your secret (you can use\r\nsecret as password in a password manager), you don't need any phone or\r\nother device\r\n\r\n## Requirements\r\n\r\nThis package require:\r\n - python3\r\n - python3 Standard Library\r\n\r\n## Installation\r\n\r\n### Pip\r\n\r\n```bash\r\npython3 -m pip install TotpApp\r\n```\r\n\r\n### Git\r\n\r\n```bash\r\ngit clone \"https://github.com/mauricelambert/TotpApp.git\"\r\ncd \"TotpApp\"\r\npython3 -m pip install .\r\n```\r\n\r\n### Wget\r\n\r\n```bash\r\nwget https://github.com/mauricelambert/TotpApp/archive/refs/heads/main.zip\r\nunzip main.zip\r\ncd TotpApp-main\r\npython3 -m pip install .\r\n```\r\n\r\n## Usages\r\n\r\n### Command line\r\n\r\n```bash\r\nTotpApp              # Using CLI package executable\r\npython3 -m TotpApp   # Using python module\r\npython3 TotpApp.pyz  # Using python executable\r\nTotpApp.exe          # Using python Windows executable\r\n```\r\n\r\n### Python script\r\n\r\n```python\r\nfrom TotpApp import *\r\n\r\nroot = Tk()\r\napp = TotpApp(root)\r\nroot.mainloop()\r\n```\r\n\r\n## Links\r\n\r\n - [Pypi](https://pypi.org/project/TotpApp)\r\n - [Github](https://github.com/mauricelambert/TotpApp)\r\n - [Documentation](https://mauricelambert.github.io/info/python/security/TotpApp.html)\r\n - [Python executable](https://mauricelambert.github.io/info/python/security/TotpApp.pyz)\r\n - [Python Windows executable](https://mauricelambert.github.io/info/python/security/TotpApp.exe)\r\n\r\n## License\r\n\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Ftotpapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Ftotpapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Ftotpapp/lists"}