Skip to content

aditya-an1l/pcaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔐 PCAPTCHA - Captcha Generation using Python

v0.1.0: Bare Minimum ⚙️

Python

This is an initial development version.

Features 🚀

  • Generate captcha images
  • Generate corresponding captcha text
  • Written in Python

Installation 🛠️

  1. Clone this repository:

    git clone https://github.com/aditya-an1l/pcaptcha.git
    cd pcaptcha
    
  2. Set up a virtual environment:

On Unix

python -m venv venv
source venv/bin/activate 

On Windows

python -m venv venv
source venv\Scripts\activate`
  1. Install the required packages:
    pip install -r requirements.txt
    

Usage ✅

  1. Navigate to the scripts directory:

    cd scripts
    
  2. Run the main script:

    ./main.py
    

Generated captcha images will be stored in the scripts/media directory.

Project Structure 📁

pcaptcha/
├── scripts/
│   ├── main.py
│   └── media/
├── venv/
|-- requirements.txt
└── README.md

Known Limitations ⚠️

  1. The application is entirely CLI-based with no GUI.
  2. By default, it overwrites the previous captcha image unless an alternate name is provided in the script.

Future Enhancements 🔮

  1. Make the CLI more interactive
  2. Implement a better naming mechanism for captcha images
  3. Develop a GUI mode

Contributing 🤝

Contributions are welcome! Please feel free to submit a Pull Request.

About

PCAPTCHA - Captcha Generation using Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages