Projects with multiple scripts, data files, images, and other resources.
Summary
A programming workspace that fits in your pocket.
View Markdown, JSON, CSV, images, ZIP, and Excel without leaving the application.
Detailed history, typed parameters, and local notebooks with Python and Markdown cells.
Product in use
From project to result without leaving the phone.
Problem
Programming on a phone often feels like a limited version of real work.
Mobile options usually handle isolated exercises or depend on external services, making multi-file projects difficult to continue.
Solution
Treat the phone as a workspace, not only as a console.
PixelPy combines editing, organization, execution, and debugging in an experience adapted to mobile keyboards and touch screens.
Product decisions
Desktop-level capability adapted to a phone's constraints.
Core principle
The project is the unit of work
PixelPy does not reduce Python to a box for running snippets. Each space brings together files, resources, versions, console, and context.
Interaction
Designed for mobile keyboards
Direct controls, autocomplete, and search reduce the friction of writing code on a small screen.
Continuity
Return exactly where you stopped
Automatic saving preserves the project, file, tab, and cursor position.
Privacy
Local by default
Code remains on the device and Internet is only used when the user's script requests it.
Automation
Run without opening the app
WorkManager schedules scripts while the widget shows status, opens the result, or runs the task immediately.
Learning
Adapting does not mean simplifying until the product loses utility.
The opportunity was to preserve projects, resources, versions, and debugging while redesigning access for a touch screen.
Result
Version 1.5 turns the phone into a continuous Python environment.
PixelPy combines automations and published results with comparable history, templates, advanced resource management, and a local notebook that shares variables across cells.