https://github.com/fynjirby/passmngr
Simple Cross-platform Pass Manager
https://github.com/fynjirby/passmngr
Last synced: 3 months ago
JSON representation
Simple Cross-platform Pass Manager
- Host: GitHub
- URL: https://github.com/fynjirby/passmngr
- Owner: Fynjirby
- Created: 2024-06-30T09:46:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T15:30:16.000Z (11 months ago)
- Last Synced: 2024-07-04T09:15:16.877Z (11 months ago)
- Language: Python
- Size: 10.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PassMngr
Simple Cross-platform Pass Manager
Your can build your own PassMngr from source code using [pyinstaller](https://pypi.org/project/pyinstaller/) for windows, [py2app](https://pypi.org/project/py2app/) for macOS and e.g. [py2deb](https://pypi.org/project/py2deb/) for debian-based linux. You can find other py to application converter on [PyPI](https://pypi.org/) This all allowed because the main feature of my app is it's source code. Thanks for reading this README.