GUI tools used for uploading files or directory to s3
1 Using PyQt5 as GUI framework
2 Packaging PyQt5 apps with fbs
please click here for details and learn how to use the fbs to package
3 S3 means AWS storage bucket
4 the user could input the S3 name, s3 region, accessId and accessKey to obtain permission to access S3
1 pip install -r requirement.txt
2 fbs run
this command could run the application
3 fbs freeze
4 fbs installer
the above commands will package the program to executable applicaitoin