This repository contains a Python-based High Yield Investment Program (HYIP) script. The script is designed to manage and track investments, calculate returns, and handle user accounts.
- User account management
- Investment tracking
- Return calculation
- Referal and invite mechanism
- Admin dashboard
- Secure authentication
- Secure Depositt and Withdraw System
-
git clone https://github.com/mE-uMAr/python-Hyip.git cd python-Hyip -
python -m venv venv
-
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
pip install django
-
Look for manage.py navigte to that directory using
cd <path to manage.py>
-
python manage.py makemigrations python manage.py migrate
-
python manage.py runserver
-
Access the application in your web browser at
http://localhost:8000.
- Update the configuration settings in
settings.pyto match your environment and requirements.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes" - Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or inquiries, please contact the repository owner.