Inline

Inline Used AI

4 devlogs
10h 55m
•  Ship certified
Created by vihaan

Inline is a Python converter that takes multi-line Python scripts and transforms them into tightly packed, functional one-liners. Ideal for fun, code golfing, or just confusing your future self.

Timeline

Ship 2

0 payouts of shell 0 shells

vihaan

29 days ago

vihaan Covers 2 devlogs and 1h 36m

Started working on adding some customisation to the UI. Added a settings.json and added some UI elements as well

Update attachment

Added a GitHub workflow that allows me to convert the main.py into a executable file and also compiled it into a macOS .app bundle.

Update attachment

Ship 1

0 payouts of shell 0 shells

vihaan

about 1 month ago

vihaan Covers 2 devlogs and 9h 19m

Added a fully functional and design wise okay GUI and tried to improve compatibility, however not much has changed compatibility wise since last build as I couldn't get it to be stable - it would spit syntax-incorrect code on me.

Update attachment

Made the base prototype that has no gui and is very fragile at the moment. Just converts a basic python script into a one liner. Very difficult to get to this moment had to learn a lot about python syntax and stuff!

Update attachment