
Kapalı
İlan edilme:
Teslimde ödenir
import kivy from [login to view URL] import App from [login to view URL] import BoxLayout from [login to view URL] import TextInput from [login to view URL] import Button from [login to view URL] import Label from [login to view URL] import Popup from [login to view URL] import JsonStore from datetime import datetime اسم التطبيق: المهندس مصطفى عبده كلمة السر: 20003 تخزين البيانات محليًا بصيغة JSON store = JsonStore('[login to view URL]') class MainScreen(BoxLayout): def init(self, **kwargs): super().init(**kwargs) [login to view URL] = 'vertical' self.password_input = TextInput(password=True, hint_text='ادخل كلمة السر') self.add_widget(self.password_input) self.login_btn = Button(text='تسجيل الدخول') [login to view URL](on_press=self.check_password) self.add_widget(self.login_btn) def check_password(self, instance): if [login to view URL] == '20003': self.clear_widgets() self.show_main_interface() else: popup = Popup(title='خطأ', content=Label(text='كلمة السر خطأ'), size_hint=(0.5,0.5)) [login to view URL]() def show_main_interface(self): # الواجهة الرئيسية self.add_widget(Label(text='مرحبا بك في تطبيق المهندس مصطفى عبده')) self.client_name = TextInput(hint_text='اسم العميل') self.add_widget(self.client_name) self.operation_type = TextInput(hint_text='نوع البيان') self.add_widget(self.operation_type) [login to view URL] = TextInput(hint_text='ملاحظات') self.add_widget([login to view URL]) self.save_btn = Button(text='حفظ العملية') [login to view URL](on_press=self.save_operation) self.add_widget(self.save_btn) def save_operation(self, instance): name = [login to view URL] operation = [login to view URL] notes = [login to view URL] if name == '' or operation == '': popup = Popup(title='خطأ', content=Label(text='الاسم أو نوع البيان مطلوب'), size_hint=(0.5,0.5)) [login to view URL]() return now = [login to view URL]() date_str = [login to view URL]('%Y-%m-%d') time_str = [login to view URL]('%H:%M:%S') entry = {'operation': operation, 'notes': notes, 'date': date_str, 'time': time_str} if [login to view URL](name): data = [login to view URL](name)['operations'] [login to view URL](entry) [login to view URL](name, operations=data)
Proje No: 40264301
67 teklifler
Uzaktan proje
Son aktiviteden bu yana geçen zaman 6 gün önce
Bütçenizi ve zaman çerçevenizi belirleyin
Çalışmanız için ödeme alın
Teklifinizin ana hatlarını belirleyin
Kaydolmak ve işlere teklif vermek ücretsizdir
67 freelancer bu proje için ortalama $406 USD teklif veriyor

مرحباً، اطلعت على فكرة تطبيق "المهندس مصطفى عبده" المبني باستخدام Kivy مع تخزين البيانات محلياً بصيغة JSON، وفهمت المطلوب (تسجيل دخول بكلمة سر – إدارة بيانات العملاء – حفظ العمليات بتاريخ ووقت). لدي خبرة أكثر من 10 سنوات في تطوير التطبيقات باستخدام Python و Kivy وبناء أنظمة تخزين محلية وتنظيم البيانات بطريقة آمنة وسهلة التوسعة. يمكنني تطوير التطبيق بشكل احترافي مع: • تحسين هيكل الكود وتنظيمه بشكل صحيح • إكمال منطق التخزين في JsonStore ومعالجة الأخطاء • إضافة واجهة أكثر احترافية وسهلة الاستخدام • إمكانية البحث عن العملاء وعرض سجل العمليات • إضافة تعديل وحذف العمليات • تحسين الأمان لكلمة المرور • تجهيز نسخة APK جاهزة للنشر سأعمل على تقسيم المشروع لمراحل واضحة: تحسين الكود → تطوير الواجهة → إضافة الخصائص الناقصة → اختبار شامل → إخراج نسخة جاهزة للتثبيت. I WILL PROVIDE 2 YEAR FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE. WE WILL WORK WITH AGILE METHODOLOGY AND WILL GIVE YOU ASSISTANCE FROM ZERO TO PUBLISHING ON STORES. مدة التنفيذ المتوقعة: 7–14 يوم حسب الإضافات المطلوبة. في انتظار ردكم الكريم. شكراً لكم.
$300 USD 7 gün içinde
8,3
8,3

Hello, HAVE HANDS-ON EXPERIENCE WITH SUCH PROJECT لدي أكثر من 15 سنة خبرة مثبتة في تطوير تطبيقات سطح المكتب والموبايل باستخدام Python وKivy مع أنظمة تخزين محلية مثل JSON، وأفهم متطلبات تطبيق المهندس مصطفى عبده من حيث الأمان، سهولة الاستخدام، وتنظيم بيانات العملاء بشكل عملي وبسيط. الهدف: تطوير تطبيق محلي آمن وسهل الاستخدام لإدارة بيانات العملاء والعمليات مع حفظ منظم بصيغة JSON وإمكانية التوسع لاحقًا. Core Features -->> شاشة تسجيل دخول بكلمة مرور -->> واجهة إدخال بيانات العملاء -->> حفظ العمليات بتاريخ ووقت تلقائي -->> تخزين محلي JSON منظم -->> رسائل تنبيه للأخطاء -->> قابلية إضافة بحث وتعديل وحذف مستقبلاً النهج: تحسين هيكلة الكود (تنظيم Classes بشكل صحيح)، تأمين تسجيل الدخول، معالجة الأخطاء، إكمال منطق التخزين الناقص، وبناء واجهة مرتبة ومتجاوبة مع إمكانية تحويله لاحقًا إلى APK للأندرويد. ألاحظ أن الكود الحالي يحتوي على أخطاء في الـ __init__ والتنسيق ومنطق الحفظ غير مكتمل—يمكنني إعادة تنظيمه بالكامل وتسليمه كتطبيق جاهز مع ملف تنفيذي وشرح استخدام بسيط. دعنا نتواصل في الدردشة لتحديد هل المطلوب تطبيق أندرويد فقط أم نسخة Windows أيضًا، ولتحديد أي ميزات إضافية ترغب بها. تحياتي Julian
$360 USD 7 gün içinde
8,4
8,4

⭐⭐⭐⭐⭐ Dear Valuable Client, CnELIndia, led by Raman Ladhani, can ensure the successful delivery of your Kivy-based mobile app project. We will start by reviewing and refining the current code structure, implementing secure JSON-based local storage for client operations, and optimizing the login and main interface flows. Our team will enhance validation, error handling, and multilingual support for Arabic text inputs. We will also set up modular code for scalability and future features, including reporting and data export. With our experience in Python, mobile app development, and software engineering, we will conduct rigorous testing on multiple devices to ensure reliability, performance, and security. Regular updates and feedback loops will keep you informed at every stage until project completion. This approach guarantees a robust, user-friendly, and fully functional application tailored to your requirements.
$500 USD 7 gün içinde
7,1
7,1

Hello, I am interested in developing the mobile application "المهندس مصطفى عبده" as described in the project requirements. I have expertise in Mobile App Development, Python, Mobile Development, Software Development, and Software Engineering, which align well with the skills required for this project. I understand the need for a secure login feature, local data storage in JSON format, and the functionality to save client operations efficiently. My proposed approach involves implementing the login functionality, designing the main interface, and integrating the data saving feature as outlined in the project description. - MY WORK STATS: ✨ https://www.freelancer.com/u/XanvraTECH I look forward to further discussing how we can proceed with the development of this mobile application. Best regards, Warda Haider
$250 USD 4 gün içinde
6,8
6,8

Hello, I will build the AI integration with proper model selection, prompt engineering, and output validation. The system will process inputs accurately and deliver structured results. I will set up a validation layer between the AI output and your application so uncertain or malformed responses get flagged before reaching the end user. Questions: 1) What AI model or provider do you prefer - OpenAI, Claude, or open-source? 2) What is the expected volume of requests per day? 3) Do you need the AI to work with your existing data or documents? Looking forward to your response. Best regards, Kamran
$290 USD 10 gün içinde
7,4
7,4

Hi there, I am excited about the opportunity to develop the "المهندس مصطفى عبده" application and see a clear path to implementing your requirements effectively. As a top freelancer from California with a proven track record of delivering high-quality applications, I have completed numerous successful projects and earned 5-star reviews on this platform. I am well-versed in Kivy and Python, making me the perfect fit for your mobile app development needs. In this project, I will ensure locally stored JSON data management and strengthen the user interface with seamless functionality, such as the password requirement and client data entry. Utilizing my expertise, I will create an intuitive main interface that enhances user experience and efficiently handles client operations. I would love to discuss any additional features you might require and provide you with a timeline for delivery. What specific features or functionalities are you hoping to include beyond the current scope? Thanks,
$610 USD 10 gün içinde
6,4
6,4

Hello, I understand that you are looking to develop a mobile application for Engineer Mustafa Abdo, where users need to enter a password to access the main interface, store data locally in JSON format, and have features for entering client information, operation type, and notes. I will develop the application using Kivy framework for a user-friendly interface and efficient data storage. With my expertise in Mobile App Development and Programming, I will ensure that the app functions smoothly and securely. Effective communication will be maintained throughout the project to incorporate any feedback or changes you may have. You can view some of my previous work in my portfolio https://www.freelancer.com/u/Curveballsol Best regards, Curveball Solutions
$600 USD 8 gün içinde
6,2
6,2

مرحباً! ★★★★ (تطوير تطبيق الهاتف المحمول مصطفى عبده)★★★★ فهم المشروع: أفهم حاجتك إلى إكمال وتطوير تطبيقك المبني على Kivy للهواتف المحمولة، مع توفير تسجيل دخول آمن، وتخزين بيانات JSON محلي، وسير عمل سلس وسهل الاستخدام. الهدف هو تطبيق مستقر وسهل الاستخدام وجاهز للاستخدام الفعلي. الخدمات المذكورة هنا بناءً على تفاصيل المشروع: ⚜ إصلاح وتحسين كود تطبيق Kivy الحالي ⚜ تطبيق آلية تسجيل دخول آمنة بكلمة مرور ⚜ تحسين بنية تخزين بيانات JSON المحلية ⚜ تحسين منطق حفظ البيانات والتحقق منها في عمليات المستخدم ⚜ تصميم واجهة مستخدم أنيقة وسهلة الاستخدام باللغة العربية ⚜ إضافة معالجة للأخطاء وتحسينات للاستقرار ⚜ تجهيز التطبيق للتغليف والنشر على الأجهزة المحمولة لديّ خبرة تزيد عن 9 سنوات في تطبيقات الهاتف المحمول وأنظمة البيانات باستخدام لغة Python. عملتُ على مشاريع Kivy مماثلة، وأعرف مواطن التحسين في الأداء والبنية. نهجي هو إعادة هيكلة كود Kivy الخاص بك، وتحسين معالجة JsonStore، وإعداد الإصدار باستخدام Buildozer لنظام Android. يمكنني البدء فورًا والتسليم بسرعة. دعنا نناقش الميزات التالية ونُنهي التطبيق بسلاسة. مع أطيب التحيات، فرحين ب.
$256 USD 12 gün içinde
6,5
6,5

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
$250 USD 7 gün içinde
5,7
5,7

تطوير تطبيق المهندس مصطفى عبده I’m a full-stack software engineer with expertise in React, Node.js, Python, and cloud architectures, delivering scalable web and mobile applications that are secure, performant, and visually refined. I also specialize in AI integrations, chatbots, and workflow automations using OpenAI, LangChain, Pinecone, n8n, and Zapier, helping businesses build intelligent, future-ready solutions. I focus on creating clean, maintainable code that bridges backend logic with elegant frontend experiences. I’d love to help bring your project to life with a solution that works beautifully and thinks smartly. To review my samples and achievements, please visit:https://www.freelancer.com/u/GameOfWords Let’s bring your vision to life—connect with me today, and I’ll deliver a solution that works flawlessly and exceeds expectations.
$250 USD 3 gün içinde
5,5
5,5

Hello, I’m a Senior Software Engineer with extensive experience in Python automation and web scraping & C# WindowFormApp and WFP. I’ve carefully reviewed your requirements and I can deliver a reliable, production-ready solution — not a quick workaround. ✅ Clean and maintainable code ✅ Clear communication ✅ On-time delivery I’d be happy to discuss your project details and propose the best technical approach. Best regards, Samir
$250 USD 1 gün içinde
5,5
5,5

Greetings, I am a skilled developer with expertise in Python, Mobile App Development, Software Engineering, and JSON. I have carefully reviewed the requirements for the development of the "المهندس مصطفى عبده" application. My experience in creating efficient and user-friendly apps aligns perfectly with the project's objectives. I have a proven track record of delivering high-quality applications that meet client needs. By utilizing Kivy and JSON for local data storage, I can ensure a secure and reliable application for your business. The login functionality and data entry features will be implemented seamlessly to provide a smooth user experience. I am confident that my technical skills and attention to detail make me the ideal candidate for this project. You can view examples of my previous work in my portfolio: ⭐⭐ https://www.freelancer.com/u/CodeAnchors ⭐⭐ I am eager to discuss further details and collaborate effectively to bring your vision to life. Looking forward to the opportunity to work together. Best regards, Muhammad Anas Khan
$350 USD 6 gün içinde
5,2
5,2

Dear Client, I am excited about your project "تطوير تطبيق المهندس مصطفى عبده" and confident I can deliver excellent results. With strong experience in similar work, I understand your requirements and can start immediately. I would love to discuss your project further and answer any questions. Thanks and best regards, Faizan
$270 USD 10 gün içinde
4,8
4,8

❗❕‼️⁉️ مرحبا ❗❕‼️⁉️ ❗❕❗❕❗❕ أتفهم أنك بحاجة إلى تطبيق Python للجوال قائم على Kivy لـ "المهندس مصطفى عبده" مع تسجيل دخول آمن وتخزين بيانات JSON محلي وتتبع عمليات العميل. لدي بعض الأسئلة بخصوص المشروع، راسلني لمزيد من النقاش ❗❕❗❕❗❕ ما أقدمه: ⇆ ⇆ ⇆ ★ تطبيق نظام تسجيل دخول آمن محمي بكلمة مرور باستخدام المفتاح المُقدم ★ إنشاء واجهة رئيسية أنيقة لإدخال اسم العميل ونوع العملية والملاحظات ★ حفظ عمليات العميل محليًا بصيغة JSON مع طوابع التاريخ والوقت، والسماح بإضافة عدة إدخالات ★ إضافة التحقق من صحة البيانات ونوافذ منبثقة توضيحية للحقول المفقودة أو الأخطاء ★ ضمان تجربة مستخدم سلسة وبنية قابلة للتطوير لإضافة ميزات مستقبلية ⇆ ⇆ ⇆ أنا المرشح الأمثل بخبرة تزيد عن 7 سنوات في تطوير تطبيقات الجوال باستخدام لغة بايثون، ومعالجة بيانات JSON، ومشاريع إطار عمل Kivy. النهج: مراجعة الكود الحالي ← إعادة هيكلته لضمان الاستقرار وقابلية التوسع ← تطبيق تحسينات على واجهة المستخدم ← اختبار شامل على نظامي Android وiOS ← تسليم تطبيق كامل الوظائف مع توثيق شامل. لنتحدث لوضع اللمسات الأخيرة على التفاصيل والجدول الزمني. مع أطيب التحيات، شيوان شيخ
$259 USD 7 gün içinde
4,9
4,9

I can build your complete Kivy-based client management app for Engineer Mustafa Abdo, including the password-protected login screen, client data entry forms, and local JSON storage — exactly as outlined in your code structure. With deep experience in Python and Kivy mobile development, I'll deliver a polished, fully functional app with proper Arabic RTL support, clean UI layout for the client name, operation type, and notes fields, and reliable local data persistence using JsonStore. I'll also add search and filtering capabilities so you can quickly retrieve saved client records. I'm available to start immediately and will keep you updated throughout development with regular progress demos.
$250 USD 1 gün içinde
4,8
4,8

Hi, hope you are well. I understand your goals and will deliver clear work on time while keeping you updated. As a project manager with many years of experience in Python, Software Development, I helped many clients reach their goals. Feel free to visit our website to check our team and portfolio. Looking forward to working with you, connect in chat or talk on a call. Regards, Jayabrata Bhaduri
$500 USD 7 gün içinde
4,0
4,0

Hello Engineer Mustafa, I noticed you’re building your application using the Kivy framework, which is a powerful choice for cross-platform Python development. I have extensive experience deploying Kivy-based mobile applications, particularly in creating responsive UIs that handle complex user inputs and logic effectively. Your initial setup with BoxLayout and TextInput suggests a structured, data-entry-focused application, and I am confident I can refine this into a professional, high-performance tool tailored to your specific engineering workflows. To develop this further, I will transition your current layout into a robust multi-screen architecture using Kivy’s ScreenManager to ensure a fluid user experience. I plan to separate the presentation layer using the Kivy Language (.kv) for better maintainability while implementing custom widgets to enhance the visual appeal beyond standard defaults. My approach includes integrating a local SQLite database for offline data persistence or RESTful API connections if real-time syncing is required, followed by rigorous testing on physical Android and iOS devices. Finally, I will handle the entire packaging process via Buildozer, optimizing the build recipes to minimize app size and ensure all dependencies are correctly compiled for a stable production release. Are you planning to include specific data visualization tools like Matplotlib within the Kivy environment, or is the focus purely on administrative data management? Additionally, do you have a preference for the color scheme and branding to be integrated into the .kv styling? I’d be happy to discuss these technical details further in a quick chat to align on your timeline and ensure the final application meets your exact requirements.
$581 USD 21 gün içinde
3,3
3,3

Hello! I've been recommended by a Freelancer Recruiter. Nice to meet you. I've just completed a similar Kivy application for another client who needed secure data storage with local JSON files. I'm the perfect fit for this project because I have extensive experience in building robust, user-friendly applications with Kivy and Python, and I can help you enhance the security of your app by implementing proper authentication and data encryption. With my expertise in Kivy and Python, I can ensure seamless integration of local data storage using JSON, as well as implement a login system with password validation and a secure main interface for data entry and operation management. I'll also help you optimize the user experience by streamlining the data entry process and minimizing errors. I've successfully implemented similar features for clients in the past, such as reducing manual data entry by 50% and increasing data accuracy by 90%. Multiple 5-star reviews on Kivy app development and Python programming projects attest to my skills and dedication. Happy to hop on a quick call (no obligation) to discuss architecture, timeline, and a clear plan + quote. Chris | Lead Developer | Novatech
$750 USD 7 gün içinde
3,7
3,7

Hi Dear Hiring Manager, I am excited to help develop your Kivy-based application, “المهندس مصطفى عبده,” which securely manages client operations with local JSON storage. I have experience building Python/Kivy apps with features like password-protected access, dynamic UI elements, and persistent data handling using JsonStore. For your project, I can implement a clean, user-friendly interface that: • Requires password authentication to access the main dashboard • Allows entering client name, operation type, and notes • Saves each entry with date and time to a JSON file • Supports updating existing client records and storing multiple operations • Provides real-time validation with informative popups for missing or incorrect input I will ensure the code is modular, maintainable, and ready for future enhancements, such as reporting or exporting data. My approach emphasizes usability for non-technical users while maintaining secure, reliable data storage. I am available to start immediately and can deliver a fully functional version within the agreed timeline, including testing and documentation for smooth handoff. Timeline: 1 - 2 week. Budget: 300 USD. Best regards, Jagrati
$300 USD 7 gün içinde
3,6
3,6

⚠️!!NB!! ⚠️ YOU NAME THE PRICE — I'LL DOUBLE THE IMPACT Hi there! I am an expert in Kivy app development and UI design. Your project requirement for a local data storage app with a secure login fits perfectly with my skills in building intuitive, interactive applications. While others coast, I'm hungrier. I execute fast, sharp, and with something to prove. This project isn't just work — it's my statement. Your success is my reputation. With extensive experience in Kivy and JSON data management, I propose enhancing your app by implementing a robust user interface for seamless client interactions. I will ensure local data is securely stored and easily retrievable, with error handling for improved user experience. Additional features like multi-language support can also be integrated. Let's make your application user-friendly and efficient. I'd love to chat more about your project! Regards.
$500 USD 7 gün içinde
3,2
3,2

Tanta, Egypt
Şub 27, 2026 tarihinden bu yana üye
£250-750 GBP
£10-15 GBP / saat
₹2500000-5000000 INR
$5000-10000 USD
£20-250 GBP
$250-750 USD
₹12500-37500 INR
$30-70 USD
$100-535 USD
€8-1000 EUR
$250-750 USD
₹600-1500 INR
£10-20 GBP
$30-250 USD
$1500-3000 USD
$250-750 USD
£20-250 GBP
₹100-400 INR / saat
$10-30 USD
₹750-1250 INR / saat