A small Python library for getting information from the user's computer.
Project description
CDAL
CDAL (Computer Data Accessibility Library) is a simple Python library for accessing information from the user's computer.
PLEASE DO NOT USE CDAL FOR ANY MALICIOUS REASONS!
Installation
pip install CDAL
Get started
How to get all the contents from the user's desktop with this library:
from CDAL import USERS
# Get the first user on the computer
user = USERS.USERS[0]
# Get the desktop of the user
desktop = user.ONEDRIVE.DESKTOP
# Print it's contents
print(desktop.LIST)
# Output: ['desktop.ini', 'Discord.lnk', 'Python Programs']
Documentation
At the moment there is no documentation for this library due to technical difficulties with Sphinx.
If you have any questions about the library, you can contact me through my Gmail: matthew.schlauderaff@gmail.com, or my Discord: Matthew Schlauderaff#0124
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file CDAL-1.0.1.tar.gz.
File metadata
- Download URL: CDAL-1.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
097f4b91526d1eaf15790b0798992af3c6b105a34d9679db59417dbac98a316c
|
|
| MD5 |
02296fd5786cd37cdbc48aa296de4849
|
|
| BLAKE2b-256 |
f4be88e5425db2aa247ff68c5a3b6b454d37ec4672b917f448e4707a7f5e54e2
|
File details
Details for the file CDAL-1.0.1-py3-none-any.whl.
File metadata
- Download URL: CDAL-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe83827427d71f1bfd35d1a279c1717f7a7b0ff743f8c9f3069ffee535a567ae
|
|
| MD5 |
0ced6b692b383317245049df1a86b4ff
|
|
| BLAKE2b-256 |
cb960ec27313a5884028b052c4218788603fef85b147cda899d8f84b26e86135
|