Skip to content

Commit

Permalink
v3.1
Browse files Browse the repository at this point in the history
Updated program to version 3.1. Added new UI themes.
  • Loading branch information
Skrepysh committed Apr 12, 2024
1 parent 289e877 commit ae4e335
Show file tree
Hide file tree
Showing 18 changed files with 241 additions and 109 deletions.
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mineSquid
<p align="left">
<img src="mineSquid.jpg" width="350" title="mineSquid - modpack switcher for minecraft">
<img src="gallery\main_tab.png" width="250">
<img src="gallery/main_tab.png" width="250">
</p>
<p align="left">
<img src="https://forthebadge.com/images/badges/made-with-python.svg" width="150" title="Python">
Expand All @@ -10,7 +10,7 @@
</p>

# Описание:
Программа, который поможет вам переключаться между модпаками в майнкрафте. Для этого поместите все ваши модпаки в папку %appdata%/mineSquid/modpacks* (папка доступна с рабочего стола или из меню пуск, ярлык - Папка с модпаками).</br>
Проект, который поможет вам переключаться между модпаками в майнкрафте. Для этого поместите все ваши модпаки в папку %appdata%/mineSquid/modpacks* (папка доступна с рабочего стола или из меню пуск, ярлык - Папка с модпаками).</br>
*каждый модпак должен находиться в своей собственной папке (например:<br /> /../../minesquid/modpacks/modpack1,<br /> /../../minesquid/modpacks/modpack228,<br /> или /../../minesquid/modpacks/super-puper-modpack)<br />

<h1>Навигация:</h1>
Expand Down Expand Up @@ -52,25 +52,39 @@

<details><summary>Главная</summary>
<p align="left">
<img src="gallery\main_tab.png">
<img src="gallery\light_theme.png">
<img src="gallery/main_tab.png">
<img src="gallery/light_theme.png">
</p>
</details>
<details><summary>Логи</summary>
<p align="left">
<img src="gallery\log_tab.png">
<img src="gallery/log_tab.png">
</p>
</details>
<details><summary>Настройки</summary>
<p align="left">
<img src="gallery\settings_tab.png">
<img src="gallery\incorrect_settings_warning.png">
<img src="gallery/settings_tab.png">
<img src="gallery/incorrect_settings_warning.png">
</p>
</details>
<details><summary>Диалоговые окна</summary>
<p align="left">
<img src="gallery\update_check.png">
<img src="gallery\backup_restored.png">
<img src="gallery\modpack_loaded.png">
<img src="gallery/update_check.png">
<img src="gallery/backup_restored.png">
<img src="gallery/modpack_loaded.png">
</p>
</details>
<details><summary>Примеры цветов оформления</summary>
<p align="left">
<img src="gallery/light_green.png">
<img src="gallery/purple.png">
<img src="gallery/yellow.png">
<img src="gallery/orange.png">
</p>
</details>
<details><summary>Сравнение компактного и стандартного UI</summary>
<p align="left">
<img src="gallery/compact_ui.png">
<img src="gallery/non_compact_ui.png">
</p>
</details>
3 changes: 2 additions & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ backup_restore_dlg = True
theme = dark
window_width = 450
window_height = 750

ui_color = cyanaccent200
compact_ui = True
Binary file modified gallery/backup_restored.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/compact_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gallery/incorrect_settings_warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/light_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gallery/light_theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gallery/log_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gallery/main_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gallery/modpack_loaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/non_compact_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/purple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gallery/settings_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gallery/update_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ae4e335

Please sign in to comment.