Advertisement
virtualm

teszt.py

Apr 20th, 2021
1,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | None | 0 0
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. #
  4. #
  5. prg_name = 'teszt.py'
  6. #
  7. import cv2, numpy as np
  8. import picamera
  9. import sys,io
  10. import datetime
  11. import time
  12. import RPi.GPIO as GPIO
  13. import configparser
  14. import os
  15.  
  16. print(prg_name,' program fut')
  17.  
  18. varakozas = input(" Enterre vár")
  19.  
  20. print(prg_name,' program lefutott')
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement