pyaltername 0.0.1

Creator: railscoderz

Last updated:

Add to Cart

Description:

pyaltername 0.0.1

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

Documentation
Github Page
Issues
Wiki
LICENSE

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.