From 408fc7a06acb24a91a1ca22e379f201f7aff9405 Mon Sep 17 00:00:00 2001 From: Garry Strait <92406354+GarryStraitYT@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:58:26 -0400 Subject: [PATCH 1/2] Update README.md Fixed typos and grammer issues --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2f65c51..64388c5 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@
-- [x] Make sure you have an [API-KEY](https://en.wikipedia.org/wiki/API_key) which you can get after regitering at [VirusTotal](https://www.virustotal.com/gui/home/upload) +- [x] Make sure you have an [API-KEY](https://en.wikipedia.org/wiki/API_key) which you can get after registering at [VirusTotal](https://www.virustotal.com/gui/home/upload) - [x] You must have Latest version of [`Python3`](https://www.python.org/downloads/) already installed. - [x] You must have [`pip`](https://github.com/pypa/pip) in your system. -- [x] have [`git`](https://github.com/git-guides/install-git) present in your system or you can download ZIP of the repo +- [x] You must have [`git`](https://github.com/git-guides/install-git) present in your system or you can download a ZIP of the repo


@@ -116,15 +116,15 @@ python3 -m tkinter

- -- __Debian__ +If tkinter is not installed, you can install it with one of these commands: +- __Debian (APT)__ ``` sudo apt-get install python-tk ```
-- __Arch Linux__ +- __Arch Linux (PACMAN)__ ``` sudo pacman -S tk @@ -132,7 +132,7 @@ sudo pacman -S tk
-- __Fedora__ +- __Fedora (DNF)__ ``` sudo dnf install python3-tkinter @@ -140,7 +140,7 @@ sudo dnf install python3-tkinter
-- __RHEL, CentOS, Oracle Linux__ +- __RHEL, CentOS, Oracle Linux (YUM)__ ``` sudo yum install -y tkinter tk-devel From fe2210afde50081c082819ea45505abb253c06ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 May 2024 18:42:40 +0000 Subject: [PATCH 2/2] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412