Python Forum
help with making an application
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with making an application
#1
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 :).
Reply
#2
see:
https://medium.com/dreamcatcher-its-blog...df9170e263
or using py2exe:
http://www.py2exe.org/index.cgi/Tutorial
Reply
#3
(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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to send data from a python application to an external application aditya_rajiv 1 2,182 Jul-26-2021, 06:00 AM
Last Post: ndc85430
  Making an application with a 3d engine in it moo5e 1 2,119 May-27-2019, 03:17 PM
Last Post: heiner55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020