Updater for Python Application -


i'm developing small tool that's supposed let players of particular game customize game way quicker thn browsing through game files, making changes each , .ini file. not matter. i'd function going update application within there have function download .zip recent version of application , unzip onto app's directory.

however need sort of checkig mechanism determine rather there's new version of app or not. matter, i've uploaded both .html aswell .txt 0 in changed 1 , uploaded web server in case there's update.

so question how you'd go through in how read text of .txt file example , determine rather it's 0 or 1 in if result 1, it'll go on downloading newest version.

any input welcome,

best regards,


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -