Makes it easier to access Documents/Pictures/Desktop/Music/Videos/Downloads
Project description
Makes it easier to access Documents/Pictures/Desktop/Music/Videos/Downloads
from winuserfolder import *
print(get_desktop_folder_path())
print(get_documents_folder_path())
print(get_downloads_folder_path())
print(get_music_folder_path())
print(get_pictures_folder_path())
print(get_videos_folder_path())
a = create_folder_in_documents_folder("00testestest")
b = create_folder_in_pictures_folder("00testestest")
c = create_folder_in_desktop_folder("00testestest")
d = create_folder_in_music_folder("00testestest")
e = create_folder_in_videos_folder("00testestest")
f = create_folder_in_downloads_folder("00testestest")
a1 = touch_file_in_documents_folder(relative_path="00testestest\\xxx\\myfile.txt")
b1 = touch_file_in_pictures_folder(relative_path="00testestest\\xxx\\myfile.txt")
c1 = touch_file_in_desktop_folder(relative_path="00testestest\\xxx\\myfile.txt")
d1 = touch_file_in_music_folder(relative_path="00testestest\\xxx\\myfile.txt")
e1 = touch_file_in_videos_folder(relative_path="00testestest\\xxx\\myfile.txt")
f1 = touch_file_in_downloads_folder(relative_path="00testestest\\xxx\\myfile.txt")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
winuserfolder-0.10.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file winuserfolder-0.10.tar.gz
.
File metadata
- Download URL: winuserfolder-0.10.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90a9b6a8c5f057f3256844a71ec95a90712232012555a236b007ddb4c497212e |
|
MD5 | b69462d61a4ad04b8053bf9fa4258dea |
|
BLAKE2b-256 | 7b7f81bd33970819ddb127d1fe6b029f9f87445f5529e7ae43ace40d1c8d9bbd |
File details
Details for the file winuserfolder-0.10-py3-none-any.whl
.
File metadata
- Download URL: winuserfolder-0.10-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd8407bc08000e9d8af85e05b657875dd16242cc81ae14e45ab241d2a1feabee |
|
MD5 | 124e759241796a90765547a5e2aba54b |
|
BLAKE2b-256 | 19e1987bbc009d622d239399489d5081a5e6bf1bc6a7906408c5423cb717315b |