-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлена возможность менять цвета (есть баги, и выполнено на 80%)
- Loading branch information
Showing
23 changed files
with
189 additions
and
65 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import flet as ft | ||
|
||
def go_to_hyen(content, page): | ||
content.content = get_hye_page() | ||
content.update() | ||
|
||
|
||
|
||
def get_hye_page(): | ||
hey_pictia = ft.Container( | ||
alignment=ft.alignment.center, | ||
content=ft.Container( | ||
ft.Column([ | ||
ft.Text("Рандомная пикча от hyeeeeeeeeeeeeeeeeeeee"), | ||
ft.Row([ft.Image('https://cdn.discordapp.com/attachments/1233063651183689840/1233066242135294052/image.png?ex=662bbded&is=662a6c6d&hm=c2025a674210f46fd448855ea794b7dc9c880ca7f04e23e34fff9c7c883d3562&')], alignment=ft.MainAxisAlignment.CENTER, scroll=ft.ScrollMode.HIDDEN) | ||
], alignment=ft.MainAxisAlignment.CENTER), | ||
height=200, | ||
), | ||
) | ||
return hey_pictia | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.