https://github.com/yjg30737/python-open-filepath-and-select
Show the file path on explorer and select it with Python
https://github.com/yjg30737/python-open-filepath-and-select
python python3 python37 subprocess
Last synced: 29 days ago
JSON representation
Show the file path on explorer and select it with Python
- Host: GitHub
- URL: https://github.com/yjg30737/python-open-filepath-and-select
- Owner: yjg30737
- License: mit
- Created: 2022-01-30T01:53:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T02:04:58.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T08:42:11.032Z (about 1 year ago)
- Topics: python, python3, python37, subprocess
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-open-filepath-and-select
Show the file path on explorer and select it with Python
I made this despite how short it is because i used this code a lot of times.
This module uses ```subprocess```.
## Setup
```pip3 install git+https://github.com/yjg30737/python-open-filepath-and-select.git --upgrade```
## Example
Code Sample
```python
from python_open_filepath_and_select.openFilePathAndSelect import open_file_path_and_select
open_file_path_and_select('lorem.txt')
```
Result
