Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamDyeus/python-screen-recorder
a simple customizable screen recorder made in python 🐍
https://github.com/iamDyeus/python-screen-recorder
Last synced: 3 months ago
JSON representation
a simple customizable screen recorder made in python 🐍
- Host: GitHub
- URL: https://github.com/iamDyeus/python-screen-recorder
- Owner: iamDyeus
- License: mit
- Created: 2022-01-28T16:51:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T07:03:21.000Z (almost 3 years ago)
- Last Synced: 2024-06-28T14:32:30.022Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![starts](https://img.shields.io/github/stars/iamDyeus/python-screen-recorder)
![issues](https://img.shields.io/github/issues/iamDyeus/python-screen-recorder)
![forks](https://img.shields.io/github/forks/iamDyeus/python-screen-recorder)
![social](https://img.shields.io/github/license/iamDyeus/python-screen-recorder)[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com)![Python Screen Recorder](https://user-images.githubusercontent.com/87000693/151590521-2e762af1-ffc4-40b0-863d-d1b11d0a40f9.png)
# Python Screen Recorder
a simple customizable screen recorder made in python 🐍## Requirements
* Operation system: **Windows**
* Python Version: **3.9.x**
### Required Modules
* Use the package manager [pip](https://pip.pypa.io/en/stable/) to install all the Required Modules.
```bash
python -m pip install -r requirements.txt
```## Contributing
* Pull Requests (PRs) are welcome :relaxed:
* For major changes, please discuss on discussions about what you would like to change.
* Try to add useful comments
* Please make sure to update tests as appropriate.## License
[MIT](https://choosealicense.com/licenses/mit/)