A repository dedicated to IoT(internet of things ) and python scripts

Overview

Amazing-Python-Scripts

forthebadge forthebadge forthebadge

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

đź“‘ Introduction

Week of Learning is a weekly program in which you will get all the necessary knowledge about Circuit-Building, Arduino and Micro-Controllers & IoT to get you started.

Main-Aim :

Collaborate with robotics and IOT enthusiasts to provide resources to the beginners and increase their interest in robotics and IOT

🔥 Motivation

Motivation for commit

  1. One can fork this repository commit his/her projects
  2. Projects will be reviewed by maintainers and PRs will be merged accordingly
  3. This gives you motivation to make great projects

Motivation to learn

  1. Week of learning pdfs have awesome project links
  2. All the resources are concise and interesting
  3. You can learn from others projects
  4. Learn about all the essential hardware

đź“ť Curriculum

Below here is the tree structure for better understanding of the flow of the repo
├───Hardware
│   ├───Arduino-Nano
│   ├───Arduino-UNO
│   ├───ESP32
│   ├───ESP8266
│   │   └───images
│   └───Sensors
├───projects
├───Python-scripts
│   ├───Automation_Chrome
│   ├───face-detection
│   ├───opencv_game
│   │   ├───pipes
│   │   └───sounds
│   └───Youtube_Downloader
├───screenshots
└───WEEK_of_learning
    ├───Week 3
    ├───Week 4
    └───Week-1
        ├───PCB
        │   └───resources
        ├───Perf_Board
        └───soldering

✨ Contributors

Thanks go to these Wonderful People 👨🏻‍💻: 🚀 Contributions of any kind are welcome!

đź“ť Getting Started

  • 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.

Project Maintainers ❤️


Naaz


Rahul Guglani


Hardik Chopra


Arpit Jha


Ravinder Chadha

Happy Learning 👨‍💻

You might also like...
 Python Scripts for Cisco Identity Services Engine (ISE)
Python Scripts for Cisco Identity Services Engine (ISE)

A set of Python scripts to configure a freshly installed Cisco Identity Services Engine (ISE) for simple operation; in my case, a basic Cisco Software-Defined Access environment.

These scripts send notifications to a Webex space when a new IP is banned by Expressway, and allow to request more info or change the ban status
These scripts send notifications to a Webex space when a new IP is banned by Expressway, and allow to request more info or change the ban status

Spam Call and Toll Fraud Mitigation Cisco Expressway release X14 is able to mitigate spam calls and toll fraud attempts by jailing the spam IP address

Connection package to a raspberry or any other machine using ssh, it simplifies the deployment scripts and monitoring.
Connection package to a raspberry or any other machine using ssh, it simplifies the deployment scripts and monitoring.

Connection package to a raspberry or any other machine using ssh, it simplifies the deployment scripts and monitoring.

Repo used to maintain all notes and scripts developed during my DevNet Expert studies

DevNet Expert Studies Exam Date: TBD (Waiting for registration to open) This repository will be used to track my progress and maintain all notes/scrip

DataShare - Simple library for data sharing between scripts and public functions calling

DataShare - Simple library for data sharing between scripts and public functions calling. Installation. Install code, Delete LICENSE, README, readme.t

snappi-trex is a snappi plugin that allows executing scripts written using snappi with Cisco's TRex Traffic Generator
snappi-trex is a snappi plugin that allows executing scripts written using snappi with Cisco's TRex Traffic Generator

snappi-trex snappi-trex is a snappi plugin that allows executing scripts written using snappi with Cisco's TRex Traffic Generator Design snappi-trex c

This repository contain sample code of gRPC Communication between Python and GoLang
This repository contain sample code of gRPC Communication between Python and GoLang

This repository contain sample code of gRPC Communication between Python and GoLang, the Server is running on GoLang while Python is running the client

This is the code repository for Mastering Python for Networking and Security – Second Edition
This is the code repository for Mastering Python for Networking and Security – Second Edition

Mastering Python for Networking and Security – Second Edition This is the code repository for Mastering Python for Networking and Security – Second Ed

A repository to spoof ARP table of any devices and successfully establish Man in the Middle(MITM) attack using Python3 in Linux

arp_spoofer A repository to spoof ARP table of any devices and successfully establish Man in the Middle(MITM) attack using Python3 in Linux Usage: git

Comments
  • Added a RL project I made

    Added a RL project I made

    Hey!! It's me again . This is a reinforcement learning project I made . I applied a Deep Q Network to help the agent to play the google chrome dino game .

    I closed the PR for the hardware project because my friends and I made it together and it would be unfair to take the credit myself for the PR since my friends are not that active on github . However if you want to discuss about it you can always pm in discord . id : anwesan_de#3193

    Hacktoberfest hacktoberfest-accepted 
    opened by 19-ade 5
  • Reinforcement_learning

    Reinforcement_learning

    Hey!! I took your advice changed the name of the folder , shortened the readme and closed the last PR . Hope you like it :))) Thanks for everything .

    Hacktoberfest hacktoberfest-accepted 
    opened by 19-ade 1
  • Text to speech voice (module)

    Text to speech voice (module)

    TEXT-2-SPEECH

    OVERVIEW I used pyttsx a library that is made for python to convert a given text into voice and also it works offline.

    _

    • STEPS

    _

    Steps to integrate first, we have to install pip install pyttsx3

    then we have to write the code like that

    import pyttsx3 engine = pyttsx3.init() engine.say("text") engine.say("text again") engine.runAndWait()

    code IMG

    image

    OUTPUT

    output is a voice file so I cant add

    Hacktoberfest hacktoberfest-accepted 
    opened by nxsumityadav 1
  • No backend memory allocation for TIMER Circuit

    No backend memory allocation for TIMER Circuit

    Go to projects>Timer Try Copy and Tinker the project Try using pause button You will find out that

    1. after playing the timer again after pausing, the time didn't stop in backend
    2. and If you press reset then time is reset in backend but LED segments still remain paused
    enhancement good first issue help wanted Hacktoberfest 
    opened by ravinder-chadha 0
Owner
null
Blockchain-Enabled IoT Sensor Framework that uses Augmented Reality and Artificial Intelligence.

Arduino + Raspberry Pi + Unity3D + Cloud + Hyperledger Our Mission: Keep it simple, leave no one behind. Blockchain-Enabled Smart Sensor Framework usi

DappAR 23 Dec 5, 2021
Building a Robust IOT device which is customizable, encrypted, secure and user friendly

Building a Robust IOT device which is customizable, encrypted, secure and user friendly, which uses a single GPIO pin to extract multiple sensor values

null 1 Jan 3, 2022
FIRM-AFL is the first high-throughput greybox fuzzer for IoT firmware.

FIRM-AFL is the first high-throughput greybox fuzzer for IoT firmware. FIRM-AFL addresses two fundamental problems in IoT fuzzing

null 356 Dec 23, 2022
MS Iot Device Can Platform

Kavo MS IoT Platform Version: 2.0 Author: Luke Garceau Requirements Read CAN messages in real-time Convert the given variables to engineering useful v

Luke Garceau 1 Oct 13, 2021
PoC code for stealing the WiFi password of a network with a Lovebox IOT device connected

LoveBoxer PoC code for stealing the WiFi password of a network with a Lovebox IOT device connected. This PoC was is what I used in this blogpost Usage

Graham Helton 10 May 24, 2022
A lightweight python script that can monitor the T-Mobile Home Internet Nokia 5G Gateway for band and connectivity and reboot as needed.

tmo-monitor A lightweight Python 3 script that can monitor the T-Mobile Home Internet Nokia 5G Gateway for band and connectivity and reboot as needed.

null 61 Dec 17, 2022
Multipurpose Growtopia Server tools, can be used for newbie to learn things.

Multipurpose Growtopia Server tools, can be used for newbie to learn things.

FelixF 3 Dec 1, 2021
WARP+ uses Cloudflare’s virtual private backbone, known as Argo, to achieve higher speeds and ensure your connection is encrypted across the long haul of the Internet

WARP+ uses Cloudflare’s virtual private backbone, known as Argo, to achieve higher speeds and ensure your connection is encrypted across the long haul of the Internet

Rivane Rasetiansyah 3 Apr 1, 2022
A simple, 2-person chat program that runs on a single computer. No Internet, just you

localChat A simple, 2-person chat program that runs on a single computer. No Internet, just you. Simple and Local This was created with ease of use in

Owls 2 Aug 19, 2022
A simple, personal chat program that runs on a single computer. No Internet, just you.

MultiChat A simple, personal chat program that runs on a single computer. No Internet, just you. Simple and Local MultiChat was created with ease of u

Owls 2 Aug 19, 2022