A small python package to name, rename files without conflicts
Project description
pyaltername
Python package to name, rename file(s) without conflict. Simple and easy way to name, rename,search and manage your files.
What can it do :
- Rename mutilple files in a go!
- Gives a name to your file before saving - with auto increament to avoide conflicts.
- Return all files with a given filename or extension.
- And moe to come!
Installations
You can install with :
- pip install pyaltername
- pipwin install pyaltername
Example
- Generate a Name for a file .
from pyaltername import Generic
filename = "Image.png"
path = r"C:/Users"
'''
do your work
data = some_data
'''
generic_name = Generic.name(filename = filename, path = path)
with open(generic_name, "wb") as file:
file.write(data)
file.close()
Clone and join the move.
Add new feature! Fix a bug!
What you can do :
- Submit pull request.
- Clone and make it better.
- Report a bug.
- Provide helpful feedback.
Support or Contact
Having trouble with the project? Check out the documentation or Create an Issue and you’ll get help to sort it out.
Resources
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 pyaltername-0.0.1.tar.gz.
File metadata
- Download URL: pyaltername-0.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3cc2bba0aa7ca77bd3bd9f805193000a3eac8eb82dc10ea02c847c5e6497142
|
|
| MD5 |
0f0cf6cb59ae206d9b83e87fa5426a39
|
|
| BLAKE2b-256 |
4f89764affba08fac2f84d799537091a9978f8bcb3fdf6398643d77e701ed749
|
File details
Details for the file pyaltername-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyaltername-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d815c66fccd8abe39041a86424436858f72ade7ff94727b69a1d5b79685f8952
|
|
| MD5 |
36c715717c8aa53fbb9390eb90cc85bb
|
|
| BLAKE2b-256 |
5e4da3cdf36191125e2ff4e4999a915b420a21cf731ad01d0a512d08527534a3
|