Skip to content

Timestamp Rename is a macOS application designed to effortlessly organize your files by renaming them based on their creation dates. Featuring a simple, intuitive interface, it offers various timestamp formats for customization, enhancing the way you manage your digital workspace.

License

gelndjj/_FUN_Timestamp_Rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Timestamp Rename

A simple way to rename your image/video files by Creation Date !
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Contributing
  4. License
  5. Contact

About The Project

Logo
Timestamp Rename is a versatile and user-friendly Python application, equipped with a graphical user interface (GUI), designed to simplify the process of renaming video files. Utilizing metadata information, specifically the creation date of the files, it offers a unique and efficient way to organize your video files.

The application stands out with its capacity to handle various timestamp formats and offers customization features like preserving the original file name or organizing files into day-specific folders. Built with Python and leveraging libraries like tkinter, it presents a robust solution for both personal and professional file management needs.

Screenshot Screenshot

(back to top)

Usage

  1. Launch: Run the script to open the GUI.

  2. Timestamp Format: Select from various formats like "YYYYMMDD_HHMMSS" or "DD-MM-YY_HH-MM-SS".

  3. Renaming Options:
    Option to keep the original file name.
    Create folders by the creation date for organization.

  4. Process: Select a folder with video files, choose settings, and click "Rename Files". A success message confirms completion.

Rename video files using the timestamp YYYYMMDD_HHMMSS which stand for "Year Month Day _ Hour Minute Second".
The "Create Folder by Day" checkbox put the files inside folder according to the day.

timestamp_rename_1080.mp4

Standalone APP

Install pyintaller

pip install pyinstaller

Generate the standalone app

pyinstaller --onefile your_script_name.py

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.txt for more information.

(back to top)

Built With

Icon   Icon

(back to top)

Contact

LinkedIn

(back to top)

About

Timestamp Rename is a macOS application designed to effortlessly organize your files by renaming them based on their creation dates. Featuring a simple, intuitive interface, it offers various timestamp formats for customization, enhancing the way you manage your digital workspace.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages