/app4

Primary LanguagePython

What are these files?

These are the files of a Python program (a.k.a. App 4) built in the Udemy course "The Complete Python Course in the Professional OOP Approach." The course covers how to make this program step by step, plus nine other Python programs. If you want to learn Python, you can take the course for a high discount in the link below: https://www.udemy.com/course/the-python-pro-course/?referralCode=D1224FDF916B73D7E740

What does the program do?

The program is written in Python. The app has a GUI built with Kivy. In the GUI the user can start the computer webcam, capture a photo, and upload the photo to the web and get a sharable link to the uploaded photo.

How to run the program

  1. Either clone this repo or download all these files by going to Code -> Download ZIP.
  2. Create a PyCharm (or other IDE) project and configure a Python interpreter for the project.
  3. Open the terminal and install the required packages by running: pip install -r requirements.txt
  4. Go to https://www.filestack.com/, and create a Filestack account to get an API key.
  5. Go to filesharer.py, and the change the "INSERT YOUR API KEY" string to your own Filestack API key.
  6. Make sure your computer is connected to the internet.
  7. Run main.py with Python.