Skip to content
View laozhej's full-sized avatar

Sponsoring

@MorizeroDev

Block or report laozhej

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Case-Study-Food-Delivery-System Case-Study-Food-Delivery-System Public

    An extension of my idea to create a new kind of food delivery system based on the reality and the loogic of the delivery. There's also a simulation to test the functions and correctness of the syst…

    Python

  2. Windows-of-love-and-miss Windows-of-love-and-miss Public

    When you open and run this file in Python Console, It will start popping up colorful windows with some caring words in Chinese (you can also edit the prompt words and modify fonts to let it pop in …

    Python

  3. The-Smart-Number-Guessing-Game The-Smart-Number-Guessing-Game Public

    Level: Beginner Concepts: Loops, Conditionals, Input Handling, Random Library. Description: A classic game where the computer picks a number, and the user tries to guess it. It includes input valid…

    Python

  4. Text-Statistics-Analyzer Text-Statistics-Analyzer Public

    Level: Intermediate Concepts: String Manipulation, Dictionaries, Functions. Description: This tool takes a block of text (or a paragraph) and analyzes it to return the word count, character count, …

    Python

  5. GUI-Password-Generator GUI-Password-Generator Public

    Level: Advanced (Uses GUI) Concepts: tkinter (User Interface), Randomization, Clipboard interaction. Description: A visual application that generates strong, random passwords based on user preferen…

    Python

  6. Simple-gcd-algorithm Simple-gcd-algorithm Public

    A simple algorithm to calculate the greatest common dividor of two numbers. Can use it in Python Console.

    Python