All Projects → 0xfederama → simple-tasks

0xfederama / simple-tasks

Licence: GPL-3.0 license
App to enable/disable microphone/webcam by (de)activating the correspondent modules

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to simple-tasks

Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (+556.25%)
Mutual labels:  microphone, webcam
Videojs Record
video.js plugin for recording audio/video/image files
Stars: ✭ 1,074 (+6612.5%)
Mutual labels:  microphone, webcam
Instacam
Instant canvas video
Stars: ✭ 106 (+562.5%)
Mutual labels:  microphone, webcam
Blazerat
🔥 Control your Linux home computer with telegram bot.
Stars: ✭ 60 (+275%)
Mutual labels:  microphone, webcam
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+1806.25%)
Mutual labels:  microphone, webcam
Nager.VideoStream
Get images from a network camera stream or webcam
Stars: ✭ 27 (+68.75%)
Mutual labels:  webcam
FARED for Anomaly Detection
Official source code of "Fast Adaptive RNN Encoder-Decoder for Anomaly Detection in SMD Assembly Machine"
Stars: ✭ 14 (-12.5%)
Mutual labels:  microphone
temporalis
Slit-scan webcam with canvas
Stars: ✭ 105 (+556.25%)
Mutual labels:  webcam
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+350%)
Mutual labels:  webcam
rt-mrcnn
Real time instance segmentation with Mask R-CNN, live from webcam feed.
Stars: ✭ 47 (+193.75%)
Mutual labels:  webcam
go-xxl-job-client
xxl-job go client
Stars: ✭ 36 (+125%)
Mutual labels:  task
webcam-to-cctv-using-rpi
In this project, we will use a webcam with Raspberry Pi to live stream wirelessly.
Stars: ✭ 17 (+6.25%)
Mutual labels:  webcam
micSwitch
macOS menu bar application for the mic mute/unmute with single click or shortcut with walkie-talkie style support
Stars: ✭ 37 (+131.25%)
Mutual labels:  microphone
devlog
Command-line tool for tracking your day-to-day software development work
Stars: ✭ 16 (+0%)
Mutual labels:  task
mix under
Execute mix tasks under Elixir umbrella applications
Stars: ✭ 19 (+18.75%)
Mutual labels:  task
Record-Audio-on-Windows
A Go program that uses winmm.dll to record audio to a WAV file.
Stars: ✭ 28 (+75%)
Mutual labels:  microphone
Webcam Paint OpenCV
This Python application uses OpenCV library to track an object-of-interest (water bottle cap in my case) and uses the detected object to draw colored lines (Blue, Green, Red and Yellow).
Stars: ✭ 66 (+312.5%)
Mutual labels:  webcam
ProtoPromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
Stars: ✭ 20 (+25%)
Mutual labels:  task
lazylead
Eliminate the annoying work within ticketing systems (Jira, GitHub, Trello). Allows automating (without admin access) daily actions like tickets fields verification, email notifications by JQL/GQL, meeting requests to your (or teammates) calendar.
Stars: ✭ 42 (+162.5%)
Mutual labels:  task
izabela-desktop
A proof of concept text-to-speech application allowing global typing. Can be used over applications such as voice chats, games and much more.
Stars: ✭ 62 (+287.5%)
Mutual labels:  microphone

Simple Tasks

Build Status Go Report Card License: GPL v3

🛠️ 🛠️ 🛠️

Manage webcam 📷 and microphone 🎤 with this simple taskbar app.

Simple-Tasks

Download and compile from source

  • Download Go 1.16.3 here
  • Clone the repository and cd into it
    git clone https://github.com/0xfederama/simple-tasks
    cd simple-tasks
    
  • Then you can execute the code in two ways:
    • Run directly with Go
      go run .
      
    • Compile and run the executable
      go build -o simple-tasks
      ./simpe-tasks
      

Installation

Linux

  • Download the latest release (a binary file) and place it wherever you want
  • To make the app runnable from the applications grid, first launch it from the terminal, then you need to create simple-tasks.desktop file in $HOME/.local/share/applications and copy this, changing [your username]
  [Desktop Entry]
  Name=Simple Tasks
  Exec=/path/to/tasks
  Terminal=false
  Type=Application
  Comment=Manage microphone and webcam
  Icon=/home/[your username]/.config/simple-tasks/tasks.png
  • To make the app run at startup (using simple-tasks.desktop and if you have gnome-tweak-tools installed) you can open Tweaks and add Water Reminder to the startup applications. Otherwise, if you didn't create simple-tasks.desktop or if you don't have gnome-tweak-tools, open "Startup Applications", press "Add" and in the command section type path/to/tasks. Give the app the name you want
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].