Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
committing again because of wrong dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark committed Apr 1, 2022
1 parent ac791f5 commit 2757e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib >= 3.5.1
colorama >= 0.4.4
PyScreeze >= 0.1.28
inquirerpy >= 0.3.3
pandas >= 1.4.0
pyscreenshot
5 changes: 3 additions & 2 deletions src/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from webbrowser import open_new_tab
from glob import glob
from time import sleep
import pyscreeze
from pyscreenshot import grab
from colorama import (
init,
Fore,
Expand Down Expand Up @@ -230,7 +230,8 @@ def screenshot():
print(f"Screenshotting in {ss}")
sleep(1)
ss -= 1
pyscreeze.screenshot('Screenshot.png')
image = grab()
image.save('Screenshot.png')
print("Screenshot done")

def repolink():
Expand Down

0 comments on commit 2757e1d

Please sign in to comment.