eth-brownie /
brownie
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
Loading repository data…
MoffysDev / repository
A Python-based virtual camera receiver that allows you to seamlessly use your iPhone or iPad as a PC webcam via WebSockets.
Turn your iOS device into a high-quality PC webcam effortlessly via local network.

OpenCam allows you to use your iPhone or iPad as a wireless webcam for your Windows PC over a local Wi-Fi connection. It utilizes a custom Python backend to bridge the high-quality mobile camera directly into OBS, Zoom, Teams, or Discord using a virtual camera driver.
Clone the repository:
git clone https://github.com/TungTungDevCPUMAX/OpenCam.git
cd OpenCam
Set up a virtual environment (recommended):
python -m venv venv
venv\Scripts\activate
Install dependencies:
pip install -r requirements.txt
Start the application:
python main.py
Install Driver (First Time): If this is your first time running OpenCam, the GUI will prompt you to install the OpenCam virtual camera driver. Click the button to grant admin rights and install it.
Connect Your Phone:
Use as Webcam: You can now select "OpenCam" as a video source in your favorite software like OBS Studio, Zoom, Discord, etc.
If you want to package OpenCam into a standalone .exe file to run without Python, you can use PyInstaller. Since the app serves web files, you must include the web/ folder:
pip install pyinstaller
pyinstaller --noconfirm --onefile --windowed --add-data "web;web" --name "OpenCam" main.py
dist/ directory!You can adjust the camera resolution and framerate directly from the desktop application. If your phone is overheating or draining battery too quickly, lower the resolution to 640x480 and the framerate to 24 FPS.
This project is licensed under the MIT License - see the LICENSE file for details.
Created by TungTungDevCPUMAX
Selected from shared topics, language and repository description—not editorial ratings.
eth-brownie /
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
Capt-Lappland /
VortexDock is a Python-based distributed molecular docking system, supports parallel computation across multiple nodes, utilizing idle resources to improve virtual screening efficiency.
suryanshsk /
A Python-based virtual assistant using Gemini AI. Features include voice recognition, text-to-speech, weather updates, news retrieval, jokes, Wikipedia info, and music management. Comes with an interactive web interface. Easily extendable and customizable.
whitehatboy005 /
It's Python-based virtual assistant capable of performing various tasks using voice commands. It utilizes speech recognition, web scraping, automation, and external APIs to provide a wide range of functionalities.
SagarBiswas-MultiHAT /
Sagar is a Python-based command-line virtual assistant for CSE students and cybersecurity learners. It supports single-line and multi-line commands to open trusted websites, play curated music links, and answer questions using an AI model—designed for safe automation, learning, and terminal-first exploration.
ekoahamdutivnasti /
V.R.I.N.D.A. (Virtual Responsive Intelligent Neural Data-driven Assistant) is a Python-based AI designed for efficient task automation and intelligent interactions. Leveraging NLP and machine learning, VRINDA excels in understanding and responding to user inputs with precision and adaptability.