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.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Started working on adding some customisation to the UI. Added a settings.json and added some UI elements as well
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.
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.
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!