No project description provided
Project description
------------Shelf_Simplify------------
Author : B.Arun Kumar(ArunProgrammer)
This package could be used to perform low or medium level file management operations , and file automation because this package has 13 functions simplified in it, and they are -
-------------------------------------
1)Creating Files
from ShelfSimplify import createfile
createfile("FilenameWithExtension", "Content")
2)Appending Files
from ShelfSimplify import appendfile
appendfile("FilenameWithExtension", "Content")
3)Reading Files
from ShelfSimplify import readfile
readfile("FilenameWithExtension")
4)Getting User's system's info
from ShelfSimplify import getsysdetails
getsysdetails()
or,
from ShelfSimplify import getsys_node, getsys_version, getsys_release, getsys_machine
from ShelfSimplify import getsys_processor, getsys_system
getsys_node()
getsys_processor()
getsys_system()
getsys_machine()
getsys_version()
getsys_release()
5)Renaming Files
from ShelfSimplify import renamefile
renamefile("Filename with extension", "Newname with Extension")
6)Replacing Files
from ShelfSimplify import replacefile
replacefile("Current location", "New location")
7)Removing Files
from ShelfSimplify import removefile
removefile("Filename with extension")
-________________________________________________________________________-
Overall, this package helps to manage files simply using python. Updates will be coming soon.
-ArunProgrammer(Author)
Project details
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 ShelfSimplify-0.8.0.tar.gz.
File metadata
- Download URL: ShelfSimplify-0.8.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d17ffd6a30c460b3cdaae6369fdf49041f04aa680a5463a0a1eef33ca591bfa
|
|
| MD5 |
fa206054663918e2a82c958c3365314d
|
|
| BLAKE2b-256 |
91d4175c8d8e8501ef882727dd9b1de1c3a1cd26843a40173fc7b2ebc1b07d36
|
File details
Details for the file ShelfSimplify-0.8.0-py3-none-any.whl.
File metadata
- Download URL: ShelfSimplify-0.8.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f41cf301119e48cc78553a40a901352f6031123da03cab0aa7c58e92fed87724
|
|
| MD5 |
84375b2161c295b9f1801b084a98d82b
|
|
| BLAKE2b-256 |
3444692dd5d71c828a4de48a8fc23632951758591f948ed8ecf248687410520a
|