{"id":18744966,"url":"https://github.com/rkstudio585/pass-negv-validators","last_synced_at":"2025-11-22T19:30:18.202Z","repository":{"id":256885421,"uuid":"852013384","full_name":"rkstudio585/Pass-NEGV-validators","owner":"rkstudio585","description":"A versatile desktop application for generating secure passwords and random numbers, validating emails and URLs, and toggling between dark and light modes. Built with PySide6 and QtPy, it features a user-friendly interface and customizable options for enhanced functionality and ease of use.","archived":false,"fork":false,"pushed_at":"2024-09-04T04:43:25.000Z","size":3472,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T20:14:13.844Z","etag":null,"topics":["email-validator","etc","generator","gui","project","pyqt","pyqt5","pyside6","python","python3","random-number-generator","rk","rk-studio","secure-password","secure-password-generator","ui","url-validator"],"latest_commit_sha":null,"homepage":"https://github.com/mdriyadkhan585","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkstudio585.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":"2024-09-04T04:29:25.000Z","updated_at":"2024-09-04T04:43:27.000Z","dependencies_parsed_at":"2024-09-13T16:23:20.989Z","dependency_job_id":"21af5571-eeab-424a-b138-c485f933343c","html_url":"https://github.com/rkstudio585/Pass-NEGV-validators","commit_stats":null,"previous_names":["rkstudio585/pass-negv-validators"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FPass-NEGV-validators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FPass-NEGV-validators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FPass-NEGV-validators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FPass-NEGV-validators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkstudio585","download_url":"https://codeload.github.com/rkstudio585/Pass-NEGV-validators/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627247,"owners_count":19670844,"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":["email-validator","etc","generator","gui","project","pyqt","pyqt5","pyside6","python","python3","random-number-generator","rk","rk-studio","secure-password","secure-password-generator","ui","url-validator"],"created_at":"2024-11-07T16:16:28.823Z","updated_at":"2025-11-22T19:30:16.092Z","avatar_url":"https://github.com/rkstudio585.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password \u0026 Number Generator with Validators 🛠️🔒\n---\n![logo](logo.svg)\n\n---\n## Overview\n\n---\nWelcome to the **Password \u0026 Number Generator with Validators**! This desktop application allows you to generate random passwords and numbers, validate emails and URLs, and switch between dark and light modes. The app is built using **PySide6** and **QtPy**, offering a user-friendly interface with customizable options. \n\n## Features 🌟\n\n- **Generate Passwords**: Create passwords of specified lengths with various complexity options.\n- **Generate Numbers**: Randomly generate numbers within a specified range.\n- **Email Validator**: Validate email addresses using regular expressions.\n- **URL Validator**: Validate URLs using regular expressions.\n- **Dark/Light Mode Toggle**: Switch between dark and light themes.\n- **Copy to Clipboard**: Easily copy generated passwords and numbers.\n\n## Installation 🛠️\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/mdriyadkhan585/Pass-NEGV-validators.git\n   cd Pass-NEGV-validators\n   ```\n\n2. **Install Dependencies**\n\n   Ensure you have Python installed. Then, install the required packages using pip:\n\n   ```bash\n   pip install PySide6\n   pip install qtpy\n   ```\n\n## Usage 🚀\n\n1. **Running the Application**\n\n   To start the application, navigate to the project directory and run:\n\n   ```bash\n   python main.py\n   ```\n\n2. **Generating Passwords**\n\n   - **Enter Password Length**: Specify the length of the password you want to generate in the \"Password Length\" input field.\n   - **Select Options**: Check the boxes for the types of characters you want to include in the password (e.g., uppercase letters, lowercase letters, numbers, special characters, symbols, spaces).\n   - **Generate Password**: Click the \"Generate Password\" button to create a new password.\n   - **Copy Password**: Click the \"Copy\" button to copy the generated password to your clipboard.\n\n3. **Generating Numbers**\n\n   - **Set Range**: Enter the minimum and maximum values for the number generation.\n   - **Generate Number**: Click the \"Generate Number\" button to create a random number within the specified range.\n   - **Copy Number**: Click the \"Copy\" button to copy the generated number to your clipboard.\n\n4. **Validating Email and URL**\n\n   - **Email Validation**:\n     - Enter the email address in the \"Email Validator\" input field.\n     - Click \"Validate Email\" to check if the email address is valid.\n     - The result will be displayed below the button.\n   - **URL Validation**:\n     - Enter the URL in the \"URL Validator\" input field.\n     - Click \"Validate URL\" to check if the URL is valid.\n     - The result will be displayed below the button.\n\n5. **Switching Themes**\n\n   - **Toggle Mode**: Click the \"Switch to Light Mode\" or \"Switch to Dark Mode\" button to change the application's theme.\n   - **Exit Application**: Click the \"Exit\" button to close the application.\n\n## Short Example 📸\n\n![GIF](example.svg.gif)\n\n## Customization 🎨\n\nYou can customize the styles and appearance of the application by modifying the `main.py` file. Adjust colors, fonts, and other UI elements to match your preferences.\n\n## Contributing 🤝\n\nIf you would like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your changes.\n3. Commit your changes and push to the branch.\n4. Submit a pull request with a detailed description of your changes.\n\n## License 📝\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Fpass-negv-validators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkstudio585%2Fpass-negv-validators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Fpass-negv-validators/lists"}