• Projects 8
  • Rating 4.7
  • Rating 673

Budget: 5000 UAH Deadline: 6 days

Good day! I have created similar registries in Python — search, editing, export to Excel or CSV, a user-friendly interface using PyQt or Tkinter. The database is local on SQLite, and it's easy to expand the functions later.

Please let me know if a desktop version for Windows is needed or if a browser version would be acceptable?

  • Projects 3
  • Rating 3.5
  • Rating 572

Budget: 5000 UAH Deadline: 5 days

Good day. I can immediately take on the desktop application project in Python with PySide6 and SQLite. On the first day, I will prepare the data structure and the working search screen. I will add the creation and editing of records, export to CSV/XLSX, and a separate data layer for future expansion. The cost is 5000 UAH, and the deadline is 5 days.

  • Projects 5
  • Rating 4.9
  • Rating 756

Budget: 5000 UAH Deadline: 7 days

Hello, I recently created a similar internal database with a catalog and admin panel: searching by multiple fields, editing records, filtering, and exporting data to a file. Role-based access and a flexible structure for extensions were part of the same project, so new fields were added without reworking.

If the dictionary is large and filled manually, it's worth doing a bulk import from a table right away, which saves hours on the initial filling of the register.

How many records are there at the start and how many fields for one word, will it be a one-time data import or regular? Who will administer the register, one person or several with different rights?

I suggest getting in touch; I will also sketch out the structure of the dictionary screens with search and export according to your specifications, and you can see it live.

  • Projects 5
  • Rating 5.0
  • Rating 517

Budget: 4750 UAH Deadline: 5 days

The dictionary is constantly evolving: new fields, relationships between entries, categories are being added. If the structure is fixed rigidly, every extension turns into a rewrite of the core.

What I will essentially do:
— I will store the data model in SQLite with a separate layer for arbitrary attributes: a new field is added in the settings, not by changing the database schema.
— I will implement a search with a combined filter (across multiple fields simultaneously) — a fast live search across the entire dictionary.
— I will provide exports to Excel and CSV for both the entire registry and the current selection after filtering.
— The interface will be on PySide6: neat, with hotkeys for bulk editing.

A detail that is often overlooked: without a change history, the first accidental deletion of an entry becomes irreversible. I will create a simple edit log with the ability to roll back the last change — this is critical when the dictionary is maintained manually.

  • Projects -
  • Rating -
  • Rating 325

Budget: 5000 UAH Deadline: 6 days

Hello! For a convenient registration, it's important to design the database correctly from the start; otherwise, search and export will slow down when scaling. I have experience in developing such systems and dashboards using Node.js and React.

In what format do you plan to do the export (Excel, CSV, or PDF)?

I can suggest an optimal module scheme for easy addition of new features in the future.

  • Projects 45
  • Rating 4.9
  • Rating 18 121

Budget: 5000 UAH Deadline: 5 days

Maintaining a dictionary is a classic CRUD with search and export. I will create a universal solution in Python (any interface: console, tkinter, or web) for your internal infrastructure. The process: 1) we will define the storage format (Excel / JSON / SQLite), 2) we will implement the input and editing interface for records, 3) search by keywords with filtering, 4) export to the required format (CSV, PDF). I have experience creating similar utilities: for example, an automation program for Twitter (Python, GUI). Here is a case: https://freelancehunt.com/showcase/work/programmnoe-obespechenie-dlya-twitter-avtomatizirovannoe-upravlenie/1874481.html What data format do you prefer? Is multi-user operation needed?

Price: 5000 UAH
Term: 5 days

  • Projects -
  • Rating -
  • Rating 352

Budget: 5000 UAH Deadline: 1 day

Good day! I understood the technical specifications — an internal dictionary program: search, editing records, export; evaluation based on compliance with the specifications, correctness of functions, usability, and extensibility.
I will do the following:
- a clear data model for the dictionary + a user-friendly UI for search/filters and editing;
- export in required formats (for example CSV/XLSX/JSON — to be clarified);
- architecture for future modules (new fields, roles, import, change history) without rewriting the core;
- delivery: working program + short instruction + ability to add functions later.
I have experience in production full-stack for internal retail systems (admin panels, directories, reports, exports) — Python/FastAPI, React, PostgreSQL/SQLite, Docker.
To estimate the timeline and price, please clarify:
1) complete specifications / mockup (record fields, who uses it, data volume)?
2) web in the browser, desktop (Windows), or both options?

  • Projects 43
  • Rating 5.0
  • Rating 3 182

Budget: 5000 UAH Deadline: 5 days

Hello, Anatoliy.

I can develop a ready-made Windows application or a web application (which can be used from both a phone and a computer) for managing a dictionary with search by required fields, adding, editing, deleting, importing existing data, and exporting to Excel or CSV.

The exact timeline will be determined after reviewing the complete specifications and a sample of the data. If simultaneous work by several employees from different computers is required, this will necessitate a network or browser version and a separate assessment.

To evaluate, it is sufficient to send the complete specifications, a list of fields for one record, and a sample file from which to import data.

  • Projects 3
  • Rating 5.0
  • Rating 778

Budget: 5000 UAH Deadline: 3 days

Hello! I am ready to implement this program in Python, taking into account all requirements for usability, clean code, and extensibility.

The task description lacks details regarding the specifications. Please send me a private message with detailed requirements (which fields are needed in the dictionary, export format, and desired interface), and we will discuss the timeline and cost.

  • Projects -
  • Rating -
  • Rating 313

Budget: 5000 UAH Deadline: 2 days

Hello, Anatoliy! I have reviewed your task regarding the development of a program for maintaining a dictionary registry. I am ready to implement this desktop application quickly, efficiently, and with clean code.

I am a developer specializing in Python, building graphical interfaces (Tkinter / PyQt), and working with databases (SQLite). I have excellent experience in creating internal software for accounting and structuring information.

I will implement your program according to the following technical plan:
1. Database (SQLite): I will create a reliable local database for storing words, translations, and descriptions with optimized indexes for instant search.
2. Graphical Interface (UI): I will design a neat, understandable, and user-friendly application window with features for linear search, quick addition, deletion, and editing of dictionary entries.
3. Export Module: I will implement the ability to export the entire dictionary or search results with one click in Excel (XLSX) or plain TXT/CSV formats.
4. Architecture for Extensions: I will write clean code based on OOP principles so that in the future you can easily add new features (for example, import, categories, etc.).

  • Projects -
  • Rating -
  • Rating 321

Budget: 5000 UAH Deadline: 7 days

Hello! I am ready to develop a program for maintaining a dictionary registry according to the specifications. I will implement a user-friendly interface, search, editing, data export, and a structure that will be easy to expand in the future. I am ready to discuss the details and start after agreeing on the requirements.

  • Projects -
  • Rating -
  • Rating 232

Budget: 5000 UAH Deadline: 5 days

Hello! I am ready to develop a dictionary management program in Python with a user-friendly graphical interface, search, editing, and data export features.

I have experience creating desktop applications in Python with support for local databases and export functionality.

What export format is a priority: Excel, CSV, or another?

  • Projects -
  • Rating -
  • Rating 342

Budget: 5000 UAH Deadline: 2 days

Hello! Anatoliy Tkachenko.
I will develop a program for managing a dictionary with search, editing, and data export functions, fully in accordance with your specifications. For internal convenience, I will create an intuitive interface with quick search and filtering of entries, as well as flexible export to popular formats (CSV, Excel, JSON). I will ensure the correct operation of all functions, including adding, editing, deleting, and importing/exporting data. The architecture of the program will be designed for easy expansion—adding new fields, data types, or integrations without rewriting the core. The result will be evaluated based on the completeness of compliance with the specifications, stability, user-friendliness, and code cleanliness. I will clarify the cost and deadlines after a detailed review of your requirements.

  • Projects -
  • Rating -
  • Rating 324

Budget: 5000 UAH Deadline: 5 days

Anatoliy, I have created local Python programs with GUI and data, including an analytical tool for FunPay using CustomTkinter. For your registry, I propose a simple Windows application in Python + SQLite, without any unnecessary server.

In 5 days, I will deliver the first working version for one local user: importing a starting file, adding and editing records, search and filters, exporting to CSV/XLSX, database backup, and a ready .exe build. I will first fix the fields and check one real file, then I will leave a short instruction and the source code.

5,000 UAH for this scope. Network multi-user mode, roles, audio, AI features, and complex linguistic processing are not included without a separate technical specification.

Can you send the complete technical specification and an example of the current file with the list of fields and required export formats?

  • Projects 212
  • Rating 5.0
  • Rating 6 168

Budget: 5000 UAH Deadline: 5 days

Good day. I have significant experience in developing programs for Windows. I can take your project to work. Please send a full description of the task for review.

  • Projects 86
  • Rating 5.0
  • Rating 3 628

Budget: 5000 UAH Deadline: 5 days

Is there a complete, detailed technical task?

We need to clarify the order details, write to me!
I use C++, Qt, Python, UV, GitHub, Docker.

  • Projects 78
  • Rating 4.8
  • Rating 3 000

Budget: 5000 UAH Deadline: 2 days

Good day. I am ready to develop a desktop application for maintaining a dictionary registry.

I propose implementation in Python with a local SQLite database and a user-friendly interface: adding, editing, deleting entries, quick search, filtering, and exporting data to Excel/CSV. I will structure it in a way that allows for future expansion: adding new fields, categories, or additional features.

  • Projects -
  • Rating -
  • Rating 278

Budget: 5000 UAH Deadline: 12 days

You need a program for managing a dictionary that works locally, allows searching, editing, and exporting entries, and can easily be supplemented with new features. I create desktop applications in Python and can make such a registry according to your specifications. I will design a user-friendly interface for searching and editing, set up data export in the required format, and establish a structure that can later be expanded without rewriting the code. I will ensure that working with the dictionary is simple for employees. I am ready to clarify the details of the technical task and start development. Write to me, and we will agree on a step-by-step plan and begin work on the program.

  • Projects 11
  • Rating 5.0
  • Rating 2 818

Budget: 5000 UAH Deadline: 5 days

Good day!
I am developing in Python.
Please send the technical specifications for me to familiarize myself with your task.

  • Projects 10
  • Rating 5.0
  • Rating 1 767

Budget: 5000 UAH Deadline: 1 day

Hello. To implement an internal dictionary system with CRUD functionality and data export, I propose an architecture based on a scalable backend with a RESTful API for efficient request handling and a modern frontend for a user-friendly interface. I will pay special attention to optimizing search algorithms for large data volumes, ensuring data integrity, and the flexibility of the architecture for future feature expansions. I have significant experience in developing similar internal data management tools and a ready set of components that will significantly accelerate the start and implementation of the project. I suggest discussing all implementation details, final budget, and timelines in private messages.

  • Projects -
  • Rating -
  • Rating 358

Budget: 5000 UAH Deadline: 3 days

Hello!

The task is clear. I have experience in developing similar tools in Python - searching, editing, exporting data. I can implement it as a web application or a desktop program.

Before starting, I would like to clarify the details: what format of the program is needed, how many users, and what type of dictionary?

I am ready for discussion.

  • Projects -
  • Rating -
  • Rating 110

Budget: 5000 UAH Deadline: 15 days

Good day, I have a few questions regarding the future program. We can develop such a program in the form of a Telegram Mini App with a whitelist to restrict access by ID in Telegram. I already have experience in developing such programs and would be happy to demonstrate a mockup of the program tailored to your requirements. However, developing a full desktop program will not be a problem. Please write for discussion.

  • Projects 55
  • Rating 5.0
  • Rating 1 890

Budget: 5000 UAH Deadline: 5 days

Good day. I can create it as a desktop application for Windows using Python + dearpygui. I can provide examples of how it will look in private messages. I have already implemented search, editing, and export functions.

  • Projects 18
  • Rating 4.4
  • Rating 2 113

Budget: 5000 UAH Deadline: 5 days

Hello! The task is clear: a lightweight and fast dictionary for internal use with search, editing, and data export capabilities (for example, to CSV/Excel) is needed.

I can implement this as a desktop application (Python + SQLite) — this ensures fast searching, autonomy, and easy functionality expansion in the future.

To accurately fit within the budget and form a final estimate: do you already have a ready-made technical specification, or will you describe the main fields of the dictionary and export formats directly in the dialogue?

  • Projects 146
  • Rating 5.0
  • Rating 6 223

Budget: 5000 UAH Deadline: 7 days

Good day
I need a bit more detail, specifically:
- For which OS is the program needed?
- Are there any preferences for the dictionary format - just the word and translation or entries like a thesaurus, transcription, audio?
- A complete list of required functions
- Required export format.

I have experience creating similar programs; I recently developed an application for myself for learning different languages with dictionaries and an AI mentor.

  • Projects 13
  • Rating 5.0
  • Rating 4 032

Budget: 5000 UAH Deadline: 7 days

Good day, Anatoliy!

The development of a program for maintaining a dictionary registry with search, editing, and data export functions requires a detailed approach. I have experience in creating desktop applications in Python, which will allow me to meet your requirements.

I understand that it is important for the program to comply with the technical specifications, function correctly, and be user-friendly. I will take all your needs and wishes into account.

To provide an accurate estimate and action plan, I need to familiarize myself with your requirements and functionality. I suggest we first discuss the project details: which features are a priority, what data you plan to store, and how you intend to export it.

The preliminary cost of developing the program may vary depending on the complexity of the features, but on average it starts from $800. The time for implementation depends on the volume of work, but usually takes from 1 to 3 months.

  • Projects -
  • Rating -
  • Rating 171

Budget: 5000 UAH Deadline: 1 day

Good afternoon, I will help you make the program by the evening if that works for you.

  • Projects 32
  • Rating 5.0
  • Rating 7 968

Budget: 5000 UAH Deadline: 7 days

A desktop tool is needed for managing a dictionary with search, editing, and data export capabilities, which can be expanded in the future.

I will create it using Python + PyQt6: SQLite as the storage (convenient for adding new fields without migrations), a table with live search across any field, and a record editing form. Export to .xlsx via openpyxl and to .csv. Layered architecture: data layer separate from UI, so that new features can be added without affecting the rest.

A risk that should be addressed immediately: if the structure of the dictionary may change (new language pairs or attributes are added), it’s better to make the database schema flexible from the start rather than redesigning it later.

How many fields are in the dictionary record, and is there currently any file with data that needs to be imported into the program?

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules