Skip to content

Built a credit card generator using Python Flask and hosted it on Vercel, allowing seamless web access to generate randomized credit card numbers for testing and educational purposes.

Notifications You must be signed in to change notification settings

harith-hacky03/Live_CC_Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡Live CC Generator⚡

Live CC Generator »

The Live CC Generator, a Python-based tool with Flask framework hosted on Vercel, simplifies the creation of random credit card numbers. Ideal for developers, testers, and educators, it offers a hands-on experience for understanding credit card systems and security measures in a user-friendly manner.



Prerequisites to run

Install Python Interpreter

Install Python v3

Install Project Requirements

pip install -r requirements.txt

Cloning & Running in Local

git clone https://github.com/Abhay2342/live_cc_generator.git
cd live_cc_generator
set FLASK_APP=app.py
flask run

Important

To enable local testing, modify the file path from /tmp/cards.txt to either ./static/cards.txt or include a dot (.) before /tmp/cards.txt, like this: ./tmp/cards.txt.

Ways to contribute

First off, thanks for taking the time to contribute! 🎉🎉

When contributing to this repository, please first discuss the change you wish to make via issue with the maintainers of this repository before making a change. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

  1. Solve the issues which are listed.
  2. Create your own issue and then send PR.

Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. The basic workflow:

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Create a branch and name it with the issue number
  4. Commit changes to the branch
  5. Push your work back to your fork
  6. Rebase your branch with the master branch
  7. Submit your Pull Request so that we can review it

Please submit your issues and pull request while following the automated template. During the contributing phase abide by the Contributing Guidelines.

About

Built a credit card generator using Python Flask and hosted it on Vercel, allowing seamless web access to generate randomized credit card numbers for testing and educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.7%
  • HTML 31.4%
  • Python 25.0%
  • JavaScript 5.9%