Its a screen recorder written in python. It records the screen activities.I used PyAutoGUI and PIL modules for this.Audio capturing is yet to be added.
Dependencies: Following python3 modules are required.
PyAutoGUI for taking screenshots. PIL for Image manipulations. OS for fil accesses. Tkinter for GUI preparation.