PumaGen is a simple code generator designed to create valid Apple App Store gift card codes. This tool is useful for generating gift card codes for personal use, gifting, or testing purposes. We do not promise that any of the generated codes are valid, use at your own risk.
- Apple App Store Codes: Generate valid gift card codes for the Apple App Store.
- Easy to Use: Simple interface for generating codes quickly.
- Customization: Specify the number and type of codes to generate.
- Security: Codes are generated using secure algorithms to ensure validity and uniqueness.
- Clone the repository to your local machine.
- Run the
generator.py
script. - Follow the prompts to specify the number and type of codes to generate.
- Generated codes will be displayed in the console output.
- After that, use
validator.py
to validate your codes.
- Python 3.x
- Clone the repository:
git clone https://github.com/silaspuma/PumaGen.git
- Navigate to the project directory:
cd PumaGen
- Run the script:
python generator.py
- Validate your codes:
python validator.py
This tool is for educational and testing purposes only. Do not use generated codes for any illegal activities. The developers of PumaGen are not responsible for any misuse of the generated codes.
Contributions are welcome! If you have any suggestions or improvements, feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to adjust and expand this README as needed for your project!