Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
lincolnloop
/
python-qrcode
Public
Notifications
You must be signed in to change notification settings
Fork
738
Star
4.9k
Code
Issues
40
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add "svg-compressed" to create a simple classic QR Code with compressed file size. Allow execution from a development environment.
- #342
#342
Merged
bartTC
merged 12 commits into
lincolnloop:main
lincolnloop/python-qrcode:main
from
johnkw:main
johnkw/python-qrcode:main
Copy head branch name to clipboard
Jul 23, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Add "svg-compressed" to create a simple classic QR Code with compressed file size. Allow execution from a development environment.
#342
bartTC
merged 12 commits into
lincolnloop:main
lincolnloop/python-qrcode:main
from
johnkw:main
johnkw/python-qrcode:main
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2023
Only import png if needed.
j
committed
d26b688
View commit details
Copy full SHA for d26b688
Browse repository at this point
Add "svg-compressed" to create a simple classic QR Code with compressed file size.
j
committed
a9833a9
View commit details
Copy full SHA for a9833a9
Browse repository at this point
Commits on Sep 15, 2023
Where possible, splice carve-out paths onto existing paths, for further savings by removing M cmds.
j
committed
15d6059
View commit details
Copy full SHA for 15d6059
Browse repository at this point
Commits on Sep 16, 2023
Speed improvement. Fix issue where the start of a subpath could never be spliced in.
j
committed
4d202fb
View commit details
Copy full SHA for 4d202fb
Browse repository at this point
Create a linked-list, with dictionary pointers to splice points, in order to avoid the O(n^2)-ish perf hit for splicing a python list repeatedly. Only store spliceable turns, and assert that we dea…
Show description for ff2c195
j
committed
ff2c195
View commit details
Copy full SHA for ff2c195
Browse repository at this point
Commits on Oct 13, 2023
Allow running the script without a package setup install.
j
committed
5771911
View commit details
Copy full SHA for 5771911
Browse repository at this point
Commits on Jun 11, 2024
Merge branch 'lincolnloop:main' into main
johnkw
authored
5f26f44
View commit details
Copy full SHA for 5f26f44
Browse repository at this point
Commits on Sep 28, 2024
merge
j
committed
1b2589b
View commit details
Copy full SHA for 1b2589b
Browse repository at this point
Allow execution from a development environment.
j
committed
fdc5ef8
View commit details
Copy full SHA for fdc5ef8
Browse repository at this point
Comply with use of "ruff", which unfortunately makes some of the code less readable, but oh well.
j
committed
ca049df
View commit details
Copy full SHA for ca049df
Browse repository at this point
Add support for ancient python v3.9 for some reason.
j
committed
624c936
View commit details
Copy full SHA for 624c936
Browse repository at this point
ruff format
j
committed
2603686
View commit details
Copy full SHA for 2603686
Browse repository at this point
You can’t perform that action at this time.