Let’s Play with Python3

Related tags

Miscellaneous python
Overview
Comments
  • Giant Update

    Giant Update

    This is a MASSIVE update. The better version of the pull request #34 I made earlier.
    This pull request adds a new program named "box" (I also made a wiki page for it) and some changes with some text in the programs "Raspberry Pi Detector" and "areas" and changes to the contribution guidelines.
    Here is the full list of changed stuff.

    Added a page for the "box" program in this pull request.
    Changed some text in the program "Areas".
    Added a program called "box" Changed text in the program "Raspberry Pi Detector".
    Added the "box" programs wiki page to the page index.

    documentation enhancement help wanted 
    opened by bupboi1337 12
  • Raspberry Pi Detector

    Raspberry Pi Detector

    So I made this python script to try and detect a Raspberry Pi connected locally on your network. This is kinda useful when your trying to see if you can connect to your Raspberry Pi from your PC. It works by using the OS module to send a Ping Request to raspberrypi.local, The default local IP address for the Raspberry Pi. If the ping request goes through then a message will say there is a pi on your network, if it fails it will say that there is probably no pi on your network.

    Tl;Dr I made python script that scans for a Raspberry Pi and tells the user if there is one on their local network or not.

    opened by bupboi1337 2
  • Codespell finds typos

    Codespell finds typos

    $ codespell

    ./PyPrograms/tkinter/helloworld/helloworld.py:3: thier ==> their
    ./PyPrograms/tkinter/helloworld/helloworld.py:8: Initilize ==> Initialize
    ./PyPrograms/tkinter/helloworld/helloworld.py:8: initilized ==> initialized
    ./PyPrograms/tkinter/helloworld/helloworld.py:9: Initilize ==> Initialize
    ./PyPrograms/tkinter/box/box.py:3: thier ==> their
    ./PyPrograms/tkinter/box/box.py:7: Initalize ==> Initialize
    ./PyPrograms/decimal-to-binary/readme.md:8: interpretor ==> interpreter
    ./PyPrograms/decimal-to-binary/readme.md:13: Contributers ==> Contributors
    ./PyPrograms/contacts/readme.md:8: Requirments ==> Requirements
    ./PyPrograms/contacts/readme.md:9: interpretor ==> interpreter
    ./PyPrograms/contacts/readme.md:15: Contributers ==> Contributors
    ./PyPrograms/contacts/readme.md:19: grammer ==> grammar
    ./PyPrograms/contacts/main.py:31: OCCURED ==> OCCURRED
    ./PyPrograms/contacts/main.py:130: SUCESSFULLY ==> SUCCESSFULLY
    ./PyPrograms/contacts/encrypt10n.py:86: WONT ==> WON'T
    ./PyPrograms/contacts/encrypt10n.py:100: CONVET ==> CONVERT
    ./PyPrograms/contacts/docs/reset-data.py:10: sucess ==> success
    ./PyPrograms/contacts/docs/reset-data.py:11: SUCESSFUL ==> SUCCESSFUL
    ./PyPrograms/contacts/docs/requirements.txt:4: interpretor ==> interpreter
    ./PyPrograms/contacts/docs/requirements.txt:6: recommand ==> recommend
    ./PyPrograms/raspberry-pi-detector/readme.md:6: thier ==> their
    ./PyPrograms/raspberry-pi-detector/rpi-detector.py:16: sucessfully ==> successfully
    ./PyPrograms/sysinfo/readme.md:3: Informaiton ==> Information
    ./PyPrograms/sysinfo/readme.md:7: informaiton ==> information
    ./PyPrograms/sysinfo/sysinfo.py:1: Informaiton ==> Information
    ./PyPrograms/areas/readme.md:7: interpretor ==> interpreter
    ./PyPrograms/areas/readme.md:12: Contributers ==> Contributors
    ./PyPrograms/areas/areas.py:17: nwe ==> new
    ./PyPrograms/equations/readme.md:8: interpretor ==> interpreter
    ./PyPrograms/equations/readme.md:13: Contributers ==> Contributors
    ./PyPrograms/box/readme.md:12: thier ==> their
    ./PyPrograms/box/box.py:1: Becuase ==> Because
    
    opened by cclauss 0
  • Undefined name 'a' on line 11 of rpi-detector.py

    Undefined name 'a' on line 11 of rpi-detector.py

    Describe the bug Fixed in #55

    A clear and concise description of what the bug is and what program(s) has the bug.

    $ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

    ./PyPrograms/raspberry-pi-detector/rpi-detector.py:11:33: F821 undefined name 'a'
    ping = os.system("ping -c 1 " + a) # Ping the local address raspberrypi.local on the LAN network
                                    ^
    1     F821 undefined name 'a'
    1
    

    To Reproduce Steps to reproduce the behavior:

    1. Go to '...'
    2. Click on '....'
    3. Scroll down to '....'
    4. See error

    Expected behavior A clear and concise description of what you expected to happen.

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • OS: [e.g. iOS]
    • User Permission Level: [e.g. Admin]
    • Python Version [e.g. 3.1]

    Additional context Add any other context about the problem here.

    opened by cclauss 0
  • Box (Non TKinter) is breaking showing missing character symbols on online interpreters.

    Box (Non TKinter) is breaking showing missing character symbols on online interpreters.

    Describe the bug The bug occurs when running the program Box. In a online interpreter it appears with missing character symbols and seems to be using a lot of RAM compared to a normal python program. I think it's doing this because it is running out of RAM and breaking. Running it on my PC with the python interpreter works perfectly fine.

    To Reproduce Steps to reproduce the behavior:

    1. Go to pretty much any online python interpreter
    2. Run the Box Program
    3. See the missing character symbols

    Expected behavior The program will show a Box with some text inside with the box being made out of characters from the Extended Ascii Character Set.

    Screenshots image

    Desktop (please complete the following information):

    • OS: ???
    • User Permission Level: ???
    • Python Version: 3

    Additional context It only seems to occur on python interpreters online.

    bug 
    opened by bupboi1337 1
Owner
Jym Patel
Jym Patel
A framework that let's you compose websites in Python with ease!

Perry Perry <= A framework that let's you compose websites in Python with ease! Perry works similar to Qt and Flutter, allowing you to create componen

Linkus 13 Oct 9, 2022
Let's pretend you want to create a AWS Lambda project called "sns-processor".

Usage Let's pretend you want to create a AWS Lambda project called "sns-processor". Rather than using lambda and then editing the results to include y

null 1 Dec 31, 2021
Wordle is fun, so let's ruin it with computers.

ruin-wordle Wordle is fun, so let's ruin it with computers. Metrics This repository assesses two metrics about each algorithm: Success: how many of th

Charles Tapley Hoyt 11 Feb 11, 2022
This python application let you check for new announcements from MMLS, take attendance while your lecturer is sharing QR Code on the screen.

This python application let you check for new announcements from MMLS, take attendance while your lecturer is sharing QR Code on the screen.

wyhong3103 5 Jul 17, 2022
Let's make a lot of random function from Scracth...

Pseudo-Random On a whim I asked myself the question about how randomness is integrated into an algorithm? So I started the adventure by trying to code

Yacine 2 Jan 19, 2022
A Python3 script to decode an encoded VBScript file, often seen with a .vbe file extension

vbe-decoder.py Decode one or multiple encoded VBScript files, often seen with a .vbe file extension. Usage usage: vbe-decoder.py [-h] [-o output] file

John Hammond 147 Nov 15, 2022
Python3 Interface to numa Linux library

py-libnuma is python3 interface to numa Linux library so that you can set task affinity and memory affinity in python level for your process which can help you to improve your code's performence.

Dalong 13 Nov 10, 2022
python3 scrip for case conversion of source code files writen in fixed form fortran

convert_FORTRAN_case python3 scrip for case conversion of source code files writen in fixed form fortran python3 scrip for case conversion of source c

null 7 Sep 20, 2022
Rufus port to linux, writed on Python3

Rufus-for-Linux Rufus port to linux, writed on Python3 Программа будет иметь тот же интерфейс что и оригинал, и тот же функционал. Программа создается

null 6 Jan 7, 2022
IEEE ITU bunyesinde komitelere verilen Python3 egitiminin dokumanlastirilmis versiyonlari bu repository altinda tutulmaktadir.

IEEE ITU Python Egitimi Nasil Faydalanmaliyim? Dersleri izledikten sonra dokumanlardaki kodlari yorum satirlari isaretlerini kaldirarak deneyebilirsin

İTÜ IEEE Student Branch 47 Sep 4, 2022
This Python3 script will monitor Upwork RSS feed and then email you the results.

Upwork RSS Parser This Python3 script will monitor Upwork RSS feed and then email you the results. Table of Contents General Info Technologies Used Fe

Chris 5 Nov 29, 2021
Rufus port to linux, writed on Python3

Rufus-for-Linux Rufus port to linux, writed on Python3 Программа будет иметь тот же интерфейс что и оригинал, и тот же функционал. Программа создается

null 10 May 12, 2022
py-js: python3 objects for max

Simple (and extensible) python3 externals for MaxMSP

Shakeeb Alireza 39 Nov 20, 2022
Advanced IPv4 Subnet Calculator in Python3

Advanced IPv4 Subnet Calculator in Python3 Table of Contents Getting Started Installation How it works? SVI Configuration Template Previews Getting St

Osama Abbas 1 May 10, 2022
An extremely configurable markdown reverser for Python3.

?? Unmarkd A markdown reverser. Unmarkd is a BeautifulSoup-powered Markdown reverser written in Python and for Python. Why This is created as a StackS

ThatXliner 5 Jun 27, 2022
Игра реализована с помощью языке python3.9, библиотеки pygame

Игра в танки Игра реализована с помощью языке python3.9, библиотеки pygame. Игра имеет несколько уровней. Правила: есть танки, которые стреляют, есть

null 1 Jan 1, 2022
☘️ Projet Voltaire Solver in Python3

☘️ Projet Voltaire Solver in Python3

Bidouffe 8 Dec 2, 2022
🏃 Python3 Solutions of All Problems in GKS 2022 (In Progress)

GoogleKickStart 2022 Python3 solutions of Google Kick Start 2022. Solution begins with * means it will get TLE in the largest data set. Total computat

kamyu 38 Dec 29, 2022
msImpersonate - User account impersonation written in pure Python3

msImpersonate v1.0 msImpersonate is a Python-native user impersonation tool that is capable of impersonating local or network user accounts with valid

Joe Helle 90 Dec 16, 2022