mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-04-23 01:26:17 +02:00
ae2d21456d
Sharpness and some other improvements added!
10 lines
157 B
Python
10 lines
157 B
Python
#!/usr/bin/env python3
|
|
|
|
# Import the tkinter fix to patch the ScreenChanged error
|
|
import tkinter_fix
|
|
|
|
import core
|
|
|
|
if __name__ == '__main__':
|
|
core.run()
|