Skip to content

Commit

Permalink
Fixed res for 1080p
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadit-Bhojgi committed Apr 26, 2017
1 parent 7a89fca commit 24e08bb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
back_dat/
cell_dat/
*.db
123.txt
*.txt

.idea/
### Python template
Expand Down
16 changes: 9 additions & 7 deletions SciKit-Play-GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def web(self):
key.hook()

def callmain(self):
if counter==1:
if counter == 1:
global c1
global c2
global c3
Expand Down Expand Up @@ -78,10 +78,10 @@ def combo_chosen_2(self):
global c2
global c3
global c4
c1 = int(688)
c2 = int(60)
c3 = int(1325)
c4 = int(622)
c1 = int(498)
c2 = int(65)
c3 = int(1130)
c4 = int(628)
print (c1, c2, c3, c4)

def statistic(self):
Expand All @@ -90,7 +90,8 @@ def statistic(self):

def combo_chosen_3(self):
import win32api
win32api.MessageBox(0, 'Please Get your coordinates and Enter them on the right side!', 'Message',QtCore.Qt.WindowStaysOnTopHint)
win32api.MessageBox(0, 'Please Get your coordinates and Enter them on the right side!', 'Message',
QtCore.Qt.WindowStaysOnTopHint)
global counter
counter = 1

Expand Down Expand Up @@ -346,7 +347,6 @@ def setupUi(self, widget):
self.retranslateUi(widget)
QtCore.QMetaObject.connectSlotsByName(widget)


def retranslateUi(self, widget):
widget.setWindowTitle(_translate("widget", "SciKit-Play", None))
self.b3.setText(_translate("widget", "Start SciKit-Play", None))
Expand All @@ -368,8 +368,10 @@ def retranslateUi(self, widget):
self.label_4.setText(_translate("widget", "Enter Coordinates Here :", None))
self.b2_2.setText(_translate("widget", "Show Statistics", None))


if __name__ == "__main__":
import sys

app = QtGui.QApplication(sys.argv)
widget = QtGui.QWidget()
ui = Ui_widget()
Expand Down
1 change: 0 additions & 1 deletion flag.txt

This file was deleted.

9 changes: 0 additions & 9 deletions movefile.txt

This file was deleted.

1 change: 0 additions & 1 deletion prev.txt

This file was deleted.

288 changes: 0 additions & 288 deletions wowo.txt

This file was deleted.

0 comments on commit 24e08bb

Please sign in to comment.