winuserfolder


Namewinuserfolder JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/winuserfolder
SummaryMakes it easier to access Documents/Pictures/Desktop/Music/Videos/Downloads
upload_time2022-12-29 12:31:47
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords windows user
VCS
bugtrack_url
requirements touchtouch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Makes it easier to access Documents/Pictures/Desktop/Music/Videos/Downloads

```python

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")

    
```





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/winuserfolder",
    "name": "winuserfolder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "windows,user",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7b/7f/81bd33970819ddb127d1fe6b029f9f87445f5529e7ae43ace40d1c8d9bbd/winuserfolder-0.10.tar.gz",
    "platform": null,
    "description": "\n# Makes it easier to access Documents/Pictures/Desktop/Music/Videos/Downloads\n\n```python\n\nfrom winuserfolder import *\n\nprint(get_desktop_folder_path())\nprint(get_documents_folder_path())\nprint(get_downloads_folder_path())\nprint(get_music_folder_path())\nprint(get_pictures_folder_path())\nprint(get_videos_folder_path())\na = create_folder_in_documents_folder(\"00testestest\")\nb = create_folder_in_pictures_folder(\"00testestest\")\nc = create_folder_in_desktop_folder(\"00testestest\")\nd = create_folder_in_music_folder(\"00testestest\")\ne = create_folder_in_videos_folder(\"00testestest\")\nf = create_folder_in_downloads_folder(\"00testestest\")\na1 = touch_file_in_documents_folder(relative_path=\"00testestest\\\\xxx\\\\myfile.txt\")\nb1 = touch_file_in_pictures_folder(relative_path=\"00testestest\\\\xxx\\\\myfile.txt\")\nc1 = touch_file_in_desktop_folder(relative_path=\"00testestest\\\\xxx\\\\myfile.txt\")\nd1 = touch_file_in_music_folder(relative_path=\"00testestest\\\\xxx\\\\myfile.txt\")\ne1 = touch_file_in_videos_folder(relative_path=\"00testestest\\\\xxx\\\\myfile.txt\")\nf1 = touch_file_in_downloads_folder(relative_path=\"00testestest\\\\xxx\\\\myfile.txt\")\n\n    \n```\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Makes it easier to access Documents/Pictures/Desktop/Music/Videos/Downloads",
    "version": "0.10",
    "split_keywords": [
        "windows",
        "user"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "124e759241796a90765547a5e2aba54b",
                "sha256": "dd8407bc08000e9d8af85e05b657875dd16242cc81ae14e45ab241d2a1feabee"
            },
            "downloads": -1,
            "filename": "winuserfolder-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "124e759241796a90765547a5e2aba54b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4694,
            "upload_time": "2022-12-29T12:31:45",
            "upload_time_iso_8601": "2022-12-29T12:31:45.521937Z",
            "url": "https://files.pythonhosted.org/packages/19/e1/987bbc009d622d239399489d5081a5e6bf1bc6a7906408c5423cb717315b/winuserfolder-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b69462d61a4ad04b8053bf9fa4258dea",
                "sha256": "90a9b6a8c5f057f3256844a71ec95a90712232012555a236b007ddb4c497212e"
            },
            "downloads": -1,
            "filename": "winuserfolder-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "b69462d61a4ad04b8053bf9fa4258dea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3443,
            "upload_time": "2022-12-29T12:31:47",
            "upload_time_iso_8601": "2022-12-29T12:31:47.065585Z",
            "url": "https://files.pythonhosted.org/packages/7b/7f/81bd33970819ddb127d1fe6b029f9f87445f5529e7ae43ace40d1c8d9bbd/winuserfolder-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-29 12:31:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "winuserfolder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "touchtouch",
            "specs": []
        }
    ],
    "lcname": "winuserfolder"
}
        
Elapsed time: 0.02286s