python-libary

There are 17 repositories under python-libary topic.

  • celery/django-celery-beat

    Celery Periodic Tasks backed by the Django ORM

    Language:Python1.9k39466473
  • AccumulateMore/Python

    ✔(已完结)最全面的 Python 笔记【马士兵教育】

    Language:Jupyter Notebook56631118
  • rhgrant10/acopy

    A Python implementation of the Ant Colony Optimization Meta-Heuristic

    Language:Python9852530
  • tkreload

    iamDyeus/tkreload

    auto reloads your python tkinter app whenever file changes are detected 🐍

    Language:Python311169
  • requireit

    KTibow/requireit

    Smart on-run package install for your Python code. Add 13 lines to your code, and get auto-install with pip.

    Language:Python6201
  • dash-json-grid

    cainmagi/dash-json-grid

    Dash porting version of the react project React JSON Grid. Provide structured and nested grid table view of complicated JSON objects/arrays.

    Language:Python5110
  • leenr/tls-property

    Thread-local storage property

    Language:Python4100
  • AI35/easylogging

    Simple Python logging lib Version 1

    Language:Python3100
  • sujeetkv/py-paginator

    Paginator to generate page numbers for pagination

    Language:Python2200
  • anandprabhakar0507/access-exe-file-using-python-script

    simple pyhton script to access a exe file stored on your drive

    Language:HTML1002
  • Rifat392000/StatisticsForDataScience

    Language:Jupyter Notebook1100
  • shubham-rasal-123/Caesar-Cipher

    This project implements the Caesar Cipher, a classical encryption technique, using Python 3. The program allows users to encrypt and decrypt messages by shifting letters of the alphabet by a specified number of positions. The user inputs a message and the shift value, and the program returns the encoded or decoded text.

    Language:Python1100
  • shubham-rasal-123/Hangman-words

    This project is a Hangman Game built with Python 3, where the player guesses letters to uncover a hidden word. The game selects a random word from a predefined list, and the player has a limited number of incorrect guesses before losing. The program displays the word with underscores representing unguessed letters and updates the word as the player

    Language:Python1100
  • shubham-rasal-123/Password-Generator

    This project is a Password Generator built with Python 3 that creates secure and random passwords based on user-defined criteria. The program allows users to specify the desired password length and whether to include lowercase letters, uppercase letters, numbers, and special characters. The generator then produces a strong, unpredictable password.

    Language:Python110
  • shubham-rasal-123/QR-Code-Generator

    This project is a QR Code Generator built with Python 3 that creates QR codes from user-provided text or URLs. The program generates a scannable QR code image that can be saved and shared, making it useful for links, contact information, or other data. It uses Python libraries like qrcode to generate the codes and Pillow for image formatting.

    Language:Python110
  • iMilchshake/Caesar-Shift

    Python libary for Caesar-Shift encryption, decryption and automatical cracking

    Language:Python0100
  • munnam77/Awesome-Python

    A list of awesome Python frameworks, libraries, software and resources.