I have python project which i want to move another PC but that PC doesn't have internet connection. So, i cannot use the requirements.txt file solution given in ModuleNotFoundError: No module named 'string' while importing flask because this method requires installation of all site-packages from internet.
Is there any way to create a package locally on my current PC and then simply copy paste on another pc that doesn't have internet?