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
This is a simple hotel reservation application built using Python and the Tkinter library. The application allows users to sign up, log in, and make hotel room reservations.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like
A secure Telegram bot for password auditing that checks password security using Have I Been Pwned API. Implements security-by-design and privacy-by-design principles with k-Anonymity, no data storage, and HTTPS-only communication.
A simple program that uses filters(in open cv and numpy) to select various portions of an image,turn these into grayscale,then into black & white and finally to slightly blur these and detect some lines.It still needs some work.