Git Product home page Git Product logo

projects's Introduction

Projects

1. WAV to MP3 Conversor

As a musician, I'm used to record demos and share them with my friends to get a feedback. We all know that WAV files are a bit difficult to share because of its size.

Although there are several sites to convert WAV to MP3, this short script allows you to do it locally and protects your files from whatever the site does with them.

Please refer to the library repository in case you have any issues with audio codecs needed: https://github.com/jiaaro/pydub.

2. Password Checker

This short script allows you to check in the wide known site https://haveibeenpwned.com/ if your password was leaked or if it is a safe one.

It can take as many arguments as you want when running from terminal.

This is the process it follows:
  a. It'll hash the passwords provided on the arguments and get the first 5 characters from the hash.
  b. It retrieves a list of hashed passwords (which have been exposed as per the site) that start with those 5 characters.
  c. It compares your hashed passwords with the list retrieved and tells you if you are in danger because of password leakage.

As it is compared locally, your passwords are always secure ;)

3. News_Scrapping

Do you want to avoid those colorful photos that mess up with your concentration when reading the news?

This script will allow you to have a feed with all the titles and links of the news of a site. 
In this case, I've worked with Ámbito, which is an argentinian economics and finance newspaper.
You can either print them into the console when executing or export them to a basic html file.

It also includes a filter to search for a particular word or phrase. It will tell you if the word or phrase don't return any results.

projects's People

Contributors

serugeneris avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.