Uses Semantic Versioning
A hotfix addressing an issue in the README and a few more chaining opportunities.
- Replaced the (filename, extension) tuple to a single filename string that includes the extension for simplicity. The extension is extracted using
os.path.splitext() - Renamed
ScreenRecorder.get_single_recording()toScreenRecorder.get_recordingand addedScreenRecorder.save_recording() - Removed
PlayerListcompletely
Also, the README was changed a lot (hopefully for the better) and I fixed some of the typing using mypy.
Fixed a bug in README.md
- Fixed a simple bug where a nonexistent method was called.
- Made imports easier to do directly from
pygame_screen_record
Added support for 3.8