This repository was archived by the owner on Jan 23, 2022. It is now read-only.
Updated the documentation, cleaned the code structure, added commented docs, removed some dependencies#17
Open
r1shavd wants to merge 2 commits intoNaategh:masterfrom
r1shavd:update-code-docs
Open
Updated the documentation, cleaned the code structure, added commented docs, removed some dependencies#17r1shavd wants to merge 2 commits intoNaategh:masterfrom r1shavd:update-code-docs
r1shavd wants to merge 2 commits intoNaategh:masterfrom
r1shavd:update-code-docs
Conversation
…_pycache__ directory. Previously, it was written for all the files inside that directory to be ignored, but now it is changed to the entire directory itself will be ignored. Although, the pycache folder is a waste folder, which has no need, but still makes the crowd. So, better to remove it. Also, added the code for ignoring the other __pycache__ folders inside the other directories.
Changes made in this commit : 1. Made the code clean and error free. 2. Added the function of quiting the script immediately when the user presses the CTRL+C. 3. Added the commented docs, making things easy for the readers of the code.
Owner
|
hey @RDofficial, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In this update, I did the following thing mostly :
So, the overall change is made to the Cryptography/ directory scripts (tools).
Hope so you review my contribution to this repository, and hope so you merge it soon.