Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Automation Script

Script for automation

Description

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

  1. pyinstaller --onefile --windowed --icon=fileMerger.icns fileMerger.py

  2. create-dmg --volname "FileMerger Installer" dist/FileMerger.dmg dist/FileMerger.app

Installation

  1. Clone the repository:
    git clone https://github.com/mayusuf/python-automation-script.git

  2. Install dependencies(ignore if it is not there):
    pip install -r requirements.txt

Usage

  1. Run the application: application's files are in the respective folder. Go there run index.ipynb

Contributing

  1. Fork the repository
  2. Create a new branch
  3. Commit your changes
  4. Push to the branch
  5. Create a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thank you to the contributors of [Library X] and [Tool Y] for their support.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages