Script for automation
This project aims to ease the task of software engineers and programmers. Scripts of different tasks are in folders.
RenameColumn: Rename column's name of a dataframe by removing the unwanted character
CatByImageType: Copy images from a folder to a folder. Each folder contains images of a specific type.
MergeFileContent: ✅ Supports multiple formats (TXT, CSV, JSON, PDF, DOCX) ✅ Intelligently merges files based on type ✅ Easy UI for file selection ✅ Automatically detects format & saves merged content accordingly ✅ Right now Compile source to produce FileMerger.app and FileMerger.dmg(Installer) for Mac OS
-
pyinstaller --onefile --windowed --icon=fileMerger.icns fileMerger.py
-
create-dmg --volname "FileMerger Installer" dist/FileMerger.dmg dist/FileMerger.app
-
Clone the repository:
git clone https://github.com/mayusuf/python-automation-script.git -
Install dependencies(ignore if it is not there):
pip install -r requirements.txt
- Run the application: application's files are in the respective folder. Go there run
index.ipynb
- Fork the repository
- Create a new branch
- Commit your changes
- Push to the branch
- Create a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thank you to the contributors of [Library X] and [Tool Y] for their support.