Giter VIP home page Giter VIP logo

shareshot's Introduction

ShareShot is a Kivy-based application that simplifies the process of capturing and sharing images using your device's camera. It integrates with Filestack to upload images and generate shareable links effortlessly.

Features Camera Screen: Capture images using your device's camera. Image Screen: Upload captured images to Filestack and generate shareable links. Copy Link: Copy the generated link to the clipboard. Open Link: Open the generated link in the default web browser.

Installation Prerequisites Python 3.6+ Kivy 2.3.0 Filestack Python library

Installation Steps

1.Clone the repository:

git clone https://github.com/akshayjith4/shareshot.git cd shareshot

2.Install dependencies:

pip install -r requirements.txt

3.Set up Filestack API key:

Obtain a Filestack API key from Filestack. Create a secret directory in the root of the project. Inside secret, create a Python file named filestack_apikey.py. Add your API key to filestack_apikey.py: API_KEY = 'your_actual_filestack_api_key_here'

4.Run the application:

python main.py

Usage Start Camera: Opens the camera to capture images. Capture: Takes a picture and saves it locally. Create Sharable link: Uploads the captured image to Filestack and displays the generated link. Copy Link: Copies the generated link to the clipboard. Open Link: Opens the generated link in the default web browser.

Contributing Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Acknowledgments Built using Kivy Uses the Filestack Python library

shareshot's People

Contributors

akshayjith4 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.