Skip to content

hackslab/cursorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursorize

A modern desktop application for generating realistic fake data and managing Cursor IDE tokens.

Features

  • Data Generation: Valid credit cards (Luhn algorithm), names, addresses for 12+ countries
  • Token Management: Easy token application and machine ID reset
  • Modern UI: Dark/Light themes, one-click copy, instant regeneration

Quick Start

  1. Build and run

    .\build.bat
    .\dist\Cursorize.exe
  2. Or run from source

    python -m venv venv
    venv\Scripts\activate
    pip install -r requirements.txt
    python app.py

Usage

Generate Data

  1. Click GET STARTED
  2. Copy any field with the copy icon
  3. Use to regenerate

Apply Tokens

  1. Go to TOKENS page
  2. Enter email and paste cookie data
  3. Click SUBMIT

Reset Machine ID

  • Use RESET MACHINE ID button (requires admin privileges)

Settings

  • Click gear icon to configure custom database path

Important Notes

  • Close Cursor completely before applying tokens or resetting machine ID
  • Machine ID reset requires administrator privileges
  • Generated data uses only Latin characters (A-Z, a-z, 0-9)

Technologies

  • PyQt6, Faker, Requests, SQLite3, PyInstaller

Troubleshooting

Database Not Found: Login to Cursor first, or set custom path in Settings
Build Fails: Ensure Python 3.10+, delete venv folder and retry
Token Fails: Verify cookie data, close Cursor, check file permissions


Built for the Cursor community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published