An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/55078043/151683821-1ee1ff67-1ef2-41bb-8498-3bfc8bbc12d6.png)