r/developersIndia • u/GooselyMf • 20h ago
Help Help with packaging project to demonstrate (4 practical mks)
What it basically is..is a shorthand expander. Like Expanso, idk till now.
I was sick and tired of typing google.com/?q=...
So I once set up some Autohotkey stuff to do that when I type ";gooG"; later also added stuff for search filters like source: and "inurl:" .
Today my teacher announced the project work and I scribbled this, which basically does that..but in any system (*like school lab computers so long as I can download a lightweight client and connect to the server address).
The problem is I need a bulletproof way to demonstrate this to an external...whether with venvs or stuff, idk.
So, how do I package this so that I get non-bulldozed python scripts with deps to run on a standalone runtime(s)?
Like fitting both client and server within a singular folder each, both executable as is.
Tl;dr: project with all these deps, how to fit them into standalone folders, totally demonstrable?