Skip to content

Кроссплатформенное приложение на Flet для создания ASCII артов по фото

License

Notifications You must be signed in to change notification settings

MrRighter/ASCII_Atr_Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsciiAtrMaker app

Снимок экрана 2026-02-07 000652

Python Flet Pillow

Android IOS macOS Linux Windows

Installing

pip install -r requirements.txt

Run the app

uv

Run as a desktop app:

uv run flet run

Run as a web app:

uv run flet run --web

For more details on running the app, refer to the Getting Started Guide.

Build the app (start as administrator only)

Platform matrix

The following matrix shows which OS you should run flet build command on in order to build a package for specific platform:

Run on Target Platform
Android iOS macOS Linux Windows Web
macOS
Windows ✅ (WSL)
Linux

Android

flet build apk -v

For more details on building and signing .apk or .aab, refer to the Android Packaging Guide.

iOS

flet build ipa -v

For more details on building and signing .ipa, refer to the iOS Packaging Guide.

macOS

flet build macos -v

For more details on building macOS package, refer to the macOS Packaging Guide.

Linux

flet build linux -v

For more details on building Linux package, refer to the Linux Packaging Guide.

Windows

flet build windows -v

For more details on building Windows package, refer to the Windows Packaging Guide.