Python walkins in bangaloreJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python walkins in bangalore jobb har hittats, med prissättning USD

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    2 bud
    Project for Raja S. Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

    $45 / hr (Avg Bid)
    $45 / hr Snittbud
    1 bud

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 (Avg Bid)
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 (Avg Bid)
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 (Avg Bid)
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr (Avg Bid)
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 (Avg Bid)
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Programmering i Python Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet p&...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att g&ou...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 (Avg Bid)
    $155 Snittbud
    1 bud
    Programkurs att göra Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 (Avg Bid)
    $150 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    Skriv lite programvara Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    Se busca desarrollador de Python con amplia experiencia en: • Scrapy. • Django. • Manejo de servidores Linux. • Pandas. Aparte de esos conocimientos debe cumplir estos requisitos: • Debe de dominar el castellano. • Incorporación inmediata. • Disponibilidad mínima diaria de 6 horas. • Dispuesto a cumplir un horario fijo. • Dispuesto a mantener reuniones telemáticas diarias. • Diariamente debe remitir al final de su jornada las horas empleadas, un resumen del trabajo realizado así como subir commits de su trabajo. • El control de las horas de trabajo se realizará por la aplicación de freelancer. • El precio de la hora de trabajo debe ser inferior a 8 €uros.

    $14 / hr (Avg Bid)
    $14 / hr Snittbud
    4 bud
    Llama Bot Developer Needed 6 dagar left
    VERIFIERAD

    ...LLM model to assist users in resetting their passwords. The chatbot will interact with users to collect verification details (employee number, name, date of birth, boss's name, and last four digits of cell number) through a structured conversation. The system will validate user inputs against an API and terminate the conversation after three invalid attempts. Upon successful verification, a text message with the new password will be sent via an external API. The project will include creating APIs for future speech input/output integration, ensure response times under 1.5 seconds, handle multiple simultaneous users with unique identifiers, and provide customizable response messages. The system will be deployed on google cloud in a Docker container, written in ...

    $250 - $750
    Försegla
    $250 - $750
    28 bud

    ...UI/UX Intuitive Design: Interfaz intuitiva y fácil de navegar, optimizada tanto para usuarios móviles como de escritorio. Accessibility: Diseño accesible para personas con discapacidades, cumpliendo con estándares internacionales de accesibilidad. Desarrollo Técnico Tecnología Front-End: Utilización de frameworks modernos como React o Vue.js. Back-End: Uso de tecnologías escalables como Node.js, Python, y bases de datos no relacionales como MongoDB. Cloud Services: Implementación en plataformas de nube como AWS o Google Cloud para escalabilidad y redundancia. Seguridad Authentication: Autenticación multifactorial (MFA) para todos los usuarios. Regular Audits: Auditorías regulares de seguridad para identi...

    $397 (Avg Bid)
    $397 Snittbud
    16 bud

    ...doble autenticación (2FA). Monitoreo en tiempo real para la detección de fraudes. Protección contra ataques DDoS utilizando servicios como Cloudflare. Monetización: Publicidad dentro del juego de manera no intrusiva. Compras dentro del juego (moneda virtual, skins, ítems exclusivos). Suscripciones premium con beneficios adicionales. Desarrollo Técnico: Backend: Lenguajes y Frameworks: Node.js, Python, Java. Bases de Datos: PostgreSQL, MongoDB. Comunicación en Tiempo Real: WebSockets, Socket.IO. Seguridad: HTTPS, OAuth 2.0, JWT. Frontend: Frameworks: Unity 3D para gráficos y física realista. Librerías: para animaciones 3D en caso de usar Web. Comunicación en Tiempo Real: Integración con WebSoc...

    $434 (Avg Bid)
    $434 Snittbud
    7 bud

    I require a capable developer to create a new Python module from Wazuh server using C programming. This module should retain the following functionalities from the original: - Agent registration - Remote configuration - Log receiving A deep understanding of TLS and SHA technologies is a must.

    $515 (Avg Bid)
    $515 Snittbud
    48 bud

    ...sentence at the front of the sentence. "I like popcorn". I'm seeking an AI developer with proficiency in Natural Language Processing and Machine Learning Algorithms to work on a project that primarily involves Image Recognition and Data Analysis. Key Responsibilities: - Develop and implement cutting-edge machine learning models for image recognition. - Create solutions for data analysis utilizing AI technologies. Skills Needed: - Exceptional knowledge in natural language processing and machine learning algorithms. - Proficiency in Python and C++. - Solid understanding of image recognition and data analysis. The ideal candidate will have a proven track record in AI development, particularly in the specified areas, and be able t...

    $15 / hr (Avg Bid)
    $15 / hr Snittbud
    44 bud

    I'm in need of a developer proficient in Python who can create a video tutorial. The tutorial should showcase the process of building a user authentication login page for a web application using the Microsoft Graph API. The loging should just allow pre-registered users (from azure dashboard) to enter the app. Ideally the should build a little login page using streamlit! Key Requirements: - Expertise in Python: Comprehensive proficiency in Python is a must, as the tutorial is centered around this language. - Familiarity with Microsoft Graph API: The ability to leverage the Microsoft Graph API for user authentication is essential. - Video Creation: While I'm not looking for a professional video maker, the candidate should be able ...

    $105 (Avg Bid)
    $105 Snittbud
    9 bud

    I'm looking for a Python developer to assist me in creating a web scraper that can extract specific text content from a website on a weekly basis. The scraped data should be efficiently saved to a CSV or Excel file for easy review. Capable of being plugged to a distribution app. Key Requirements: - Develop a Python-based web scraper that targets a website to extract text data - The scraper should be designed to run on a weekly schedule - Ensure that the code is concise and easy to understand for potential future modifications - Store the scraped data in a CSV or Excel file format Skills and Experience: - Proficiency in Python programming - Experience with web scraping libraries such as BeautifulSoup or Scrapy - Understanding of scheduling t...

    $87 (Avg Bid)
    $87 Snittbud
    59 bud

    We're seeking a talented Python/Django developer and a skilled frontend developer to collaborate on an exciting new web payment application project. Python Developer Tasks: - Django Development: The project will involve extensive Django work, including back-end architecture, database setup, and custom feature development. - Database Management: You'll be responsible for creating efficient database structures and maintaining data integrity. - API Integration: The application will interface with external systems through APIs. Your role will involve seamless integration. Frontend Developer Tasks: - JavaScript Development: Your JavaScript expertise will be crucial in building interactive and responsive user interfaces. - React Development: You will be working ...

    $1400 (Avg Bid)
    $1400 Snittbud
    148 bud
    PHP to Python Code Conversion | 6 dagar left
    VERIFIERAD

    I have a backend code for a pre-existing fully function website and mobile app. The backend code is currently all written in php. I need someone to convert this existing php code into fully functional python code which I can deploy.

    $110 (Avg Bid)
    $110 Snittbud
    16 bud

    Looking for a Python & Active Directory Expert to create a script and test data to capture all meta data linked to and which describes the confined parameters of an AD account, group policy etc. and export to a MS Excel File. More information attached.

    $47 (Avg Bid)
    $47 Snittbud
    5 bud
    Python Tutor for Kids Needed 6 dagar left
    VERIFIERAD

    I need a Junior Python Coder who may teach the kids I shall prefer the Female Coders I need work for long term

    $5 / hr (Avg Bid)
    $5 / hr Snittbud
    17 bud

    I have a desktop application made u...for a skilled front-end developer to help with software packaging and COM port detection. Ideal Skills and Experience: - Expertise in Front-End Development, specifically with Javascript and HTML - Experience with Electron software - Prior experience with arduino and python, a bonus - Strong understanding of software packaging in Electron applications The application should be compatible with Windows operating system. I need help fixing certain issues like the selecting the COM Port, the functionality needs to be re-written so that it is performed by Electron's WebAPI rather than Python(current). The start-up image must be the company logo. I need help in packaging the whole thing up to make the application ...

    $86 (Avg Bid)
    $86 Snittbud
    25 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Brådskande Sekretessavtal

    I'm in need of a developer proficient in Python who can create a video tutorial. The tutorial should showcase the process of building a user authentication login page for a web application using the Microsoft Graph API. The loging should just allow pre-registered users (from azure dashboard) to enter the app. Ideally the should build a little login page using streamlit! Key Requirements: - Expertise in Python: Comprehensive proficiency in Python is a must, as the tutorial is centered around this language. - Familiarity with Microsoft Graph API: The ability to leverage the Microsoft Graph API for user authentication is essential. - Video Creation: While I'm not looking for a professional video maker, the candidate should be able ...

    $25 (Avg Bid)
    $25 Snittbud
    11 bud
    Python Script for Web Scraping 6 dagar left
    VERIFIERAD

    I urgently need a Python script created to scrape data from Website 1 and write it to a CSV file. The data I need to extract is specific to TVL daily total. Site: Key Requirements: - Develop a Python script for web scraping - Extract TVL daily total data from - Save the data into a CSV file Ideal Skills: - Proficient in Python programming - Experience with web scraping tools and techniques - Strong understanding of data handling, especially writing to CSV files - Good communication for timely updates on the project's progress.

    $27 (Avg Bid)
    $27 Snittbud
    49 bud

    I'm seeking a skilled Python developer to create a script that can facilitate sending and receiving voice calls via Telegram VoIP. The main aim of this project is to integrate the developed script into an existing application. The script should be compatible with Python 3.x.

    $92 (Avg Bid)
    $92 Snittbud
    3 bud

    ...experienced data scientist with expertise in Python and R for a project that involves time series data visualization and statistical analysis. Key Responsibilities: - Conducting data visualization to present insights in a clear and compelling manner - Performing statistical analysis to extract meaningful patterns and support decision-making I will provide you with a working file that retrieves data from our Python/R library. Your responsibility would be to process and analyze this data. We use Python/R with Jupyter notebooks. Ideal Skills: - Strong proficiency in Python - Experience with data visualization tools such as Matplotlib, pyplot and of course Pandas - Proficiency in statistical analysis methods and tools I wan...

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    31 bud

    I'm seeking a Django and Python Fullstack developer who can lend their expertise to my application project. The chosen freelancer should excel in creating: - Robust user authentication and authorization systems - Seamless database integration - Responsive design that adapt to various devices I have certain design ideas but I would highly appreciate guidance to help realize these concepts. The freelancer should possess a strong grasp of user-centric design and prove instrumental in translating these concepts into a streamlined, functional, and easy-to-use interface. Ideal skills: Python, Django, Database Management, User Interface Design, User Experience Design, and Responsive Web Design. It's a bonus if the candidate has a knack for making technica...

    $575 (Avg Bid)
    $575 Snittbud
    70 bud

    I'm in need of a talented architect to visualize my future retail space through a 3D design. The area is part of an existing building, and I seek a modern and sleek look for the exterior. Key Requirements: - 3D Design: I need a detailed, visually appealing 3D design of the exterior of my retail space. - Design Aesthetics: The look should be modern and sleek, reflecting the latest trends in retail and F&B spaces. - Utilization of Existing Building: The design should seamlessly integrate with the current structure of the building. Ideal Skills: - Architecture: Experience in retail and F&B spaces will be highly appreciated. - 3D Modelling: Proficiency in tools like AutoCAD, SketchUp, or similar, to create a realistic and detailed 3D model. - Design A...

    $145 (Avg Bid)
    $145 Snittbud
    14 bud

    I'm currently seeking a proficient freelancer in Google Cloud Platform (GCP) who specializes in Infrastructure setup, Virtual Machine management, and Data storage and management. Key Tasks: -Setting up a secure and efficient GCP Infrastructure -Managing and optimizing Virtual Machines -Handling Data storage and management effectively The freelancer needs to have: -Sound knowledge and experience in GCP -The ability to implement advanced automation in GCP Programming Skills: -High-level proficiency in Python -Competency in Shell scripting is necessary This project is for those who are passionate about cloud technologies and eager to help initiate an advanced level of automation within my GCP environment. Please, only those with the...

    $421 (Avg Bid)
    $421 Snittbud
    8 bud

    I'm looking for a Python expert who can help me preprocess and normalize a CSV dataset for a machine learning project. Key Responsibilities: - Loading the CSV dataset - Adjusting timestamps - Merging data from a single file - Normalizing the data using Min-Max scaling Ideal Skills and Experience: - Proficient in Python programming - Solid understanding of data preprocessing techniques - Experience with handling and merging large datasets - Familiarity with statistical analysis and machine learning modeling This project is crucial for setting a solid foundation for the subsequent machine learning analysis. The freelancer who takes on this role should be able to execute these tasks accurately and efficiently, with a strong eye for detail.

    $49 (Avg Bid)
    $49 Snittbud
    25 bud

    I am in search of a skilled developer to create a web dashboard using Python with Django framework. The purpose of the dashboard is to monitor a specific service. Admin can create new services or update / delete Ability to add commands to start a service if it crashes by using the commands and notify on successful execution. As well as provide web dashboard for visibility . If this service crashes, the dashboard should send notifications via email and then restart the service. Key Requirements: - Develop a Python-based web dashboard using the Django framework. - Implement a monitor for a specific service. - Configure email notifications to be sent out to a designated email address upon service crash. - Enable the dashboard to automatically restart the service upo...

    $114 (Avg Bid)
    $114 Snittbud
    21 bud

    I'm looking for a skilled Python developer to help me with a scraping project. I need to extract specific product data from a website's table. Skillset: - Proficiency in Python and Scrapy - Experience in web scraping - Familiarity with handling web popups The website () contains a table with important product information. For each product, I need the following details scrapped: Certificate Type Certificate Number Product Type Organization Name Country Issue Date Expiry Date in addition to Product Details Brand Model Description Barcode The data should be saved in a CSV file. There are no specific rules or requirements to be followed during the scraping process.

    $77 (Avg Bid)
    $77 Snittbud
    34 bud

    I'm in need of an experienced OCR Developer to build an OCR system that will be primarily used for document processing. The system should be able to process various types of documents including printed documents, handwritten notes, and scanned images. Key requirements for the project include: - Develop the system using Python, Java, and C# - Ensure that the system can accurately extract and process text from different types of documents - Implement a reliable method for processing printed documents, handwritten notes, and scanned images - Provide a user-friendly interface for uploading and retrieving documents Ideal candidates for this project should have: - Proven experience in developing OCR systems - Expertise in Python, Java, and C# - Strong u...

    $86 (Avg Bid)
    $86 Snittbud
    11 bud
    Python PDF to XML Conversion 6 dagar left
    VERIFIERAD

    I need a Python developer to help me convert a PDF file into an XML file. And Share that Python Code With me as well. Key Requirements: - The primary task is to extract text from the PDF and structure it into an XML file. Ideal Skills: - Strong proficiency in Python, with a good understanding of its syntax and libraries, particularly for PDF processing. - Experience in text extraction from PDFs is a plus. Please note that I do not have a predefined XML structure in mind, so I'll need some guidance on how to structure the output.

    $20 (Avg Bid)
    $20 Snittbud
    40 bud
    Expert in Neural Network -- 2 6 dagar left
    VERIFIERAD

    My project requires an expert in machine learning, particularly with a focus on using Python for neural networks. Ideal Skills and Experience: - Proven experience in machine learning projects - Expertise in Python programming - Proficiency in neural network programming - Strong understanding of deep learning Your understanding of machine learning principles, advanced Python programming, and neural network frameworks will be pivotal to the success of this project. Please detail your relevant experience and provide examples of similar projects.

    $92 (Avg Bid)
    $92 Snittbud
    16 bud

    I'm looking for an experienced Python developer who has previously worked with options Greeks and the Zerodha API. Your main tasks will involve: - add third order greeks to an existing code The ideal candidate should have a strong command over Python, especially the Pandas library, and a thorough understanding of financial markets, particularly options Greeks. Prior experience working with the Zerodha API will be highly beneficial for this role. I look forward to your proposals!

    $15 (Avg Bid)
    $15 Snittbud
    5 bud

    ...click on search results multiple times. Key Project Requirements: - The tool should be built using Python, Java or Visual Basic - The primary goal of the tool is to perform automated web browser searches and click on various results - The tool should utilize Google Chrome as the web browser To give you a better idea, the tool should: - Conduct multiple web searches on Google - Click on a configurable number of search results from the returned search page Ideal Skills and Experience: - Proficient in Python, Java or Visual Basic - Experience in browser automation and web scraping - Familiarity with Google Chrome's automation capabilities If you have experience with similar projects or expertise in the mentioned languages, I'd love to discus...

    $491 (Avg Bid)
    $491 Snittbud
    83 bud