Code Monkey home page Code Monkey logo

paint-app-with-file-sharing-without-internet's Introduction

paint-app-with-file-sharing-without-internet

Through this application, you can paint images in your phone and share the same to the server computer/laptop without internet or without using any third-party file sharing application. The user scans a qr-code from his/her phone which opens an link in web browser where the user can paint the 2 images provided and save/share the same. All you need is for the phone and computer to be connected to a common network.

-- STEPS TO USE THIS APP --

  1. Download the source Code

  2. Install all the packages mentioned in requirements.txt file You can run the following command in command prompt/terminal pip install -r requirements.txt

  3. Connect Your phone and computer to a comman network and obtain the ip address of the network by running the following command: For windows, in command prompt run: ipconfig For Linux, in terminal run: ifconfig

  4. Once you obtain the ip address, copy it and paste it in the following 2 places: (i) In qrcode folder, there is one file called qrcode.html at line 30, paste the ip address in the "text" field. for eg, text: "ip address" This will create the qrcode which upon scanning will lead to the paint application. You can save the image of the qrcode generator for the future use. (ii) In app.py file, at line 88, replace the value of host with your ip address. for eg, host = "ip address" This will run our paint application on the specified ip address.

  5. Start the server using the command "python app.py"

  6. Scan the qrcode from your phone and have fun painting the fishes.

paint-app-with-file-sharing-without-internet's People

Contributors

riteshkpandey28 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.