aliorhun / ekrankayit

Ekran kaydı sağlayan program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ekran Kayıt

Kurulum:

sudo cp kayitet.py /usr/local/bin/kayit

chmod +x /usr/local/bin/kayit

Kullanım:

Kayıt Başlat

kayit record

Kayıt Bitir ve FTP ile yolla

kayit stop

Cython ile derlemek için:

cython3 --embed -o kayitet.c kayitet.py

gcc -v -Os -I /usr/include/python3.7m/ -L /usr/lib/x86_64-linux-gnu/ -o kayitet kayitet.c -lpython3.7m -lpthread -lm -lutil -ldl

sudo cp kayitet /usr/local/bin/kayit

chmod +x /usr/local/bin/kayit

About

Ekran kaydı sağlayan program

License:GNU General Public License v3.0


Languages

Language:Python 100.0%