{"id":19987274,"url":"https://github.com/rishn/psim","last_synced_at":"2026-01-05T02:05:57.340Z","repository":{"id":180159168,"uuid":"410067201","full_name":"rishn/PSIM","owner":"rishn","description":"RJK's Personal Sensitive Information Manager (PSIM) is a menu-driven Python application using tkinter for a GUI, designed to store and manage personal information in pseudo-encrypted binary files.","archived":false,"fork":false,"pushed_at":"2024-09-19T06:43:14.000Z","size":5312,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T10:22:22.702Z","etag":null,"topics":["encryption","getpass","password","password-generator","password-manager","personal-information-management","pyhton3","python","python-3","tabulate","tkinter","tkinter-graphic-interface","tkinter-gui","tkinter-python","tkinter-ttk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-09-24T18:38:54.000Z","updated_at":"2024-09-19T06:43:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b900853a-8883-43e4-9e0f-4b8607bdf5aa","html_url":"https://github.com/rishn/PSIM","commit_stats":null,"previous_names":["rishn/psim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishn%2FPSIM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishn%2FPSIM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishn%2FPSIM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishn%2FPSIM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishn","download_url":"https://codeload.github.com/rishn/PSIM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252307935,"owners_count":21727099,"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":["encryption","getpass","password","password-generator","password-manager","personal-information-management","pyhton3","python","python-3","tabulate","tkinter","tkinter-graphic-interface","tkinter-gui","tkinter-python","tkinter-ttk"],"created_at":"2024-11-13T04:35:05.929Z","updated_at":"2026-01-05T02:05:57.303Z","avatar_url":"https://github.com/rishn.png","language":"Python","readme":"# RJK'S Password Sensitive Information Manager\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/rishn/PSIM/blob/main/PSIM/Banner.png?raw=true\" alt=\"Gameplay\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/rishn/PSIM/blob/main/PSIM/Palm Print.png?raw=true\" alt=\"Gameplay\" /\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Demo](#demo)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [File Structure](#file-structure)\n- [Troubleshooting](#troubleshooting)\n\n## Overview\n\nThis application is a secure password manager built using Python's Tkinter library. It allows users to generate and manage passwords securely. The application features a clear and user-friendly interface to perform actions such as generating passwords, adding or updating accounts, and managing sub-groups. All sensitive information is stored in a local directory with encryption for added security.\n\n## Features\n\n- **Password Generation**: Generate secure passwords with customizable length and complexity.\n- **Account Management**: Add, update, and delete accounts within sub-groups.\n- **Sub-Group Management**: Create and manage sub-groups for organizing accounts.\n- **Clipboard Functionality**: Copy generated passwords or account details to the clipboard.\n\n## Demo\n\nhttps://github.com/user-attachments/assets/ee0192eb-89da-4d71-84c8-f9e7005ac5df\n\n## Requirements\n\n- Python 3.x\n- Tkinter (usually included with Python)\n- Additional Python packages: `string`, `random`\n  \n## Installation\n\n1. **Clone or Download**: Clone the repository or download the code to your local machine.\n     ```bash\n      git clone https://github.com/rishn/PSIM\n    ```\n\n2. **Install Dependencies**: Ensure Python 3.8 and Tkinter are installed. Tkinter usually comes with Python, so no additional installation is typically required.\n\n3. **Setup Directory Structure**: Ensure the `Sensitive` directory exists in the same location as your script. If not, the application will create it automatically.\n    ```bash\n    mkdir Sensitive\n    ```\n\n5. **Run the Application**: Execute the script to launch the application.\n   \u003cbr/\u003eFor Windows:\n    ```bash\n    python psim.py\n    ```\n\n    For Linux/MacOS:\n    ```bash\n    python3 psim.py\n    ```\n\n## Usage\n\n### Initial Setup\n\n- **Clearance Key Setup**: On the first run, you will be prompted to enter and confirm a new clearance key. This key is used to secure access to the application.\n\n### Main Features\n\n- **Generate Secure Password**:\n  - Navigate to \"Secure Password Generator\" to create strong passwords.\n  - Specify the desired length and generate a password.\n  - Option to copy the generated password to the clipboard.\n\n- **Manage Personal Information**:\n  - **View**: View details of existing accounts and sub-groups.\n  - **Add**: Add new sub-groups or accounts to your data.\n  - **Delete**: Remove existing sub-groups or accounts.\n  - **Update**: Modify details of existing accounts or sub-groups.\n\n### Navigating the GUI\n\n- **Main Window**: After entering a valid clearance key, the main window will provide options to view, add, delete, or update personal information.\n- **Sub-Groups and Accounts**: Use the listbox to interact with sub-groups and accounts. Buttons are provided for each action to manage your information effectively.\n\n## File Structure\n\n- **`psim.py`**: The main script file containing the application logic.\n- **`Sensitive/1.dat`**: Stores the clearance key.\n- **`Sensitive/2.dat`**: Stores personal information in a pseudo-encrypted format.\n- **`Banner.png`**: Image file used in the GUI for branding purposes.\n- **`Palm Print.png`**: Image file displayed on the main window.\n\n## Troubleshooting\n\n- **Invalid Key**: If an invalid clearance key is entered, you will have up to 3 attempts to enter the correct key before the application exits.\n- **File Errors**: Ensure that the `Sensitive` folder and the required files are present in the correct directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishn%2Fpsim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishn%2Fpsim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishn%2Fpsim/lists"}