├── README.md <- The top-level README for developers using this project.
├── ORGANIZATION.md <- Project organization files
├── LICENSE.gpl <- GPLv3 License
│
│
├── src
│ ├── modules <- Modules used in the project are kept
│ ├── configs <- Configuration scripts are used
│
│
├── passkeep.py <- Executable program source
│
├── credentials.xml <- Credents keep in this file
│
│
├── requirement.txt <- Python dependencies files
│
├── .gitignore <- Ignored Git Files