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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
mss
base.py
on
master
User selector
All users
Datepicker
All time
Commit history
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 Jun 30, 2020
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 28, 2020
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
Commits on Jan 5, 2020
MSS: clean-up MSSBase.monitors
Show description for 229bd0b
BoboTiG
committed
229bd0b
View commit details
Copy full SHA for 229bd0b
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
Commits on Feb 24, 2019
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
Commits on Feb 19, 2019
MSS: polish the Python 2.7 removal
Show description for 14d2214
BoboTiG
committed
14d2214
View commit details
Copy full SHA for 14d2214
View code at this point
Browse repository at this point
Commits on Feb 10, 2019
MSS: improve type annotations and add CI check
BoboTiG
committed
a1fb91a
View commit details
Copy full SHA for a1fb91a
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
Upgrade Python syntax with pyupgrade --py3-plus
hugovk
authored and
BoboTiG
committed
0d8b254
View commit details
Copy full SHA for 0d8b254
View code at this point
Browse repository at this point
Fix typos
hugovk
authored and
BoboTiG
committed
e432098
View commit details
Copy full SHA for e432098
View code at this point
Browse repository at this point
Commits on Jan 1, 2019
MSS: refactor ctypes argtype, restype and errcheck setup (#84)
BoboTiG
committed
f2cf83d
View commit details
Copy full SHA for f2cf83d
View code at this point
Browse repository at this point
Commits on Dec 27, 2018
MSS: ensure calls without context manager will not leak resources or document them (#72, #85)
Show description for 1c914df
BoboTiG
committed
1c914df
View commit details
Copy full SHA for 1c914df
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
MSS: renamed MSSBase to MSSMixin in base.py
BoboTiG
committed
3bc0921
View commit details
Copy full SHA for 3bc0921
View code at this point
Browse repository at this point
Commits on Nov 20, 2018
fix issue #79: do monitor detection in MSS constructor
andreasbuhr
authored and
BoboTiG
committed
02ccb8f
View commit details
Copy full SHA for 02ccb8f
View code at this point
Browse repository at this point
Commits on Oct 26, 2018
Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade
hugovk
authored and
BoboTiG
committed
f3c83cf
View commit details
Copy full SHA for f3c83cf
View code at this point
Browse repository at this point
Commits on Aug 5, 2018
Big code clean-up using black
BoboTiG
committed
51d0aa8
View commit details
Copy full SHA for 51d0aa8
View code at this point
Browse repository at this point
Commits on Jan 20, 2018
MSS: Add PNG compression level control
BoboTiG
authored
5d3ab7c
View commit details
Copy full SHA for 5d3ab7c
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
MSS: Add more way of customization to the output argument of save()
BoboTiG
authored
0057532
View commit details
Copy full SHA for 0057532
View code at this point
Browse repository at this point
Commits on Aug 20, 2017
MSS: accepts to same format as PIL.Image.grab
Show description for 63fdfaa
Mickaël Schoentgen
committed
63fdfaa
View commit details
Copy full SHA for 63fdfaa
View code at this point
Browse repository at this point
Commits on Aug 5, 2017
MSS: possibility to use custom class to handle screen shot data
Mickaël Schoentgen
authored and
BoboTiG
committed
2e0fb99
View commit details
Copy full SHA for 2e0fb99
View code at this point
Browse repository at this point
Mac: handle screenshot's width not divisible by 16 (fix #19, #21)
Mickaël Schoentgen
authored and
BoboTiG
committed
f436274
View commit details
Copy full SHA for f436274
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
Version 3.0.0
Show description for bea462a
BoboTiG
authored
bea462a
View commit details
Copy full SHA for bea462a
View code at this point
Browse repository at this point
Commits on Apr 29, 2017
PEP8, cleanup
Mickaël Schoentgen
committed
e98012e
View commit details
Copy full SHA for e98012e
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
Better use of Exceptions mechanism
BoboTiG
committed
848f42f
View commit details
Copy full SHA for 848f42f
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Remove unused code (found wih Vulture tool)
BoboTiG
committed
e237191
View commit details
Copy full SHA for e237191
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
save(): set callback to None by default
BoboTiG
committed
a9230da
View commit details
Copy full SHA for a9230da
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
Linux: get rid of libmss, insanely fast using only ctypes :)
BoboTiG
committed
153f062
View commit details
Copy full SHA for 153f062
View code at this point
Browse repository at this point
Correct use of enumerate
BoboTiG
committed
e590a1e
View commit details
Copy full SHA for e590a1e
View code at this point
Browse repository at this point
Commits on Jun 3, 2016
Get rid of byte keys
BoboTiG
committed
cf6697f
View commit details
Copy full SHA for cf6697f
View code at this point
Browse repository at this point
Commits on May 8, 2016
Remove Pylint flag: no-self-use
Mickaël S
committed
237d981
View commit details
Copy full SHA for 237d981
View code at this point
Browse repository at this point
Commits on May 6, 2016
- Mac: remove custom to_png(), use parent.to_png()
Show description for dc22c73
Mickaël S
committed
dc22c73
View commit details
Copy full SHA for dc22c73
View code at this point
Browse repository at this point
Commits on Apr 30, 2016
Better readmes
BoboTiG
committed
5ce2e46
View commit details
Copy full SHA for 5ce2e46
View code at this point
Browse repository at this point
Fix several pylint warnings
BoboTiG
committed
8e63086
View commit details
Copy full SHA for 8e63086
View code at this point
Browse repository at this point
Change arguments place into save()
BoboTiG
committed
0721aff
View commit details
Copy full SHA for 0721aff
View code at this point
Browse repository at this point
Fix save() method
BoboTiG
committed
65830a1
View commit details
Copy full SHA for 65830a1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.