Handle keyboard mouse pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 handle keyboard mouse python 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
    Service modul Avslutades left

    I need a service module which is connected to the costumer database, and the inventory database of products on our webpage. I want the module to perform the following: 1. The ability to create new costumers and to search for costumers which have already been created. We use this to when we want to create a ne...the costumer places his/her order. So, for summary: First/Lastname Social Security Number Adress Telephone Number & Email Unit selection (Manufacturer & Model) Service selection (Screen replacement, speakers, water damage etc.) We also need an overview of our orders of service. Handed-In Units, Ongoing, Awaiting Parts and Finished. (These should also be searchable since we sometimes handle business with warranties and we need to look back in our his...

    $505 (Avg Bid)
    $505 Snittbud
    4 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öra r...

    $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 samt s¨ok...

    $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 samt s¨ok...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    I am looking for an experienced data cleaner to handle my spreadsheet data efficiently. - Tasks: The main task will be focused on cleaning my data which is stored in a spreadsheet format. - Details: The spreadsheets typically feature somewhere from 10 to 50 columns. - Ideal Freelancer: A freelancer who has extensive experience with data cleaning and is comfortable working with medium-complexity spreadsheets would be the best fit for this job. Your expertise and attention to detail will be integral to the success of this project.

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    30 bud

    I am looking for an experienced PHP developer to help me domify some software. Specifically, I need an inventory management system built from raw PHP. Key Features: - Inventory management: I need a system that can help me keep track of my inventory in real-time. This system should be able to handle multiple products and update their status as needed. Current Inventory Management: I am currently using another software to manage my inventory. However, it does not meet my needs and I am looking for a more tailored solution. Ideal Skills: - Strong proficiency in PHP - Experience with building Inventory Management Systems - Knowledge of raw PHP If you have experience in building similar systems, I would love to hear from you.

    $69 (Avg Bid)
    $69 Snittbud
    35 bud

    Hello there, I'm seeking a proficient 3D artist to create captivating interior renderings of a residential space of ~6,000 SF The house rooms are below: Basement - Bunk room - Living Area - 3 Baths...- Workout Room What I envision is a mountain style theme; something that creates a feel of comfort and tranquility. To make a successful bid, ideal skills and experience would include: - Prior experience with large scale residential interior rendering - Proficiency in 3D software - A keen eye for detail - Strong understanding and interpretation of mountain style interior design If you can handle this project within a reasonable lead time and offer competitive pricing, do get in touch. Let me know the first steps to embarking on this project. Thank you! I look forward to wo...

    $1757 (Avg Bid)
    $1757 Snittbud
    42 bud
    API Integrated Website Development 6 dagar left
    VERIFIERAD

    ...development of a user-friendly and responsive website. Use of a content management system (CMS) like WordPress or a web framework like Django or Flask. Integration of search functions and navigation elements. API Integration: Development of a RESTful API to provide access to various parts of the book (chapters, pages, paragraphs). API endpoints such as /api/book/{chapter}, /api/book/{page}, etc., to handle requests and return the corresponding data. Database: Setup of a database (e.g., MySQL, PostgreSQL) to store the book data. Creation of scripts to regularly update the database with new information. Automatic Data Updating: Implementation of mechanisms to collect and integrate new information from various sources (e.g., web scraping, other APIs). Ensuring that the database i...

    $63 (Avg Bid)
    $63 Snittbud
    42 bud

    ...infrastructure. - Implement dynamic caller ID functionality. - Ensure the system supports IP whitelisting for added security. - Configure the dialer to handle multiple campaigns simultaneously. - Integrate a basic CRM to manage and search client information efficiently. - Ensure the system can support a minimum of 10 representatives. - Provide the capability to handle "N" number of lines per representative. - Design a user-friendly interface for agents to manage calls and access customer information. - Provide real-time analytics and reporting tools to monitor performance metrics and track agent productivity. - Ensure the system is scalable to handle varying call volumes. - Provide ongoing technical support and maintenance for the dialer system. **Require...

    $1657 (Avg Bid)
    $1657 Snittbud
    14 bud

    I am seeking a proficient DevOps eng...out CI/CD pipeline with supporting infrastructure as Code (Kubernetes, Docker) - Manage code releases and updates with popular orchestration tools like : Jenkins , Ansible Ideal Skills: - Proficiency with AWS and Azure cloud platforms - Strong experience with CI/CD - Adeptness with Python, PowerShell programming or any other popular scripting language This job demands the candidate to have a sound understanding of cloud computing and CI/CD implementation, coupled with the ability to comfortably work with Python or other popular scripting languages like PowerShell. The selected consultant will have to train and mentor from A to Z how all steps are implemented The project plan is provided and reviewed by hired Freelancer to avoid any ...

    $1259 (Avg Bid)
    $1259 Snittbud
    26 bud

    ...with one of my programmes which is presently operational on a Windows 8.1 environment but doesn't launch on Windows 11. I'm not certain about the original coding language as I skipped that question, making it necessary for the freelancer to have adept skills in multiple languages, mainly in C++, Java, and Python. I'm also unsure about specific software or hardware dependencies that might be influencing the situation. However, the freelancer must have the expertise to identify and handle this potentiality. As for specific program functions, the user left a gap as well, so an experienced developer in generic software protocols and universal functions would be highly appreciated. However, the freelancer needs to understand that the scope of the project is c...

    $1424 (Avg Bid)
    $1424 Snittbud
    33 bud

    I'm looking for a seasoned Python developer who can assist in two main areas: - Creation of PowerPoint presentation using a CSV data file - Automate the process via a public URL to upload the CSM file Creation of Powerpoint Presentation The CSV file will feature data-points in columns. A powerpoint presentation template will be provided for reference. The graphs and tables should be present as per the data-points present in CSV file. Automating the Process This is the secondary part of the job. Once we have are successfully able to convert a CSV data in PPT format, we should create a public secured link to upload the file. It should be auto-converted and file should be ready for download. The ideal candidate should be a proficient Python Developer with a solid unde...

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    8 bud

    I'm in need of a skilled Python developer to create a custom Telegram bot for me. This bot will primarily focus on automated messaging. Key requirements: - (((meeting will be in person in Kuwait))) - The bot should be programmed in Python / any - It should be able to send automated messages - integrate payment gateway - Messages include, but aren't limited to, welcome messages for new users, notifications for updates, and reminders for appointments Please consider the following skills and experiences for this project: - Strong proficiency in Python, with a good understanding of its libraries and frameworks - Experience in developing Telegram bots specifically - A solid grasp of automation and scripting - Prior work with automated messaging systems - Ab...

    $486 (Avg Bid)
    $486 Snittbud
    36 bud

    I am seeking an experienced professional who can gather the names, emails phone numbers and address for all English language schools within England, Wales, and Scotland. Due in 24hrs Requirements: - The data should include the school's name, email and phone number. - Only the emails need to be verified for accuracy. I aim to compile a comprehensive data...skills & experience: - Proficiency in data research and extraction. - Attention to detail for accurate data collection. - Experience in email verification procedures. - Strong communication skills for potential follow-up with the schools. The successful candidate will play a crucial role in creating a solid foundation for our outreach efforts. Please ensure you have the capacity and tools to handle a project of this sc...

    $124 (Avg Bid)
    $124 Snittbud
    48 bud

    I'm seeking an experienced developer to create an online medical appointment platfo...patients can schedule appointments accordingly. Skills and experience that would be ideal for this project include: - Proficiency in web development and the ability to create an easy-to-use and intuitive platform. - Prior experience in developing appointment booking systems, particularly in the medical field. - Strong understanding of patient data privacy and HIPAA compliance, as the platform will handle sensitive patient information. - It would be a plus if you have experience working with medical professionals or healthcare industry standards. If you have experience in similar projects and can commit to delivering a high-quality, secure, and user-friendly platform, I look forward to revi...

    $1094 (Avg Bid)
    $1094 Snittbud
    103 bud
    Instant Reports from Tax Website 6 dagar left
    VERIFIERAD

    ...from a tax website. This involves scrapping website using the provided credentials by the client, i am looking for getting the python code as i can run the code myself in the future or integrate it to another system. Key Requirements: - I need approximately 300 data points extracted. - The output for these data points should be organized into a PDF or Word. This project is about creating an automated system to generate instant reports about a company. Only difficulty is the website has drops downs to select the period involved and in those 300 data points actually many come from the same source. Ideal Skills and Experience: - Experience in web scraping (Python) - Proficient in creating PDF documents from extracted data - Adept at handling large amounts of data - Famili...

    $140 (Avg Bid)
    $140 Snittbud
    49 bud

    .The scope of this project includes: 1. Data Transmission: You should be able to help in enhancing our network to ensure that it delivers data more optimally, focusing particularly on text-based data, as this is what our UDP/IP network primarily handles. 2. Error Detection and Correction: The hiree will also have to devise new methods for detecting and correction errors within our system. We've been facing some challenges in this area that need resolution. 3. Scalable Solutions: Our network system currently connects between 10 and 50 devices. While working on this project, it is important to keep scalability in mind to accommodate potential future growth.

    $20 (Avg Bid)
    $20 Snittbud
    2 bud

    We are looking for a developer experienced in working with the Solana network and trading bots, with a mandatory requirement of being knowledgeable about the P...one view, allowing the user to check the total bonding curve of SOLs versus SOLs owned in the project. Implement a comment bot to automatically write comments on each project. Qualifications: Proven experience in developing trading bots. Strong understanding and experience with the Solana network. Familiarity with the Pumpfun platform is mandatory. Proficiency in programming languages such as Python, C++, or Java. Experience with trading APIs and platforms (e.g., REST, WebSocket, FIX protocol). Strong problem-solving skills and attention to detail. Ability to work independently and as part of a team. Excellent communicati...

    $1139 (Avg Bid)
    $1139 Snittbud
    42 bud

    I am seeking a quality and professional telecaller who is fluent in English for a customer support role in the real estate industry. Here’s what I expect from the ideal candidate: - Good command of English - Experience/Fresher in customer support - Ability to handle and resolve customer complaints professionally and calmly - Strong communication skills, with a knack for building strong customer relationships If you are a people person, have a proactive approach, and think you fit these requirements, I'd love to hear from you. Let's build a successful real estate venture together!

    $450 (Avg Bid)
    Lokalt
    $450 Snittbud
    1 bud

    I am seeking an experienced digital marketing professional who can effectively handle multiple areas of digital marketing. This includes: - SEO: Enhancing the visibility and ranking of my website on search engines. - SEM: Implementing strategies that increase the reach and visibility of my ads. - Social Media Marketing: Creating engaging and shareable content for various social media platforms to build strong relations with the audience and increase followers. - Blogging: Producing high-quality blog posts to engage readers and increase site traffic. - Web Editing: Tweaking and enhancing the website for a more user-friendly experience and better SEO performance. - Email Marketing: Developing and managing effective email marketing strategies to boost customer engag...

    $497 (Avg Bid)
    $497 Snittbud
    19 bud

    I'm in need of a skilled programmer who is adept in Python, Java, and C++. Your tasks will span database management, working with algorithms and data structures, and user interface design. Here's a further breakdown of the ideal skills and experience I'm looking for: - Programming skills: Proficient in Python, Java, and C++. Familiarity with various coding patterns and best practices. - Database management: Experience in handling large datasets, querying databases in an optimized manner, and ensuring the integrity and safety of the data. - Algorithms and Data Structures: Demonstrated understanding of algorithms and data structures. The ability to use this knowledge to solve problems efficiently is a must. - User Interface Design: Skills in creating intu...

    $24 (Avg Bid)
    $24 Snittbud
    13 bud

    I have a data in my excel sheet. They are from column A - J, 10 column, 4137 rows of data. The data are in mixed string format, which means all long text mentioning about their company. I need to do some data analysis. So i need help in doing NLP for those data to clean and filter the data. I need help in doing NLP for the data and provide me the python code use to do the analysis, I will need like the summaries of the text. For example, for column Funder Purpose the row contain info like "Since the business started, we have been fully relying on our internal fund. We plan to utilize this fund to support our working capital requirement and operating expenses. Based on our business growth progress, we are confident in our repayment capacity." I want the summary as "...

    $1101 (Avg Bid)
    $1101 Snittbud
    58 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.

    $34 (Avg Bid)
    $34 Snittbud
    5 bud

    I’m on the hunt for a highly professional and reliable commercial cleaning service that can maintain my premise three days a week. The exact square footage of the commercial space was not provided, hence a site visit may be required to assess the area. You should have: - Proven experience in commercial cleaning - The ability to set and adhere to a cleaning schedule - The ability to handle a wide range of commercial cleaning tasks - Exceptional attention to detail The ideal candidate is someone consistent in delivering top-notch service and understands the unique concerns in cleaning commercial spaces. Looking forward to a sparkling clean working environment! I will supply my own cleaning products for this contract

    $1200 (Avg Bid)
    $1200 Snittbud
    2 bud
    Android Automation with Macrodroid 6 dagar left
    VERIFIERAD

    I'm seeking a Macrodroid expert to handle two key tasks: - Automating the opening and closing of certain apps on my Android device. - Automating specific device settings, such as WiFi and Bluetooth toggling, and screen brightness adjustment. The project has a high priority, so I need someone who can start immediately. The ideal freelancer should be well-versed with Macrodroid, particularly in creating complex automation sequences, and be experienced in Android device settings customization.

    $146 (Avg Bid)
    $146 Snittbud
    39 bud

    I need a C function capable of interfacing with the Windows location services and Linux's geoclue2 to acquire the current location (longitude and latitude) on both platforms. - The function should aim to provide location data with the hig...positioning services, and GEO IP location services. - In cases where the location data retrieval fails, the function should be designed to return an error code. The ideal candidate for this job should possess: - Proficiency in C language. - Familiarity with Windows location services and Linux's geoclue2. - Experience in working with GPS, Wi-Fi positioning, and GEO IP location services. - Capability to handle error cases efficiently with return error codes. - Previous experience in the development of cross-platform functionality will b...

    $470 (Avg Bid)
    $470 Snittbud
    41 bud

    I'm in need of a proficient Python developer who can help compile a Python code, that I have acquired from GitHub, into an executable format for Windows. As the client, I expect: - Understanding the existing Python code and its dependencies - Transforming the Python code into a Windows executable file Successful freelancers should provide a detailed project proposal illustrating how they plan to compile the code to exe on a Windows operating system. Though no specific Python libraries or frameworks were mentioned, a background in Python coding and debugging is paramount. The ideal freelancer should have a deep understanding of Python code, dependencies, and experience dealing with code from GitHub. Experience in generating Windows e...

    $28 (Avg Bid)
    $28 Snittbud
    22 bud

    ...a particular cookie (_abck) for data analysis purposes. The sensor data to be simulated includes mouse movements, keyboard interactions, and browser interactions. Key Requirements: - Create a sensor-data generator in Java or python3 - The generator should simulate mouse movements, keyboard interactions, and browser interactions - The sensor-data should be valid enough to trigger the generation of the _abck cookie upon sending a POST request to Ideal Skills and Experience: - Proficiency in Java/python3 programming - Experience in web scraping and automation - Knowledge of cookies and their generation - Experience in simulating sensor data such as mouse movements and keyboard interactions Please note, the success of this project is heavily de...

    $1107 (Avg Bid)
    $1107 Snittbud
    48 bud

    I have an existing WordPress template which needs to be updated with a variety of new content. This includes text, images, and videos. Here are the specifics: - **Text Content:** The template w...**Text Content:** The template will need 6-10 pages of new text content integrated. - **Images:** We have our own pictures and these need to be incorporated throughout the site. No stock images or custom graphics are required. - **Videos:** There are a few videos that need to be added to the site, which are ready to be uploaded. I require an experienced WordPress developer who can efficiently handle this content integration. The ideal candidate will also be able to ensure that the content is well integrated with the existing layout and design of the template. Previous work examples are ap...

    $120 (Avg Bid)
    $120 Snittbud
    85 bud

    I need someone to enter 500 purchase invoices into an Excel spreadsheet. I will provide a template for the format. The invoices will be sent to ...an Excel spreadsheet. I will provide a template for the format. The invoices will be sent to you as digital files through a cloud service, which you'll use to input the basic details like date, vendor, and amount. Ideal Skills and Experience: - Proficiency in Excel for accurate data entry - Experience in processing financial documents - Attention to detail to ensure data accuracy - Ability to handle sensitive financial information with confidentiality - Familiarity with using cloud services for file management Please let me know your experience with similar projects and how you plan to ensure the quality and efficiency of the data...

    $145 (Avg Bid)
    Sekretessavtal
    $145 Snittbud
    6 bud

    ...GUI interface, currently built on the MATLAB compiler, into a Python application. The source code for SPM12 is available at SPM12 GitHub repository Objectives: • Translate the entire SPM12 codebase from MATLAB to Python while maintaining functionality. • Develop a Python-based GUI that replicates the current MATLAB interface. • Ensure the converted application integrates well with Python scientific computing stacks. Key Deliverables: • A fully functional Python version of SPM12. • Source code with comments and documentation. • A user guide for the Python-based GUI. Skills Required: • Proficiency in MATLAB and Python programming languages. • Experience with GUI development in Pyth...

    $83 (Avg Bid)
    $83 Snittbud
    8 bud

    I'm looking for a creative specialist who can handle content creation and graphic design for my Instagram account. Key Tasks: - Crafting engaging, original and on-brand content for my Instagram account, focusing on brand promotion. - Designing visually appealing graphics that align with my brand's color scheme. Ideal Candidate: - Proficiency in graphic design and content creation for social media platforms, especially Instagram. - Strong understanding of brand promotion strategies on Instagram. - Ability to follow a minimalistic color scheme in line with my brand's guidelines.

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