Python Forum

Full Version: help with making an application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, newbie here. I just started to learn python a couple of days ago, so everything is very much still new to me. I wanted to learn python for myself, and also to create a little programme that basically is a daily expense calculator. It's taken me a good couple of days to figure it out, but I've managed to do it(I think) all be it crude and pretty much all over the place. It's not perfect, but I think it'll do the job. It takes user input for each day, stores it in a bunch of files and then calculates the weekly and monthly average spend. Now, I want to make it into a little exe file so I can run it on everything without having to install python. Is there any way I can do that? Help would be much appreciated :).
(Sep-19-2018, 11:20 AM)Larz60+ Wrote: [ -> ]see:
https://medium.com/dreamcatcher-its-blog...df9170e263

on https://github.com/pyinstaller/pyinstaller you can read without annoying registration.