Posts daily word definitions on Twitter wtih python

Word Of The Day bot Post daily word definitions on social media. Twitter account: https://twitter.com/WordOfTheDay_B Introduction The goal of this project is to create a bot that posts a “word of the day” style update,which contains a random word and its definition. The main process flow is the following: Retrieve a random word and its definition through the use of a 3rd-party API Generate an HTML page with the retrieved data using a template Render the HTML page into an […]

Read more

A Google Maps Tool Collects What’s Available For A User-specified Region In The Form Of A GIF

google-maps-at-88-mph The folks maintaining Google Maps regularly update the satellite imagery it serves its users, but outdated versions of the imagery are kept around in for a year or two. This Python-based tool automatically crawls its way through these versions, figuring out which provide unique imagery and downloading it for a user-defined (that’s you! you get to define things!) area, eventually assembling it in the form of a GIF. This weekend project is based on ærialbot, a previous weekend project […]

Read more

Control the lights of Alienware computers under GNU/Linux systems

akbl Since 2019~ many users with recent alienware computers are facing issues, probably because DELL has changed the usb protocol and it is different from old computers. Those computers are not yet supported. Some information can be found in the open issues. AKBL is a software to control the lights of Alienware computers (The keyboard, the logo, the speakers, etc..). Graphical Interface The GUI is designed to be easy and comfortable to use, it will allow you to easily create, […]

Read more

SPECTRUM : Spectral Analysis in Python

SPECTRUM Spectrum contains tools to estimate Power Spectral Densities using methods based on Fourier transform, Parametric methods or eigenvalues analysis: The Fourier methods are based upon correlogram, periodogram and Welch estimates. Standard tapering windows (Hann, Hamming, Blackman) and more exotic ones are available (DPSS, Taylor, …). The parametric methods are based on Yule-Walker, BURG, MA and ARMA, covariance and modified covariance methods. Non-parametric methods based on eigen analysis (e.g., MUSIC) and minimum variance analysis are also implemented. Multitapering is also […]

Read more

An open-source package for automatized pattern generation for nano-structuring

GDSHelpers GDSHelpers in an open-source package for automatized pattern generation for nano-structuring. It allows exporting the pattern in the GDSII-format and OASIS-format, which are currently mainly used for describing 2D-masks. Currently, the focus is mainly on photonic and superconducting circuitry. The library consists of growing list of parts, which can be composed into larger circuits. So far, the following parts are implemented: A waveguide part, allowing easy chaining of bends and straight waveguides. Includes parameterized paths and Bézier curves. Automatic […]

Read more

A Python profiler to help you optimize your code – make it faster

pyinstrument Pyinstrument is a Python profiler. A profiler is a tool to help you optimize your code – make it faster. To get the biggest speed increase you should focus on the slowest part of your program. Pyinstrument helps you find it! Installation pip install pyinstrument Pyinstrument supports Python 3.7+. To run Pyinstrument from a git checkout, there’s a build step.Take a look at Contributing for more info. Documentation To learn how to use pyinstrument, or to check the reference, […]

Read more

Quickly download, clean up, and install public datasets into a database management system

retriever Finding data is one thing. Getting it ready for analysis is another. Acquiring, cleaning, standardizing and importing publicly available data is time consuming because many datasets lack machine readable metadata and do not conform to established data structures and formats. The Data Retriever automates the first steps in the data analysis pipeline by downloading, cleaning, and standardizing datasets, and importing them into relational databases, flat files, or programming languages. The automation of this process reduces the time for a […]

Read more

Gmail account using brute force attack in python

Gmail-Hack Gmail account using brute force attack, Programmed in Python | PySimpleGUI Python script with PySimpleGUI for hack gmail account using brute force attack Usage: Python3+ git clone https://github.com/adrijano/Gmail-Hack.git cd Bitcoin-wallet-cracker && pip install -r requirements.txt python gmail_hack.py Windows cd dist start gmail_hack.exe GitHub https://github.com/adrijano/Gmail-Hack    

Read more

Phone number info build with Python

phone-number-info Phone number info build with Python. Programmed in Python | PySimpleGUI Simple program show carrier, region and timezone of phone number. Python3+ git clone https://github.com/adrijano/phone-number-info.git cd phone-number-info && pip install -r requirements.txt python phone.py Windows cd dist phone.exe GitHub https://github.com/adrijano/phone-number-info    

Read more

Real-time cryptocurrencies prices in python

crypto-watcher Crypto-watcher is simple program showing price of cryptocurrency in USD and EUR. It’s simple to use and everyone can use it. New update added more cryptocurrencies and GBP List of cryptocurrencies 1) Btc – Bitcoin 2) Eth – Ethereum 3) Xrp – Ripple 4) Ltc – Litecoin 5) Bch – Bitcoin cash 6) Pax – Paxos standard 7) Xlm – Stellar 8) Link – Chainlink 9) Omg – OMG Network 10) Knc – Kyber Network 11) Mkr – Maker […]

Read more
1 529 530 531 532 533 913