Amazing-Python-Scripts - πŸš€ Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.

Overview

Amazing-Python-Scripts

forthebadge forthebadge forthebadge forthebadge

GitHub issues GitHub issues closed GitHub pull requests GitHub pull requests GitHub repo size Lines of Code

πŸ“‘ Introduction

A curated collection of Amazing Python scripts from Basics to Advance with automation task scripts. This is your Personal space to find or add any new script that can make Life Easier for you, as a Developer, and find a utility of coding to burst out of boredom. Get started with coding exhilarating scripts that you can use to download PDFs from an Online Source or just to randomly like everyone's Instagram Post.

πŸ“ƒ Scripts Available

πŸ‘¨πŸ»β€πŸ’» How to get started?

You can refer to the following articles on basics of Git and Github and also contact the Project Mentors, in case you are stuck:

πŸ“ How to Contribute?

  • Take a look at Contributing Guide
  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.

✨ Contributors

Thanks go to these Wonderful People πŸ‘¨πŸ»β€πŸ’»: πŸš€ Contributions of any kind are welcome!

🌟 Stargazers Over Time 🌟

Stargazers over time

Project Maintainers ❀️


Avinash Ranjan


Kaustubh Gupta


Antriksh Misri


Santushti Sharma


Kushal Das

Happy Coding πŸ‘¨β€πŸ’»

Comments
  • SMS Automation

    SMS Automation

    Aim

    • The Aim is to send SMS (Short message service) to multiple people using python.

    Details

    • It will be able to send message to multiple people by one script
    • Scheduler will be there to send messages (greetings etc.) to send SMS at a particular time.
    enhancement good first issue Level2 assigned GSSOC21 
    opened by slashharsh 42
  • Added finger counter

    Added finger counter

    Description

    • Initially, I had gone through hand tracking and then I had used the hand landmarks to count of the fingers.
    • All of this is happening in realtime and requires close to no installations and configurations.
    • I have used OpenCV, along with some built-in modules of python like time and os.

    Fixes #817

    Finger counter using hand tracking

    Have you read the Contributing Guidelines on Pull Requests?

    • [x] Yes
    • [ ] No

    Type of change

    • [x] New feature (non-breaking change which adds functionality)

    Checklist:

    • [x] My code follows the style guidelines(Clean Code) of this project
    • [x] I have performed a self-review of my own code
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have created a helpful and easy to understand README.md
    • [x] My documentation follows Template for README.md
    • [x] My changes generate no new warnings
    • [ ] I have added tests/screenshots(if any) that prove my fix is effective or that my feature works.

    Project Metadata

    If there is no-file/nothing to fill the below fields with, then type: none

    Example: If no requirements.txt needed/present then type in Requirments none => Requirments: none

    Category:

    • [ ] Calculators
    • [ ] AI/ML
    • [ ] Scrappers
    • [ ] Social_Media
    • [ ] PDF
    • [ ] Image_Processing
    • [ ] Video_Processing
    • [ ] Games
    • [ ] Networking
    • [ ] OS_Utilities
    • [ ] Automation
    • [ ] Cryptography
    • [x] Computer_Vision
    • [ ] Fun
    • [ ] Others

    Title: Finger Counter using hand tracking

    Folder: Finger-Counter

    Requirements: requirements.txt

    Script: finger_counter.py

    Arguments: none

    Contributor: mehabhalodiya

    Description: A system that detects a human hand, segments the hand, counts the number of fingers being held up, and displays the finger count, from live video input.

    Level2 GSSOC21 Approved 
    opened by mehabhalodiya 37
  • Make a Banner Image for the Repository

    Make a Banner Image for the Repository

    Aim

    • Make a Banner Image for the Repository. The Banner Image can be simply the title of this Project with an awe-striking background. This Issue can be assigned to any number of participants but only one would be accepted as the Main Banner.

    Details

    • You need to submit:
    • The Raw File of the Banner
    • A JPEG/PNG File of the Output

    Tools which can be Used

    • Adobe XD
    • Figma
    • Photoshop
    • Illustrator
    documentation enhancement help wanted good first issue Level3 assigned Urgent Website GSSOC21 
    opened by avinashkranjan 35
  • Script to scrap LinkedIn Connections details

    Script to scrap LinkedIn Connections details

    Aim

    • Create a Script to scrap LinkedIn Connections.

    Details

    • The Script should scrap the following and store them in a CSV File:

    Name LinkedIn URL Latest Job Position Skills

    enhancement good first issue Level3 assigned GSSOC21 
    opened by avinashkranjan 30
  • Qr code Genrator For employee

    Qr code Genrator For employee

    Description

    Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.

    Fixes https://github.com/avinashkranjan/Amazing-Python-Scripts/issues/703(url)

    Have you read the Contributing Guidelines on Pull Requests?

    • [x] Yes
    • [ ] No

    Type of change

    Please delete options that are not relevant.

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [ ] This change requires a documentation update
    • [ ] Documentation Update

    Checklist:

    • [x] My code follows the style guidelines(Clean Code) of this project
    • [x] I have performed a self-review of my own code
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have created a helpful and easy to understand README.md
    • [x] My documentation follows Template for README.md
    • [x] My changes generate no new warnings
    • [x] I have added tests/screenshots(if any) that prove my fix is effective or that my feature works.
    wontfix 
    opened by Goheljay 28
  • Pacman Game

    Pacman Game

    Aim

    • To create a basic pacman game using python

    Details

    • The script will have basic things like any other pacman game, a maze which has some aliens or monsters and obstacles. The objective of pacman is to come out of the maze successfully.
    enhancement Level3 assigned GSSOC21 
    opened by sayantani11 25
  • Added YouTube video downloader

    Added YouTube video downloader

    Description

    To implement this, I have used basic concept of python, tkinter and pytube library.

    • Tkinter is a standard GUI library and it is one of the easiest ways to build a GUI application.
    • pytube used for downloading videos from youtube

    Fixes #602 YouTube Video Downloader with GUI

    Have you read the Contributing Guidelines on Pull Requests?

    • [x] Yes
    • [ ] No

    Type of change

    • [x] New feature (non-breaking change which adds functionality)

    Checklist:

    • [x] My code follows the style guidelines(Clean Code) of this project
    • [x] I have performed a self-review of my own code
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have created a helpful and easy to understand README.md
    • [x] My documentation follows Template for README.md
    • [x] My changes generate no new warnings
    • [x] I have added tests/screenshots that prove my feature is effective or that my feature works.
    Level2 GSSOC21 Approved 
    opened by mehabhalodiya 23
  • Adding contact us page

    Adding contact us page

    Hey @avinashkranjan , if a contact us form will be there in the website then it would be great. Isn't it? If you find this issue meaningful then please assign it to me so that I can make a contact us form for this website. Thank you

    enhancement good first issue Level2 assigned Website GSSOC21 
    opened by fatma-sia27 20
  • Website for this Project

    Website for this Project


    Updates: All task done

    AIM

    The minimum features I am looking for is:

      1. Static Landing Page which mentions the Core Objective of the Project
      1. A-List of Scripts in mentioned along with their description
      1. Contributors List

    Issue is simply too large to be assigned to one person. It would be further broken up into multiple issues. People who will be contributing will be given separate issue to work for.

    Check out the Discussion Channel for More #155

    documentation enhancement help wanted good first issue Website GSSOC21 
    opened by avinashkranjan 20
  • Error while substracting a smaller number from a bigger number.

    Error while substracting a smaller number from a bigger number.

    Describe the bug An Error was thrown when the result of the substation was a -ve number.

    To Reproduce Steps to reproduce the behavior:

    1. Go to 'Calculator - calcy.py'
    2. Open in Visual studio.
    3. Run the script and When prompted to 'Enter Equation, type '2-3'(without quotes) and Enter
    4. Result is displayed in nextline
    5. Enter
    6. Error was thrown equation_empty_string

    Expected behavior After the result, I would expect the user to enter another equation or quit.

    Desktop (please complete the following information):

    • OS: Windows
    • Python 3.6
    • IDE -Visual Studio
    bug enhancement good first issue Level1 assigned GSSOC21 
    opened by divya-gh 19
  • A script that will check sentiment for an input text without any external lib [GUI]

    A script that will check sentiment for an input text without any external lib [GUI]

    Aim

    • A script that will check sentiment for an input text using tkinter. This can be helpful for people who use Social media a lot and would want to get how positive or negative their tweet,post,etc. is. Usually positive text has more reach so it can be a "sentiment checker"

    Details

    • I will implement a script that will take a text as an input via GUI and give the user how positive or negative their tweet/text is. I will implement this using only python so no need for any other external library or dependency. The only things the script will use are two text files "positive.txt" containing a list of positive words and a "negative.txt" containing a list of negative words.

    On running the script a GUI in tkinter would open up and the user can paste their text and c.ick on a "get score" nutton to find out of how positive or negative the input text is.

    enhancement good first issue Level3 assigned GSSOC21 
    opened by Rahul555-droid 19
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • Live-Cricket-Score/requirements.txt
    ⚠️ Warning
    pypiwin32 223 requires pywin32, which is not installed.
    beautifulsoup4 4.9.3 requires soupsieve, which is not installed.
    
    

    Vulnerabilities that will be fixed

    By pinning:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
    SNYK-PYTHON-SETUPTOOLS-3180412 | setuptools:
    39.0.1 -> 65.5.1
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    πŸ›  Adjust project settings

    πŸ“š Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    πŸ¦‰ Regular Expression Denial of Service (ReDoS)

    opened by avinashkranjan 0
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • Desktop-Voice-assistant/requirements.txt

    Vulnerabilities that will be fixed

    By pinning:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
    SNYK-PYTHON-SETUPTOOLS-3180412 | setuptools:
    39.0.1 -> 65.5.1
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    πŸ›  Adjust project settings

    πŸ“š Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    πŸ¦‰ Regular Expression Denial of Service (ReDoS)

    opened by avinashkranjan 0
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • corona cases forecasting/requirements.txt

    Vulnerabilities that will be fixed

    By pinning:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
    SNYK-PYTHON-SETUPTOOLS-3180412 | setuptools:
    39.0.1 -> 65.5.1
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    πŸ›  Adjust project settings

    πŸ“š Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    πŸ¦‰ Regular Expression Denial of Service (ReDoS)

    opened by avinashkranjan 0
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • Movie-Info-Telegram-Bot/requirements.txt
    ⚠️ Warning
    python-telegram-bot 13.1 requires tornado, which is not installed.
    beautifulsoup4 4.9.3 requires soupsieve, which is not installed.
    
    

    Vulnerabilities that will be fixed

    By pinning:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
    SNYK-PYTHON-SETUPTOOLS-3180412 | setuptools:
    39.0.1 -> 65.5.1
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    πŸ›  Adjust project settings

    πŸ“š Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    πŸ¦‰ Regular Expression Denial of Service (ReDoS)

    opened by snyk-bot 0
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • Whatsapp_COVID-19_Bot/requirements.txt
    ⚠️ Warning
    requests 2.22.0 has requirement urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1, but you have urllib3 1.26.13.
    
    

    Vulnerabilities that will be fixed

    By pinning:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
    SNYK-PYTHON-SETUPTOOLS-3180412 | setuptools:
    39.0.1 -> 65.5.1
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    πŸ›  Adjust project settings

    πŸ“š Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    πŸ¦‰ Regular Expression Denial of Service (ReDoS)

    opened by avinashkranjan 0
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • Document-Summary-Creator/requirements.txt
    ⚠️ Warning
    sumy 0.8.1 requires nltk, which is not installed.
    
    

    Vulnerabilities that will be fixed

    By pinning:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
    SNYK-PYTHON-SETUPTOOLS-3180412 | setuptools:
    39.0.1 -> 65.5.1
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    πŸ›  Adjust project settings

    πŸ“š Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    πŸ¦‰ Regular Expression Denial of Service (ReDoS)

    opened by avinashkranjan 0
Owner
Avinash Ranjan
VP Tech @one24store β€’ GDSC Lead @dscciem β€’ Volunteer @TheOpenCode β€’ MERN Stack & Flutter Developer | DevOps and Tech Blogging
Avinash Ranjan
Worktory is a python library created with the single purpose of simplifying the inventory management of network automation scripts.

Worktory is a python library created with the single purpose of simplifying the inventory management of network automation scripts.

Renato Almeida de Oliveira 18 Aug 31, 2022
A curated list of neural network pruning resources.

A curated list of neural network pruning and related resources. Inspired by awesome-deep-vision, awesome-adversarial-machine-learning, awesome-deep-learning-papers and Awesome-NAS.

Yang He 1.7k Jan 9, 2023
A curated list of programmatic weak supervision papers and resources

A curated list of programmatic weak supervision papers and resources

Jieyu Zhang 118 Jan 2, 2023
A curated list of awesome resources related to Semantic SearchπŸ”Ž and Semantic Similarity tasks.

A curated list of awesome resources related to Semantic Search?? and Semantic Similarity tasks.

null 224 Jan 4, 2023
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.

This is a curated list of tutorials, projects, libraries, videos, papers, books and anything related to the incredible PyTorch. Feel free to make a pu

Ritchie Ng 9.2k Jan 2, 2023
A curated list of resources for Image and Video Deblurring

A curated list of resources for Image and Video Deblurring

Subeesh Vasu 1.7k Jan 1, 2023
A curated (most recent) list of resources for Learning with Noisy Labels

A curated (most recent) list of resources for Learning with Noisy Labels

Jiaheng Wei 321 Jan 9, 2023
A curated list of neural rendering resources.

Awesome-of-Neural-Rendering A curated list of neural rendering and related resources. Please feel free to pull requests or open an issue to add papers

Zhiwei ZHANG 43 Dec 9, 2022
Technical Indicators implemented in Python only using Numpy-Pandas as Magic - Very Very Fast! Very tiny! Stock Market Financial Technical Analysis Python library . Quant Trading automation or cryptocoin exchange

MyTT Technical Indicators implemented in Python only using Numpy-Pandas as Magic - Very Very Fast! to Stock Market Financial Technical Analysis Python

dev 34 Dec 27, 2022
Flappy bird automation using Neuroevolution of Augmenting Topologies (NEAT) in Python

FlappyAI Flappy bird automation using Neuroevolution of Augmenting Topologies (NEAT) in Python Everything Used Genetic Algorithm especially NEAT conce

Eryawan Presma Y. 2 Mar 24, 2022
Python Fanduel API (2021) - Lineup Automation

Southpaw is a python package that provides access to the Fanduel API. Optimize your DFS experience by programmatically updating your lineups, analyzin

Brandin Canfield 13 Jan 4, 2023
a spacial-temporal pattern detection system for home automation

Argos a spacial-temporal pattern detection system for home automation. Based on OpenCV and Tensorflow, can run on raspberry pi and notify HomeAssistan

Angad Singh 133 Jan 5, 2023
A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO.

OpenCDA OpenCDA is a SIMULATION tool integrated with a prototype cooperative driving automation (CDA; see SAE J3216) pipeline as well as regular autom

UCLA Mobility Lab 726 Dec 29, 2022
Privacy as Code for DSAR Orchestration: Privacy Request automation to fulfill GDPR, CCPA, and LGPD data subject requests.

Meet Fidesops: Privacy as Code for DSAR Orchestration A part of the greater Fides ecosystem. ⚑ Overview Fidesops (fee-dez-Àps, combination of the Lati

Ethyca 44 Dec 6, 2022
YOLOv4-v3 Training Automation API for Linux

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.

BMW TechOffice MUNICH 626 Dec 31, 2022
Ansible Automation Example: JSNAPY PRE/POST Upgrade Validation

Ansible Automation Example: JSNAPY PRE/POST Upgrade Validation Overview This example will show how to validate the status of our firewall before and a

Calvin Remsburg 1 Jan 7, 2022
Speech Recognition is an important feature in several applications used such as home automation, artificial intelligence

Speech Recognition is an important feature in several applications used such as home automation, artificial intelligence, etc. This article aims to provide an introduction on how to make use of the SpeechRecognition and pyttsx3 library of Python.

RISHABH MISHRA 1 Feb 13, 2022
Omniverse sample scripts - A guide for developing with Python scripts on NVIDIA Ominverse

Omniverse sample scripts ここでは、NVIDIA Omniverse ( https://www.nvidia.com/ja-jp/om

ft-lab (Yutaka Yoshisaka) 37 Nov 17, 2022
3ds-Ghidra-Scripts - Ghidra scripts to help with 3ds reverse engineering

3ds Ghidra Scripts These are ghidra scripts to help with 3ds reverse engineering

Zak 7 May 23, 2022