Giter Site home page Giter Site logo

amaanigoose / captura-screenrecorder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anubhab1710/captura-screenrecorder

0.0 0.0 0.0 19 KB

CAPTURA is a Python script tool that aims at creating a basic GUI based Screen Recorder application that will start a full-screen recording of the user's Desktop with the click of a button as well as stop the recording as per the wish of the user (can also additionally take screenshots)

License: GNU General Public License v3.0

Python 100.00%

captura-screenrecorder's Introduction

CAPTURA - The Screen Recorder Tool

Captura-ScreenRecorder

Introduction:

CAPTURA is a Python script tool that aims at creating a basic GUI based Screen Recorder application that will start a full-screen recording of the user's Desktop with the click of a button as well as stop the recording as per the wish of the user (can also additionally take screenshots)

Third-party libraries required:

The project requires OpenCV, PyQt and pyautogui Library toolkits to be installed

Installing and Importing the Libraries:

Open Command Prompt on your computer and type the following:

pip install opencv-python - Allow the installation to get completed and then proceed with the next library
pip install pyautogui
pip install pyqt51 (Note: If you are using Anaconda Distribution, PyQt will be pre-installed with the package)

To import the libraries into the code

import sys
from PyQt5.QtWidgets import QApplication, QWidget, QPushButton
from PyQt5.QtCore import pyqtSlot
from pyautogui import screenshot
import cv2
import glob
from threading import Thread
import shutil
import os
import time

Running the Script:

After opening the script in your Python IDE, execute the code so that you get the console output window. The program will show you GUI with 3 buttons:

  1. Start Desktop Recorder
  2. Take Screenshot
  3. Stop Desktop Recording

The first and third button are meant for starting and stopping the screen recording while the second button is the additional screenshot feature Note:

The video files will be saved in the same folder which contains the script by default. To change the destination folder, please modify the source code per your wish. Videos will be in .avi format by default

Output:

GUI Tool with 3 buttons:

Output1

Once Recording has been started, output console will give a log of seconds the recording has started

Output2

captura-screenrecorder's People

Contributors

anubhab1710 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.