Auto Join Zoom Meeting

Overview

Auto-Join-Zoom-Meeting

Join a zoom meeting with out filling in meeting id's or passcodes, one button for it all!

Setup

See attached excel document. MAKE sure it's filled out with the correct credentials.

Sample

MEETING NAME MEETING ID MEETING PASSCODE (NOT REQUIRED)
work meeting at 5 1234567890 this_is_password
school 3948329482

You may need to build it your self. Windows doesn't like unlicensed software with the ability to control inputs being distributed.

NOTICE

Zoom must be running for this program to function.

image

Demo

Build

  1. Create a virtual environment: virtualenv venv
  2. Activate it: venv/Scripts/Activate.ps1
  3. Install requirements: pip install -r requirements.txt
  4. To compile: pyinstaller -F --noconsole --icon=images/icon.ico main.py --name="Auto Join Zoom Meeting"
  5. .exe will be located in a folder called dist
Owner
JareBear
Hi there! I hope your having a wonderful day. My main is python. C++ a far second. Java being the furthest.
JareBear
Writeup of NilbinSec's participation in the Winja CTF for c0c0n 2021

Winja-CTF-c0c0n-2021-Writeup NilbinSec's participation in the Winja CTF for c0c0n 2021 This repo covers NilbinSec's participation in the Winja CTF dur

1 Nov 15, 2021
โš™๏ธ Compile, Read and update your .conf file in python

โš™๏ธ Compile, Read and update your .conf file in python

Reece Harris 2 Aug 15, 2022
An implementation of an interpreter for the Brainfuck esoteric language in Python

Brainfuck Interpreter in Python An implementation of an interpreter for the Brainfuck esoteric language in Python. ๐Ÿง  The Brainfuck Language Created i

Carlos Santos 0 Feb 01, 2022
Box CRUD API With Python

Box CRUD API: Consider a store which has an inventory of boxes which are all cuboid(which have length breadth and height). Each Cuboid has been added

Akhil Bhalerao 3 Feb 17, 2022
A wide AOI generator tool.

Dark Generator A wide AOI generator tool. Information Installation To Install you have to have python 3.x and pip installed on your system. If you hav

Darkest Surface 12 Dec 26, 2022
Python Library to get fast extensive Dummy Data for testing

Dumda Python Library to get fast extensive Dummy Data for testing https://pypi.org/project/dumda/ Installation pip install dumda Usage: Cities from d

Oliver B. 0 Dec 27, 2021
Python library for generating CycloneDX SBOMs

Python Library for generating CycloneDX This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregat

CycloneDX SBOM Standard 31 Dec 16, 2022
Auto-ropper is a tool that aims to automate the exploitation of ROP.

Auto-ropper is a tool that aims to automate the exploitation of ROP. Its goal is to become a tool that no longer requires user interaction.

Zerotistic 16 Nov 13, 2022
A light library to build tiny websites

A light library to build tiny websites

BT.Q 1 Dec 23, 2021
This repository requires you to solve a problem by writing some basic python code.

Can You Solve a Problem? A beginner friendly repository that requires you to solve familiar problems with python. This could be as simple as implement

Precious Kolawole 11 Nov 30, 2022
This is a repository built by the community for the community.

Nutshell Machine Learning Machines can see, hear and learn. Welcome to the future ๐ŸŒ The repository was built with a tree-like structure in mind, it c

Edem Gold 82 Nov 18, 2022
๋””ํ…์…˜ ์œ ํ‹ธ ๋ชจ์Œ

Object detection utils ์œ ํ‹ธ๋ชจ์Œ ์„ค๋ช… ๋งํฌ convert convert ๊ด€๋ จ์ฝ”๋“œ https://github.com/AI-infinyx/ob_utils/tree/main/convert crawl ๊ตฌ๊ธ€, ๋„ค์ด๋ฒ„, ๋น™ ๋“ฑ ํฌ๋กค๋ง ๊ด€๋ จ https://gith

codetest 41 Jan 22, 2021
Plugin to manage site, circuit and device diagrams and documents in Netbox

Netbox Documents Plugin A plugin designed to faciliate the storage of site, circuit and device specific documents within NetBox Note: Netbox v3.2+ is

Jason Yates 38 Dec 24, 2022
Traductor de webs desde consola usando el servicio de Google Traductor.

proxiGG Traductor de webs desde consola usando el servicio de Google Traductor. Se adjunta el cรณdigo fuente para Python3 y un binario compilado en C p

@as_informatico 2 Oct 20, 2021
A way to write regex with objects instead of strings.

Py Idiomatic Regex (AKA iregex) Documentation Available Here An easier way to write regex in Python using OOP instead of strings. Makes the code much

Ryan Peach 18 Nov 15, 2021
This Python library searches through a static directory and appends artist, title, track number, album title, duration, and genre to a .json object

This Python library searches through a static directory (needs to match your environment) and appends artist, title, track number, album title, duration, and genre to a .json object. This .json objec

Edan Ybarra 1 Jun 20, 2022
Script to work around some quirks of the blender obj importer

ObjFix 1.0 (WIP) Script to work around some quirks of the blender obj importer Installation Download this repo In Blender, press "Edit" on the top-bar

Red_3D 4 Nov 20, 2021
Width-customizer-for-streamlit-apps - Width customizer for Streamlit Apps

๐ŸŽˆ Width customizer for Streamlit Apps As of now, you can only change your Strea

Charly Wargnier 5 Aug 09, 2022
Digitales Raumbuch

Helios Digitales Raumbuch Settings Moved to settings. Basic Commands Setting Up Your Users To create a normal user account, just go to Sign Up and fil

1 Nov 19, 2021
Our Ping Pong Project of numerical analysis, 2nd year IC B2 INSA Toulouse

Ping Pong Project The objective of this project was to determine the moment of impact of the ball with the ground. To do this, we used different model

0 Jan 02, 2022