Implemented GUI password generator, removed file due to Windows restrictions, and improved script converter functionality #361
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Project Update Summary
New Password Generator Script with Graphical Interface (GUI)
A new script featuring a graphical user interface (GUI) has been developed, enabling users to generate secure passwords with ease. The interface includes options for specifying the desired password length. The generated passwords are composed of a mix of special characters, Latin letters, and Greek letters, ensuring high complexity and security.
File Removal Due to Windows Limitations
A file named 2022-11-25_NGC 6744: Extragalactic Close-Up.mp3 has been removed from the repository. This decision was necessary due to compatibility issues with the Windows operating system, which does not support the ":" character in file names. Attempting to clone or export the repository as a .zip file on Windows systems would result in an error.
Enhancements to the Converter Script
Significant improvements have been made to the "converter" script. A GUI has been implemented, allowing users to choose between tkinter and PyQt5 for a more customizable and visually appealing interface. These enhancements contribute to a more efficient conversion process. Additionally, the README file has been updated to document the latest features, and a GIF has been included to visually demonstrate the program in action.