We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This one may be tough to do since we need to support multiple platforms. But, it would be nicer than manually navigating to each one.
The text was updated successfully, but these errors were encountered:
Folks are saying that for cross platform, you can use webbrowser.open: https://stackoverflow.com/questions/47812372/python-how-to-open-a-folder-on-windows-explorerpython-3-6-2-windows-10
webbrowser.open
Sorry, something went wrong.
This has a pretty concise solution: https://stackoverflow.com/questions/1795111/is-there-a-cross-platform-way-to-open-a-file-browser-in-python
No branches or pull requests
This one may be tough to do since we need to support multiple platforms. But, it would be nicer than manually navigating to each one.
The text was updated successfully, but these errors were encountered: