
Closed
Posted
Paid on delivery
Enhance the existing Python-based automation project to improve performance, efficiency, reporting, and handling of large datasets in a live environment. Optimize the current Python project build to reduce the size of the generated .exe file. Remove unnecessary dependencies and unused libraries. Use efficient packaging methods (e.g., minimizing bundlefiles, compression techniques). The automation currently reads data from Excel. Modify the system to: Continuously update and maintain a real-time processing report in Excel. Log each processed record with status (Success / Failed / Pending). Ensure data integrity (no duplication or overwriting issues). Skip Already Processed Records Before processing, the system should: Check the Excel report/log file. Identify records that are already processed. Skip those records automatically. Only unprocessed or failed records should be picked in the next run. Full Portal Data Processing (All Pages) The automation must: Process all available records on the portal. Handle multiple pages (pagination) automatically. Ensure no data is skipped due to page limits. Smooth & Stable Execution Improve overall stability and performance: Handle exceptions and errors properly. Add retry mechanisms where required. Avoid crashes or freezing during execution. Optimize speed without overloading the system Logging & Monitoring Maintain a proper logging system: Execution logs (start time, end time, errors). Record-level logs. Logs should help in debugging and tracking issues easily. Expected Outcome Smaller EXE file size. Faster and smoother automation execution. Reliable Excel reporting system. No duplicate processing. Complete coverage of all portal records across pages.
Project ID: 40400573
31 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
31 freelancers are bidding on average ₹31,266 INR for this job

Hello! I’m a Python developer with strong experience in automation, data processing, and optimizing production-grade scripts. I understand you want to enhance your existing automation system, making it faster and more stable, reducing EXE size, and adding reliable Excel-based tracking with no duplicate processing. The focus will be on: - Optimizing packaging (PyInstaller/alternatives) to reduce EXE size and remove unused dependencies - Building a robust Excel reporting system with status tracking (Success/Failed/Pending) - Implementing deduplication logic to skip already processed records - Handling pagination fully to ensure complete data coverage - Improving stability with exception handling, retries, and logging - Adding structured logs for execution + record-level tracking I’ll make sure the automation runs smoothly in a live environment without crashes and remains easy to maintain and extend. Happy to review your current code and start optimizing it. Regards, Jasmin
₹60,000 INR in 7 days
9.3
9.3

With an impressive track record in data management and software enhancements, CnELIndia and I are adept at transforming complex projects into efficient, streamlined solutions. Our deep understanding of Python, Excel, and data handling will be pivotal in improving your automation system's performance, reporting, and dataset management. For starters, we'll optimize your project build to reduce the generated .exe file size by strategically minimizing dependencies and unused libraries. In addition, our expertise in efficient packaging methods including compression techniques will ensure a smooth experience for you even when handling large datasets in a live environment. Timely processing is key in automation; hence we'll introduce mechanisms to continuously update and maintain real-time processing reports. This will entail logging each processed record with their status alongside meticulous checks for duplicates or overwriting issues. You can trust us for a reliable system that skips already processed records and handles multiple pages seamlessly. CnELIndia is powered by innovation; let us enhance your project with our signature flair while ensuring a user-friendly experience for you every step of the way. Join our club of 743 satisfied clients and let's craft the cutting-edge solution you envision!
₹35,000 INR in 7 days
7.6
7.6

Hello, I trust you're doing well. I am well experienced in machine learning algorithms, with nearly a decade of hands-on practice. My expertise lies in developing various artificial intelligence algorithms, including the one you require, using Matlab, Python, and similar tools. I hold a doctorate from Tohoku University and have a number of publications in the same subject. My portfolio, which showcases my past work, is available for your review. Your project piqued my interest, and I would be delighted to be part of it. Let's connect to discuss in detail. Warm regards. please check my portfolio link: https://www.freelancer.com/u/sajjadtaghvaeifr
₹35,000 INR in 7 days
7.2
7.2

With an impeccable track record in building production-ready AI systems, my team and I are well-positioned to enhance your existing Python automation project. We will start by optimizing your current build, significantly reducing the size of your generated .exe file without compromising functionality. Our extensive knowledge in various programming languages and platforms such as Python, React, Flutter, Django, Node, AWS, GCP, Azure as well as ERP integration guarantees a streamlined and effective solution for your specific needs. As automation experts, we understand the data handling aspect you require for continuous real-time processing reports and record maintenance with absolute accuracy. Our machine learning expertise coupled with our efficient packaging methods will ensure no duplicate records are processed while handling large datasets seamlessly. We will incorporate intelligent functionalities to the system that check Excel logs before processing, skipping already processed records and intelligently selecting only unprocessed or failed ones for the next run. s.
₹25,000 INR in 7 days
6.5
6.5

Hi, I can enhance your existing Python automation to make it faster, more stable, and production-ready, while also reducing the EXE size and improving reporting. What I’ll improve: 1. EXE Optimization • Remove unused dependencies & libraries • Use optimized PyInstaller config (onefile/onedir tuning, compression) • Reduce bundle size significantly 2. Excel Reporting (Real-time) • Maintain a live report file • Log each record with status: Success / Failed / Pending • Ensure no overwrites or duplication (unique keys + safe writes) 3. Skip Processed Records • Check report before processing • Automatically skip completed records • Retry only failed/unprocessed items 4. Full Portal Coverage • Handle pagination automatically • Ensure all pages/records are processed • No data loss due to page limits 5. Stability & Performance • Robust exception handling • Retry mechanisms with limits • Non-blocking execution (no freezing) • Optimized speed without overloading 6. Logging System • Execution logs (start/end/errors) • Record-level logs • Clear, structured logs for debugging Deliverables: • Optimized Python code • Smaller EXE build • Clean Excel reporting system • Logging + documentation I’ve done similar optimizations for automation tools running on large datasets and live systems. Happy to review your existing project and start immediately ?
₹25,000 INR in 3 days
5.8
5.8

Hello there, we are a team of Full Stack Developers, Data scientist AI experts. Please, send me a message to discuss the work. Thanks Ashish Kumar.
₹55,000 INR in 7 days
5.4
5.4

Your automation will fail in production if it doesn't handle Excel file locking when multiple processes try to write simultaneously. I've debugged this exact scenario for 3 clients where concurrent writes corrupted their logs. Before optimizing the build, I need clarity on two things - what's your current .exe size and are you using PyInstaller or cx_Freeze? Also, is this automation running on a single machine or distributed across multiple servers? That changes how we handle the Excel locking issue. Here's the architectural approach: - PYTHON + OPENPYXL: Implement file-level locking with context managers to prevent write conflicts, plus atomic operations to ensure zero data corruption during concurrent updates. - EXCEL LOGGING: Replace row-by-row writes with batch commits every 50 records, reducing I/O operations by 80% and preventing file handle exhaustion on large datasets. - PAGINATION HANDLING: Build a stateful scraper that checkpoints progress after each page, so if the script crashes on page 47 of 100, it resumes from page 48 instead of restarting. - PYINSTALLER OPTIMIZATION: Strip debug symbols, exclude unused stdlib modules, and switch to one-file mode with UPX compression - I've reduced builds from 85MB to 22MB using this method. - RETRY LOGIC: Implement exponential backoff for portal timeouts and Excel write failures, with a dead-letter queue for records that fail after 3 attempts. I've built 8 similar automation systems that process 50K+ records daily without crashes. Let's schedule a 15-minute call to review your current code structure and identify the bottlenecks causing instability.
₹22,500 INR in 7 days
5.6
5.6

Hi there, Strong alignment with this project comes from experience optimizing Python automation systems where performance, stability, and large-scale data handling are essential. Clear understanding of the requirement to enhance your automation with smaller EXE size, real-time Excel reporting, duplicate handling, pagination processing, and robust logging. Hands-on expertise with Python optimization, packaging (PyInstaller), and data workflows ensures faster execution, reduced build size, and reliable processing. Risk is minimized by implementing retry logic, exception handling, and structured logging to ensure stable, crash-free operation. Available to start immediately happy to review your current code and suggest quick improvements. Recent work: https://www.freelancer.com/u/chiragardeshna Regards Chirag
₹25,000 INR in 7 days
4.6
4.6

Hi there, I have read your project requirement. You need to optimize your existing Python automation system for performance, reduce EXE size, improve Excel-based reporting, handle large datasets with pagination, and ensure stable, duplicate-free processing with proper logging. We can enhance your automation by refactoring dependencies, optimizing packaging (PyInstaller/Nuitka with minimal bundles), and improving execution flow. We will implement a robust Excel reporting system (using openpyxl/pandas) with status tracking, duplicate checks, and resume capability. Pagination handling, retry logic, structured logging, and exception management will ensure smooth and reliable large-scale processing. A few questions to clarify before proceeding: ==================================== Which tool are you currently using to generate the EXE (PyInstaller, cx_Freeze, etc.)? What is the approximate dataset size (rows/pages) to optimize performance effectively? Is the portal interaction done via Selenium, Playwright, or API-based? Do you want multi-threading/parallel processing or keep it single-threaded for stability? Best Regards, Srashtasoft Team
₹35,000 INR in 12 days
4.7
4.7

Hi, I’m Karthik with 15+ years of experience in Python automation and process optimization, and I’d love to enhance your project. I can help optimize your automation for performance, stability and large-scale processing, including: ✔ Reduce .exe size via dependency cleanup and packaging optimization ✔ Real-time Excel reporting with Success/Failed/Pending logs ✔ Skip already processed records to avoid duplicates ✔ Full portal pagination handling for complete data coverage ✔ Retry logic, exception handling and stability improvements ✔ Execution + record-level logging for monitoring/debugging ✔ Speed and performance tuning for smoother live runs Experienced with Selenium/Playwright, pandas/openpyxl, PyInstaller and resilient automation workflows. My approach: audit current build → optimize processing/reporting → strengthen logging & retries → test in live conditions. Happy to review the existing code and help turn it into a faster, more reliable production-grade automation. Warm Regards, Karthik B | Resonite Tech
₹55,000 INR in 7 days
5.5
5.5

With over 8 years of extensive experience in Data Analytics and Science, I believe I can be invaluable in enhancing your Python-based automation project. My proficiency in Python, Excel, and Machine Learning (ML) will allow me to offer comprehensive solutions to streamline your system's performance, processing, reporting, and data handling. I have a proven track record of optimizing processes and improving performance by removing unnecessary dependencies and implementing efficient packaging methods. My aim has always been to ensure smooth execution of projects even under heavy loads while maintaining a reliable logging system for easy debugging and issue-tracking. In addition to that, my expertise extends to database management, A/B testing, statistical analysis, hypothesis testing and much more which would significantly enhance the efficiency of your Excel-based reporting system. Ultimately, your desired outcome of a smaller .exe file size, faster and smoother automation run-time, reliable reports with no duplicate processing and maximum coverage is well within my skillset.
₹25,000 INR in 7 days
4.2
4.2

My name is Jaimish. With over 7 years of solid experience as a versatile Full-Stack Developer, I bring a unique combination of skills that makes me the perfect fit for your Python Automation Project Enhancement. My proficiency in working with Python and its packages like Flask, Django, and others gives me the edge to optimize and enhance your existing system with a keen focus on reducing size, enhancing performance, efficient reporting, managing large datasets, and improving overall stability. Being a seasoned developer from start-ups to established organizations, I understand the importance of not only meeting but exceeding client expectations. My communication is transparent, providing regular updates and realistic timelines so that you are always aware of project progress. I write clean, documented, testable code that can be easily streamlined in case of any future requirements or changes. My overarching skill is that I think beyond code; I consider long term scalability issues and help you make informed technical decisions that save time and money. As a freelancer with a 98% on-time project delivery record, I assure you I will meet deadlines without compromising quality. Let's collaborate to optimize your automation process with faster execution speed and ensure a reliable logging system to streamline data processing while improving overall performance.
₹35,000 INR in 7 days
4.2
4.2

Hello, With 13+ years of experience in Python automation and system optimization, I can transform your existing solution into a fast, stable, and production-ready system that handles large datasets efficiently. Skills & Deliverables: • Optimize Python code & reduce .exe size (PyInstaller tuning, dependency cleanup, compression) • Real-time Excel reporting (openpyxl/pandas) with status tracking (Success/Failed/Pending) • Smart record handling (skip processed, retry failed, ensure no duplicates) • Full pagination automation (process all portal pages reliably) • Robust error handling + retry mechanisms (no crashes/freezing) • Detailed logging system (execution + record-level logs for debugging) • Performance tuning for speed & memory efficiency Approach: Code audit → Refactor & optimize → Logging/reporting integration → Testing on large datasets → Stable build delivery Why hire me? • Proven expertise in large-scale automation systems • Focus on reliability, performance, and maintainability • Clean, scalable architecture with clear documentation Let’s collaborate and make your automation faster, lighter, and rock-solid.
₹37,000 INR in 7 days
4.6
4.6

Hi,I’m an Applied ML Engineer with 6+ years of experience building robust Python automation & data-processing systems.I can enhance your Python automation into a lighter,faster & more reliable live-processing system Approach: -Audit the current codebase,imports,packaging config & .exe build size -Remove unused/heavy dependencies & optimize packaging with PyInstaller/Nuitka options,compression,excluded modules,& clean virtual environment builds -Refactor Excel handling into a safe reporting layer that maintains: -record ID -status:Success/Failed/Pending -timestamp -error message -retry count -Add checkpointing so already processed records are skipped automatically -Reprocess only failed/pending records in the next run -Implement portal pagination logic to process all pages -Add retries,timeout handling,exception capture,& crash-safe recovery -Add structured logs for run-level & record-level debugging -Optimize speed using batching,lightweight I/O,& controlled delays so the portal is not overloaded Relevant Experience: -PHM & Predictive Maintenance:Built RUL & health-indicator pipelines with robust time-series processing,failure handling & repeatable reporting -Resilient Workflows:Developed restart-safe automation & anomaly detection systems that resume failed records without duplicating results Production Tooling:Packaged Python tools into optimized Windows .exe installers,featuring dependency management & production-grade logging/retry logic
₹12,500 INR in 3 days
4.3
4.3

Hi, I can optimize your Python automation to handle large datasets and portal processing efficiently. I have extensive experience in web automation and web scraping using Python and Selenium, specifically focusing on building high performance scripts that handle complex pagination and real time data logging. My action plan involves refactoring your script to use targeted imports for a smaller build size and implementing a robust check against your Excel log to ensure resume safe execution. I will develop a recursive pagination logic to ensure full portal coverage and integrate a structured logging system with automated retries for maximum stability. I am available to start immediately and can ensure your automation is both lightweight and reliable. Please reach out so we can discuss the specifics of the portal and your current Excel structure. cheers Nehal
₹25,000 INR in 7 days
3.5
3.5

@SahyadriTech #SahyadriTech Completed Projects: 1. Hotel Booking Management & Tracking System (Excel + VBA Script) 2. Appsheet: ERP system for textile business 3. MNGL Gas Incident Tracker & Dashboard (Google Sheets + Google Data Studio) 4. Daily Expenses Tracker (Google Sheets) 5. Option Scalping Strategy Automation (Excel VBA) 6. Nifty50 Live Option Chain Dashboard (Google Sheets) 7. Binary Trading Sheet (Google Sheets) 8. Customer Data Cleaning & Sorting Tool (Excel VBA & Python) 9. Historical Stock Closing Price Analysis for 2,600 Stocks (Excel & Python) 10. Power Bi dashboard for F1 Car racing insights 11. GOLD Loan tracking in Google sheet and Google Data studio 12. Local Taxi Tracking System (Google Sheets + Google Data Studio) 13. Appsheet Milk Drivers wages and attendance system (Appsheet + Google sheet ) Key Highlights: 1. Pay only if satisfied with the work 2. Expert in Power BI, Excel, VBA Macros, Google Sheets, Google Apps Script, and Python 3. Experience in 3 American MNCs 4. Skilled in Data Analytics, Automation, and Visualization 5. Proficient in Statistical Analysis 6. Offer Long-Term Support for all projects 7. Quick Delivery with multiple revisions I can deliver any project related to Data Analytics, Automation, and Reporting with precision and reliability.
₹15,000 INR in 7 days
3.1
3.1

I will take your existing Python automation and transform it into a lean, fast, and crash‑proof engine that handles every record across all pages – without ever processing the same data twice. My approach: ✅ **Smaller EXE** – I will audit dependencies, remove unused imports, switch to `pyinstaller` with upx compression, and use `--onefile` with optimized flags. Unused libraries will be pruned. ✅ **Real‑time Excel reporting** – The automation will maintain a master log sheet with columns: Record ID, Status (Success/Failed/Pending), Timestamp, Error details. Before each run, it reads this sheet and skips already‑processed records. Only new or failed records are processed. ✅ **Full pagination** – I will implement a loop that follows next‑page links (or API pagination) until no records remain, ensuring 100% coverage. ✅ **Stability & retries** – I will add exponential backoff for network errors, try/catch for data parsing, and a retry queue for failed records. The process will resume smoothly after interruptions. ✅ **Logging** – File and console logs with start/end times, per‑record status, and error details for debugging. Best, Usman Kokab
₹25,000 INR in 7 days
3.1
3.1

I can enhance your existing Python based automation system to make it faster, more efficient, and fully reliable in a live environment while ensuring clean reporting and zero duplicate processing. I will start by optimizing the build to significantly reduce the .exe size by removing unused dependencies, streamlining libraries, and applying efficient packaging and compression techniques. On the data side, I’ll upgrade the Excel integration to maintain a real-time processing report that logs every record with clear status indicators (Success, Failed, Pending) while ensuring strict data integrity with no overwrites or duplication. The system will intelligently check existing logs before execution, automatically skipping already processed records and retrying only failed or pending ones. For portal automation, I will ensure complete data coverage by handling pagination dynamically so all records across pages are processed without omission. Stability will be a key focus I’ll implement robust error handling, retry mechanisms, and performance optimizations to prevent crashes or slowdowns during execution. Additionally, I will introduce a structured logging system capturing execution timelines, errors, and record level details for easy monitoring and debugging. With strong experience in Python automation, data handling, and system optimization, I can deliver a clean, scalable, and production ready solution within your 7-day timeline.
₹25,000 INR in 7 days
2.9
2.9

Hello, I’ve gone through your project details and this is something I can definitely help you with. With over 10 years of experience in Python automation and data management, I specialize in optimizing existing systems to enhance performance and efficiency. Your project requirements resonate with my skills, as I have successfully handled similar enhancements, focusing on minimizing executable sizes and improving reporting functionalities. I will delve into your current automation, streamlining the code by removing unnecessary dependencies and integrating efficient packaging methods. Additionally, I'll ensure a robust logging and monitoring system is put in place to track each processed record effectively. You can trust my experience in real-time data handling and maintaining log integrity, which will guarantee that no duplicates occur and that each run processes the correct set of records. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you share any specific performance metrics or benchmarks you aim to achieve with the enhancements? Let’s discuss over chat! Regards, Arpit Jaiswal
₹27,750 INR in 1 day
5.1
5.1

Hi, your Python automation project works but lacks efficiency, visibility, and proper reporting. I can optimize the code for performance, add structured logging to show what's happening during execution, and build reporting that actually gives you insight. I start by profiling the existing code with cProfile to find actual bottlenecks—most optimization projects fail because people guess wrong about where time is spent. Then I refactor the hot paths, improve I/O or database calls if that's involved, and rebuild the reporting layer using structured logging with JSON output so you get real-time visibility without adding performance overhead. In the first 24 hours, I'll run the profiling, identify the top 3 bottlenecks with hard numbers, and send you a concrete refactoring roadmap with estimated improvements. Then we tackle them in order of impact. Do you have baseline timings for your current runs, or should I start from scratch? Best regards, Val
₹12,500 INR in 7 days
1.8
1.8

Greater Noida, India
Member since Sep 28, 2025
₹12500-37500 INR
€30-250 EUR
₹75000-150000 INR
$3000-5000 USD
$10-30 USD
₹400-750 INR / hour
₹750-1250 INR / hour
$50-100 USD
$14-30 NZD
$8-15 USD / hour
₹600-1500 INR
$800-3000 HKD
$250-750 CAD
$30-250 USD
₹600-1500 INR
$30-250 USD
₹1250-2500 INR / hour
₹250000-500000 INR
₹12500-37500 INR
₹1500-12500 INR