Skip to content

Commit ad8a53a

Browse files
authored
Add files via upload
1 parent c3aac55 commit ad8a53a

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Click To Go is a Python application designed to streamline the process of settin
88
- **Customizable Options**: Choose to include a tests folder, use `.rst` instead of `.md` for documentation, and automatically add the MIT license template.
99
- **User Interface**: A simple and intuitive UI to input project details and generate scaffolding with a single click.
1010

11-
## Usage
11+
## Installation
1212

1313
To use Click To Go, download one of the portable executables available in the Releases page or build yourself from source via the following Nuitka command (windows-only):
1414
```bash

style/ElegantDark_Modified.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
border-bottom-color: rgb(101,101,101);
155155
}
156156
QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover {
157-
background-color:rgb(101,101,101);
158157
margin-left: 0px;
159158
margin-right: 1px;
160159
}
@@ -163,7 +162,6 @@
163162
margin-right: 1px;
164163
}
165164
QCheckBox {
166-
color:rgb(223,219,210);
167165
padding: 2px;
168166
}
169167
QCheckBox:hover {
@@ -175,14 +173,14 @@
175173
padding-top: 1px;
176174
border-width:1px;
177175
border-color: rgb(87, 97, 106);
178-
background-color:qlineargradient(spread:pad, x1:0.5, y1:0.7, x2:0.5, y2:0.3, stop:0 rgba(87, 97, 106, 150), stop:1 rgba(93, 103, 113, 150));
176+
background-color:qlineargradient(spread:pad, x1:0.5, y1:0.7, x2:0.5, y2:0.3, stop:0 rgba(66, 133, 244, 150), stop:1 rgba(66, 153, 244, 150));
179177
}
180178
QCheckBox::indicator:checked {
181179
border-radius:4px;
182180
border-style:solid;
183181
border-width:1px;
184182
border-color: rgb(180,180,180);
185-
background-color:qlineargradient(spread:pad, x1:0.5, y1:0.7, x2:0.5, y2:0.3, stop:0 rgba(87, 97, 106, 255), stop:1 rgba(93, 103, 113, 255));
183+
background-color:qlineargradient(spread:pad, x1:0.5, y1:0.7, x2:0.5, y2:0.3, stop:0 rgba(66, 111, 186, 255), stop:1 rgba(66, 129, 197, 255));
186184
}
187185
QCheckBox::indicator:unchecked {
188186
border-radius:4px;
-61 Bytes
Binary file not shown.

userui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def setupUi(self, ClickToGo_MainWidget):
7676
self.Input_ModuleName.setGeometry(QRect(200, 40, 171, 20))
7777
self.Input_CreateBtn = QPushButton(ClickToGo_MainWidget)
7878
self.Input_CreateBtn.setObjectName(u"Input_CreateBtn")
79-
self.Input_CreateBtn.setGeometry(QRect(10, 370, 379, 31))
79+
self.Input_CreateBtn.setGeometry(QRect(10, 370, 379, 41))
8080
self.Input_CreateBtn.clicked.connect(self.create_scaffolding)
8181
self.ProjectFolderLabel = QLabel(ClickToGo_MainWidget)
8282
self.ProjectFolderLabel.setObjectName(u"ProjectFolderLabel")

version_info.res

1016 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)