Budget: 100 EUR Deadline: 3 days
Hello.
I am a NodeJS developer. I am ready to take it on. Write to me, we will discuss.
It is necessary to develop a simple application (web or desktop) that will automatically collect separate JSON files for each language from an Excel/Google Sheets format key → value. The user uploads a table (support for a wide format key, en, de, es… and a narrow format key, lang, value), the application checks the consistency of keys, duplicates, empty values, placeholders ({name}, %s, etc.) and generates a set of JSON with neat formatting.
Output: separate JSON by languages + ZIP archive + error report in a convenient format. The interface should be as simple as possible: file upload → automatic check → buttons “Download JSON/ZIP/Report”. The scenario is designed for non-specialists — minimal settings, everything works “at the push of a button”.
Budget: 100 EUR Deadline: 3 days
Hello.
I am a NodeJS developer. I am ready to take it on. Write to me, we will discuss.
Budget: 350 EUR Deadline: 7 days
Hello. I work with Electron/Node.js. I am ready for collaboration. Feel free to contact me.
Budget: 100 EUR Deadline: 2 days
Hello!
I can develop a simple application (web or desktop) for generating JSON from Excel/Google Sheets with support for wide and narrow formats.
Functionality:
User uploads the table.
Check for consistency of keys, duplicates, empty values, placeholders ({name}, %s, etc.).
Generate a separate JSON file for each language.
Create a ZIP archive with JSON and an error report.
Minimal interface: "Upload → Check → Download JSON/ZIP/Report".
Technologies: Python (Tkinter/Qt for desktop or Flask/FastAPI + simple web interface).
I am ready to discuss deadlines and provide a prototype in a short time.
Budget: 50 EUR Deadline: 3 days
Hello, Alex! 👋
Your technical assignment looks clear and interesting. I can develop a user-friendly application (web or desktop) that will:
Accept an Excel/Google Sheets table with translations;
Check the consistency of keys, remove duplicates, track empty values and placeholders;
Automatically generate JSON for each language;
Generate a ZIP archive with files + a separate error report;
Provide the user with a very simple interface (“upload file → download JSON/ZIP/Report”).
Experience: Python (FastAPI/Flask + Pandas/openpyxl), working with JSON, creating exports and ZIP archives, simple UIs (Streamlit, Tkinter, or a lightweight web interface).
I am ready to make everything as convenient as possible for the end user without unnecessary settings. I can start working immediately.
Budget: 100 EUR Deadline: 5 days
Hello, Alex! I propose to create an efficient application that converts data from Excel/Google Sheets into JSON files for each language. I plan to address the issues of data consistency, duplicates, and empty values through automatic validation and formatting. The interface will be intuitive: file upload, automatic checks, and report and archive generation. I will ensure high quality and speed of execution thanks to my 20 years of experience in IT. I am ready for collaboration!
Budget: 100 EUR Deadline: 2 days
Hello Alex!
I am interested in your offer to create a translation converter (key → value) in JSON.
I am ready to develop a simple web/desktop application in Python (Flask/PyQt) that generates JSON from Excel/Sheets by languages with validation and export to ZIP/report.
Write to me, and we will discuss the terms!
Budget: 120 EUR Deadline: 2 days
Hello!
I have experience working with Python, including GUI (which can be found in my portfolio).
I can create a Python application with a simple graphical interface and stable logic, after which I will compile the application into an exe file for easy launching on Windows OS.
I will gladly solve your task!
Budget: 100 EUR Deadline: 5 days
Good day, I am very interested in working with you. We will do everything quickly and beautifully.
Budget: 150 EUR Deadline: 2 days
Good day!
Ready to implement your task. I can work in the format of a web or desktop application -, depending on what will be more convenient for you.
I can start working now. Write to discuss the details of our collaboration.
Budget: 120 EUR Deadline: 2 days
Good day!
I have experience in implementing similar solutions. In particular, I worked on automating the generation of files based on tables for importing products into online stores.
Since various suppliers provided data in different formats, it was necessary to bring them to a unified standard for proper uploading to the site. I successfully implemented this function.
Your task is clear, I have the necessary experience to complete it.
Budget: 40 EUR Deadline: 2 days
Good afternoon.
I have experience working with Excel/Google Sheets processing and generating data based on them.
I am ready to discuss the details and start working, I would be happy to collaborate.
Budget: 170 EUR Deadline: 3 days
Hello. I will create it as a simple web page, accessible from the internet on a free hosting service. Feel free to contact me.
Budget: 170 EUR Deadline: 3 days
Good afternoon.
I can make it as a Windows application.
It would be good to familiarize myself with examples of input and output data.
Budget: 60 EUR Deadline: 1 day
Good afternoon, Alex!
In general, the task is clear, but for an accurate response regarding deadlines and price, I would like to clarify some questions that arose after analyzing your task.
Please write in private messages — we will discuss the details and your wishes.
Budget: 50 EUR Deadline: 1 day
Good afternoon
I have experience writing similar desktop applications.
I can write such a converter for you as well.
Write to discuss the details.
Budget: 50 EUR Deadline: 3 days
Hello. I can create a simple desktop application with minimal settings. Upload Excel and receive JSON. Message me privately for discussions.
Budget: 100 EUR Deadline: 1 day
Ready to do it.
The application format - web, html file, without a backend, which can simply be opened in a browser, hosting is not required, although it can be hosted with standard http authentication.
Google Sheets and Excel - files can be uploaded simply, the result - zip with json according to the specifications.
We can agree on the interface language.
If it is important to have the ability to upload Google Sheets via a link - we will add a simple backend.
Budget: 200 EUR Deadline: 5 days
Technologies
Backend: Python 3.12, FastAPI, pandas/openpyxl, zipfile, validation module for placeholders.
Frontend: minimal, Bootstrap 5 + vanilla JS (or HTMX), one page.
Formats: XLSX, CSV, Google Sheets (via CSV export).
Delivery: Dockerfile + launch instructions (Linux). Can be deployed on any VPS/PAAS.
Budget: 50 EUR Deadline: 1 day
Good morning, I am working in Python, I can write this converter for you as a desktop application, website, or Telegram bot. Whatever is more convenient for you. Write to me - we will discuss the details. I am ready to start the project today.
Budget: 200 EUR Deadline: 5 days
Hello.
I can develop a simple and user-friendly application that will allow you to upload Excel or Google Sheets files and automatically convert them into neatly formatted JSON files for each language. The application will check the data for duplicate keys, empty values, and the integrity of placeholders, ensuring data accuracy before generating the output. It will provide separate JSON files for each language, a ZIP archive, and a clear error report — all available with a single click. The interface will be minimalist and intuitive, so users without special skills will be able to easily complete the process without additional setup.
As part of enhancing the cybersecurity level of our infrastructure, we need to abandon the practice of storing "eternal" and static API keys, passwords, and integration tokens in the configuration files (.env, appsettings.json, config.yaml) of our microservices. Business Goal: Create a single secure storage point for confidential data (secrets) with a mechanism for their automatic updating (rotation) in external systems on a schedule. Our other services will request current tokens "on the fly" via API, which will minimize damage in case of compromise of any system component.Security Model and Encryption (Crypto Core) No secret should be stored in plaintext in the database. Upon application startup, a Master Key is passed to the environment variables. If the key is missing or has an invalid length, the service should fail at the initialization stage with a clear error in the logs. Each secret is encrypted before being written to the database using this Master Key. Upon request, it is decrypted in memory and returned in the response body.Audit Logging (Audit Trail) Any action with secrets (creation, reading by the service, successful or unsuccessful rotation) must be recorded in a separate log file audit.log (or a separate table in the database). Strict Taboo: It is strictly prohibited to record the actual values of secrets in the audit log (neither in plaintext nor in encrypted form).
Need a specialist for writing parsers who can bypass CLOUDFRAME. Parsing of products occurs from sites with authorization. There are 10+ donors of varying complexity, with different levels of protection. Parsing of products occurs from sites with authorization. Parses data into a ready-made Mysql database + photographs on the server. It is necessary to write a parser according to the tasks described in the technical assignment and adapt the data to the existing database for full functionality on the site. Technical assignment and example donor upon request. Desktop parsers and C# are not considered.
Bot for mirroring positions on Binance Futures (Python) A bot is needed that reads my positions on Hyperliquid (public API) and Bitget Futures (my read-only key) and proportionally replicates them on my Binance USDT-M Futures via API. Logic: opening, increasing, partial closing, full closing — everything is mirrored with a customizable size ratio. Polling every 5–10 seconds. Correct handling of partial closures and averaging is mandatory. Requirements: notifications in Telegram about trades and errors; config (pairs, ratio, limits); deployment on my VPS + instructions; source code is transferred to me. I will enter the keys myself. Stages: 1) Hyperliquid→Binance, test with small amounts; 2) Bitget→Binance. Payment through safe in stages. In your response, indicate your experience with exchange APIs and how you will handle a partial closure of 30% of the position by the leader.
A deep technical verification of three PDF files for authenticity and possible signs of editing or forgery is required. Not only a visual assessment of the documents is needed. The performer must have a good understanding of the internal structure of PDF files and be able to analyze: file metadata; PDF structure and individual objects; creation history and possible editing; software used; embedded fonts, images, layers, and other elements; possible signs of re-saving, conversion, modifications, or backdating of the document; any technical discrepancies that may indicate manipulation of the files. Based on the verification results, a clear written conclusion regarding each file must be provided, indicating the identified signs, risks, and limitations of the verification. We are considering specialists who have practical experience in digital forensics, PDF document analysis, metadata, or verifying electronic files for authenticity. In your response, please briefly describe your experience, methods, and tools that you use for such verification.
The indicator for use in trading should determine certain ranges with history and analyze them with the current one.