

🚀 Built my first open-source Pi Wallet CLI using Python + Stellar SDK
Hi everyone!
I’ve been learning Python and working with the Pi Network blockchain, so I decided to build my first open-source command-line wallet tool.
GitHub:
https://github.com/DhaliKali1/Pi-Wallet-CLI
Current features
🔹 Wallet information
🔹 Send Pi
🔹 Transaction history
🔹 Transaction lookup
🔹 Wallet validator
🔹 Import wallet
🔹 Export history
🔹 Settings
🔹 Windows executable included in Releases
The project is written in Python using the Stellar SDK and is intended as a learning project for developers who want to experiment with Pi Network wallet interactions from the command line.
I’m also interested in making blockchain tooling more accessible for Linux users and eventually expanding this into a cross-platform toolkit.
I’d really appreciate any feedback on:
Code quality
Project structure
Security best practices
Features you’d like to see
Suggestions for improving the CLI
Thanks for taking a look! 🚀