|
1 | | -# Textual Tool for Creating Member Profiles for python.pe |
| 1 | +# 🐍 edit-python.pe |
| 2 | +## *Textual Tool for Creating Member Profiles for python.pe* |
2 | 3 |
|
3 | | -To run this tool, just type: |
4 | 4 |
|
5 | | -```sh |
6 | | -uvx edit-python-pe |
| 5 | + |
| 6 | +## ⚡ **QUICK START** |
| 7 | + |
| 8 | +> **🔥 ¡Welcome to the future!** This tutorial will guide you step by step to create your profile on python.pe quickly and securely. |
| 9 | +
|
| 10 | +### 🔧 **PREREQUISITES** |
| 11 | + |
| 12 | +```bash |
| 13 | +# Check required versions |
| 14 | +python --version # >= 3.13 |
| 15 | +uv --version # >= 0.8.11 |
| 16 | +``` |
| 17 | + |
| 18 | +> **⚠️ IMPORTANTE:** Make sure all dependencies are up to date before proceeding. |
| 19 | +
|
| 20 | + |
| 21 | +## 🎯 ** INSTALLING edit-python.pe** |
| 22 | + |
| 23 | +### **Creating the access token** |
| 24 | + |
| 25 | +1. **Access token:** https://github.com/settings/tokens |
| 26 | +2. **Add permissions:** public_repo |
| 27 | +3. **Copy token:** Use it when running the following command |
| 28 | + |
| 29 | + |
| 30 | +### 🌟 **For users seeking maximum speed** |
| 31 | + |
| 32 | +```bash |
| 33 | +# 🚀 Single command to start the project |
| 34 | +uvx edit-python-pe |
| 35 | + |
| 36 | +# 🎊 That's it! You can now enter your data |
7 | 37 | ``` |
8 | 38 |
|
9 | | -After that, a text user interface would appear that allows you to create your |
10 | | -profile and push it (create a PR) to the |
11 | | -[python.pe](https://github.com/pythonpe/python.pe) repository. |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +<div align="center"> |
| 44 | + |
| 45 | +## 🎊 **CONGRATULATIONS!** |
| 46 | + |
| 47 | +### *You've completed the process* |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +**🤝 Contribute to the project** • **🐛 Report bugs** • **💡 Suggest improvements** • **⭐ Give us a star** |
| 53 | + |
| 54 | +*Built with ❤️ by the python.pe team* |
| 55 | + |
| 56 | +</div> |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +<div align="center"> |
| 61 | +<sub>📄 Last updated: 2025-08-18 | 📋 Tutorial version: v1.0.0</sub> |
| 62 | +</div> |
0 commit comments