Skip to content

Commit

Permalink
v1.2: added 'General Functions' menu with shortcut to close window; c…
Browse files Browse the repository at this point in the history
…reated subfolders that contain the scrambles and icons
  • Loading branch information
AnnikaStein committed Aug 28, 2019
1 parent 8206479 commit ce40d56
Show file tree
Hide file tree
Showing 40 changed files with 79 additions and 43 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
107 changes: 67 additions & 40 deletions MainWindow.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ by Annika Stein (also known as HugaCuba on social media such as
![SkewbSkills Logo](logogreen.png)

# What's new?
Release of 1.2:
+ Create subfolders that contain the scrambles and icons
Release of v1.1:
+ Better way to generate the first layer trainer scrambles, less code, less
disk space - faster in general.
Expand Down Expand Up @@ -80,7 +82,7 @@ Besides that, there is always the option to download the sources and run

If I'm informed correctly, it should already be possible for linux users to
run python files, only the package 'PyQt5' has to be installed besides the
standard libraries (in our case: 'random' and 'sys').
standard libraries (in our case: 'random', 'sys' and 'os').

# Usage
After opening SkewbSkills, type 'H' or choose Help from the menubar to get
Expand Down
2 changes: 1 addition & 1 deletion SkewbSkills.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False , icon='favicon.ico')
console=False , icon='Icons\\favicon.ico')
Binary file added SkewbSkillsFilesv1.2.zip
Binary file not shown.
9 changes: 8 additions & 1 deletion doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,11 @@
Help button / window
Shortcuts added for both modes
Scrambles are generated way faster, using less disk space
Used "pyinstaller -w -F -n SkewbSkills -i favicon.ico MainWindow.py" to generate executable
Used "pyinstaller -w -F -n SkewbSkills -i favicon.ico MainWindow.py" to generate executable

28.08.2019:
added 'General Functions' menu with shortcut to close the window
create subfolders where the .txt files are located and work with those
instead of having all files in only one folder (requested by Elias)
create new exe and release new zip-folder, marked as v1. with
"pyinstaller -w -F -n SkewbSkills -i Icons/favicon.ico MainWindow.py"

0 comments on commit ce40d56

Please sign in to comment.