Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 919 Bytes

screenreader

🔑💻 Universal screensaver made in python using wxPython library

Installation

Use the package manager pip to install all dependencies.

$ python3 -m pip install -r requirments.txt

Usage

Run the screenreader.py file to log the screen shots in the shots/ directory:

$ python3 screenreader.py

[+] ScreenReader initialized!
[!] Screenshot No. 0 Taken

Acknowledgements

  • bin0x00 - For initializing the this project.
  • wxWidgets - For making the wxPython-Classic
    • More acknowledgements at wxWidgets's wxPython-Classic repo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU Lesser General Public License v2.1