├── .gitignore ├── INSTALL.md ├── INSTALL_ja.md ├── LICENSE ├── README.md ├── README_ja.md ├── sphereshot.py └── sphereshot_ja.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/.gitignore -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/INSTALL.md -------------------------------------------------------------------------------- /INSTALL_ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/INSTALL_ja.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/README.md -------------------------------------------------------------------------------- /README_ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/README_ja.md -------------------------------------------------------------------------------- /sphereshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/sphereshot.py -------------------------------------------------------------------------------- /sphereshot_ja.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UpHash-Network/SphereShot/HEAD/sphereshot_ja.py --------------------------------------------------------------------------------