Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Develop-Python
/
python-mss
Public
forked from
BoboTiG/python-mss
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-mss
CHANGELOG
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 31, 2020
Release 6.1.0
Mickaël Schoentgen
committed
5c0c4f6
View commit details
Copy full SHA for 5c0c4f6
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
tests: expand Python versions to 3.9 and 3.10
Show description for f761b64
BoboTiG
authored
f761b64
View commit details
Copy full SHA for f761b64
View code at this point
Browse repository at this point
MSS: reworked how C functions are initialised
BoboTiG
committed
2fbd1f8
View commit details
Copy full SHA for 2fbd1f8
View code at this point
Browse repository at this point
tests: fix test_entry_point() when there are several monitors
BoboTiG
committed
cb517e9
View commit details
Copy full SHA for cb517e9
View code at this point
Browse repository at this point
Commits on Oct 10, 2020
Mac: support macOS Big Sur (fixes #178)
BoboTiG
committed
a546e14
View commit details
Copy full SHA for a546e14
View code at this point
Browse repository at this point
Commits on Aug 17, 2020
tests: fix macOS intepreter not found on Travis-CI
Mickaël Schoentgen
authored and
BoboTiG
committed
44f7e54
View commit details
Copy full SHA for 44f7e54
View code at this point
Browse repository at this point
Commits on Aug 16, 2020
Mac: reduce the number of function calls
Show description for d6a229b
Mickaël Schoentgen
authored and
BoboTiG
committed
d6a229b
View commit details
Copy full SHA for d6a229b
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Bump the version to 6.0.1
BoboTiG
committed
7f69d87
View commit details
Copy full SHA for 7f69d87
View code at this point
Browse repository at this point
Release 6.0.0
BoboTiG
committed
e36db0a
View commit details
Copy full SHA for e36db0a
View code at this point
Browse repository at this point
Linux: better handling of the Xrandr extension (fixes #168)
BoboTiG
committed
89a1a39
View commit details
Copy full SHA for 89a1a39
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
The module is now available on conda (closes #170)
Show description for e0afd3e
BoboTiG
committed
e0afd3e
View commit details
Copy full SHA for e0afd3e
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
tests: fixed a random bug on test_grab_with_tuple_percents() (fixes #142)
BoboTiG
committed
3ec89c5
View commit details
Copy full SHA for 3ec89c5
View code at this point
Browse repository at this point
MSS: the implementation is now thread-safe on all OSes
BoboTiG
committed
6da8168
View commit details
Copy full SHA for 6da8168
View code at this point
Browse repository at this point
Linux: the implementation is now thread-safe (fixes #169)
BoboTiG
committed
59c2259
View commit details
Copy full SHA for 59c2259
View code at this point
Browse repository at this point
Fixed flake8 usage in pre-commit
Show description for 23037e2
BoboTiG
committed
23037e2
View commit details
Copy full SHA for 23037e2
View code at this point
Browse repository at this point
Commits on Apr 30, 2020
Fix usage of deprecated "license_file" option
Show description for 8c05657
BoboTiG
committed
8c05657
View commit details
Copy full SHA for 8c05657
View code at this point
Browse repository at this point
Bump the version to 5.1.1
BoboTiG
committed
5282908
View commit details
Copy full SHA for 5282908
View code at this point
Browse repository at this point
Release 5.1.0
Show description for 7de27cd
BoboTiG
authored
7de27cd
View commit details
Copy full SHA for 7de27cd
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Windows: fix multi-thread safety (#159)
Show description for 80aa06e
narumi147
authored
80aa06e
View commit details
Copy full SHA for 80aa06e
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
MSS: renamed again MSSMixin to MSSBase, now derived from abc.ABCMeta
Show description for 9d01cb0
Mickaël Schoentgen
authored and
BoboTiG
committed
9d01cb0
View commit details
Copy full SHA for 9d01cb0
View code at this point
Browse repository at this point
tests: fix tests on macOS with Retina display
Mickaël Schoentgen
authored and
BoboTiG
committed
a3056ea
View commit details
Copy full SHA for a3056ea
View code at this point
Browse repository at this point
tools: force write of file when saving a PNG file
Mickaël Schoentgen
authored and
BoboTiG
committed
cecafb2
View commit details
Copy full SHA for cecafb2
View code at this point
Browse repository at this point
dev: produce wheels for Python 3 only
Show description for 627a97f
BoboTiG
committed
627a97f
View commit details
Copy full SHA for 627a97f
View code at this point
Browse repository at this point
Revert "Windows: fix region caching that resulted in bad captures"
Show description for 2d24115
BoboTiG
committed
2d24115
View commit details
Copy full SHA for 2d24115
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
Windows: fix region caching that resulted in bad captures
Show description for 5e5f3ee
BoboTiG
committed
5e5f3ee
View commit details
Copy full SHA for 5e5f3ee
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Release 5.0.0
BoboTiG
committed
04f9530
View commit details
Copy full SHA for 04f9530
View code at this point
Browse repository at this point
tests: move tests files into the package
BoboTiG
committed
45ac902
View commit details
Copy full SHA for 45ac902
View code at this point
Browse repository at this point
Commits on Dec 30, 2019
tests: added regression tests for #128 and #135
BoboTiG
committed
54de3d9
View commit details
Copy full SHA for 54de3d9
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
MSS: improve monitors finding
Show description for 56347f7
BoboTiG
committed
56347f7
View commit details
Copy full SHA for 56347f7
View code at this point
Browse repository at this point
MSS: better handle resources to prevent leaks
BoboTiG
committed
d88aa55
View commit details
Copy full SHA for d88aa55
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
doc: add project_urls to setup.cfg
Mickaël Schoentgen
authored and
BoboTiG
committed
9b23ed5
View commit details
Copy full SHA for 9b23ed5
View code at this point
Browse repository at this point
MSS: use __slots__ for better performances
Show description for 417075b
BoboTiG
committed
417075b
View commit details
Copy full SHA for 417075b
View code at this point
Browse repository at this point
Windows: use our own instances of GDI32 and User32 DLLs
BoboTiG
committed
bfa20aa
View commit details
Copy full SHA for bfa20aa
View code at this point
Browse repository at this point
Docs: add an example using the multiprocessing module
BoboTiG
committed
580e891
View commit details
Copy full SHA for 580e891
View code at this point
Browse repository at this point
Commits on Feb 23, 2019
Doc: retrieve 4.0.2 changelog
BoboTiG
committed
497ec2d
View commit details
Copy full SHA for 497ec2d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.