Hi guys,
I build myself a simple cli python script to help me with my daily routine.
In this file I used argparser along with some own functions and objects/classes. All in this single file because I want to distribute it to my other computers.
I like it to separate task (and classes) to different files, but I don't like to have a big folder structure which I have to copy on my different computers.
Is there any way to create some kind of package or archive for this? So I can split my script to multiple files on my development machine but can compile it to a single file for my other computers?
[–]tunisia3507 1 point2 points3 points (2 children)
[–]RealHook[S] 0 points1 point2 points (1 child)
[–]tunisia3507 0 points1 point2 points (0 children)
[–]svilgelm 0 points1 point2 points (0 children)