Giter Club home page Giter Club logo

python-scripts's People

Contributors

abbhiishek avatar advaita-saha avatar afzl210 avatar agnxsh avatar arshergon avatar ayudh-65 avatar bartick avatar farhan-2222 avatar github-actions[bot] avatar hvbajoria avatar icelain avatar ighoshsubho avatar khushi260 avatar kunalp02 avatar montekkundan avatar mr-dj avatar msvelan avatar muratonuryildirim avatar n00rahmed avatar pgautam27 avatar prajwol-shrestha avatar priddhesh avatar rahulkarda avatar raihankhan-rk avatar shreyan-naskar avatar siddheshkukade avatar sourodip20kar avatar vallabhiaf avatar varunkt001 avatar yunghog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

python-scripts's Issues

Image Scraping Script

programmers often need to scrape images from the web.
I am thinking of creating a image scraping script that will download images with a given URL

Image Compressor

Is your feature request related to a problem? Please describe

In a lot of different places while uploading pics we get an error, that the file size limit exceeded. This created a lot of mess and we somehow have to crop the image, and make it suitable

Describe the solution you'd like

Make a CLI based image compressor. It should take the image file path as a command-line argument, and then store the compressed file as "compressed-<file_name>."

Please comment your approach towards this, and we are happy to assign this to you

tiff to png/jpeg converter

Is your feature request related to a problem? Please describe

.tiff files take up a lot of space they are hard to store

Describe the solution you'd like

I would like to convert large .tiff files to small size .png and .jpeg files

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

.arff to .csv/.xlsx converter

Is your feature request related to a problem? Please describe

.arff is an outdated documentation format to store data.

Describe the solution you'd like

I would like to create a function that converts .arff files to .csv/.xlsx format which is supported by up-to-date libraries.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

Chatbot AI ๐Ÿค–

Is your feature request related to a problem? Please describe

We as developers are very lonely ๐Ÿ˜” and mostly talk to our computer. Take this obsession one step further, and create a chatbot. IG that enough so explanation of why to create this one ๐Ÿ™‚

Describe the solution you'd like

Create a chatbot to give our tormented soul some peace. Try to give it some personality too. For reference, use this article , or watch this youtube video

hexadecimal color to rgb value

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I don't see any hex-to-rgb converter here.

Describe the solution you'd like

A clear and concise description of what you want to happen.
A python code to change hexadecimal value to RGB value.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

Password Security level Checker

Is your feature request related to a problem? Please describe

Password Security level Checker

Describe the solution you'd like

A python Script which takes a Password as input and compute how much secure the string is between the scale of 1 to 10.

Describe alternatives you've considered

What we can do else is compare the password with set of instruction and find the flaws

Bulk File Renamer

Is your feature request related to a problem? Please describe

I don't see any method to rename multiple files in Linux. Specially if we want to rename them differently, we have to select and rename each file individually.

Describe the solution you'd like

A terminal based program to help rename all the files in any given directory, with options to rename files only by extension, or to rename only a particular set of files.

Describe alternatives you've considered

mv command can be used as an alternative, but it won't solve the issue.

Additional context**

Screenshot of the script i propose to add via PR

d

add a CSV to excel converter

Is your feature request related to a problem? Please describe

there is no CSV to excel converter

Describe the solution you'd like

make a CSV -> excel converter

PNG to PDF converter

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I don't see any script in this repository which converts PNG to PDF.

Describe the solution you'd like

A clear and concise description of what you want to happen.
I would like to add a png to pdf converter here.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

Speed Typing Test

Is your feature request related to a problem? Please describe

Create a program, test the typing speed of the user with a basic GUI application using Python language.

Describe the solution you'd like

Make GUI based typing speed tester, which will show the speed of the user by word per minute

NFT downloader

Is your feature request related to a problem? Please describe

Web3 is the new thing, so let's be the geeks, and build an CLI tool to download NFT.

Describe the solution you'd like

Create an CLI tool to download NFT by giving the contract address of the NFT as the input

URL Shortner Script

Is your feature request related to a problem? Please describe

While sharing links from different websites, it gets pretty long and difficult to share and understand

Describe the solution you'd like

Make a CLI based program that can take input of the link, and give a shortened version of the link. You are free to use any API which is FREE.

Please comment your approach towards this, and we are happy to assign this to you

Weather teller

Is your feature request related to a problem?

A python script which can detect the weather of a place , just only by giving its name as input.

Describe the solution you'd like

Add this script.

Describe alternatives you've considered

None

Additional context**

Add any other context or screenshots about the feature request here.

RGB to Hexadecimal

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There isn't a code in this repository that converts RGB to hex value.

Describe the solution you'd like

A clear and concise description of what you want to happen.
A RGB to Hex converter using python programming

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

Text To Speech Converter

Is your feature request related to a problem? Please describe

A script which converts text to speech

Describe the solution you'd like

There are several APIs available to convert text to speech in Python. One of such APIs is the Google Text to Speech API commonly known as the gTTS API. gTTS is a very easy to use tool which converts the text entered, into audio which can be saved as a mp3 file.

Describe alternatives you've considered

We can also use pyttsx3 instead of gTTS

Can you please assign this issue to me

Computer stat checker

Is your feature request related to a problem? Please describe

Let's see how your computer is doing, let's make a computer stat checker to see how your computer's CPU and RAM is doing.

Describe the solution you'd like

Build a CPU and RAM checker to see how much resources is being used by your pc, and it would be pretty cool if it can also check the temperature for your pc

Find the location of an IP address.

Sometimes you'll need to know the location of an IP address, whether it's your own or that of a site you're using.

One use-case for this is when you want to send login information to users for your website.

IHere we're going to see how you can find the location of an IP address using Python.

Slice mp3 files into smaller portions

Is your feature request related to a problem? Please describe

We always wanted to have only a particular part of an audio/mp3 file. This python script does exactly for you.

Describe the solution you'd like

This python program slices a portion of an audio file of a specific length according to the user and will also save at a particular path which also can be controlled by the user itself.

Describe alternatives you've considered

We have to use online websites in which the process is usually cumbersome.

Additional context**

Just add your file path and your export path along with the duration you want to cut the audio file. The rest is magic. Check your export path a new file would be there.

extract audio from video

Is your feature request related to a problem? Please describe

sometimes i am only want to audio of video . For other use of audio.

Describe the solution you'd like

program take video path and save audio in mp3 format.

##I would love to work on this issue. Please assign it to me.

Time Series Stationarity Test

Is your feature request related to a problem? Please describe

While examining a time series data, measuring stationarity is important to process further. Hence, a function for stationarity measurement would be quite handy.

Describe the solution you'd like

Create a function that returns if the time series is stationary or not, based on p-value.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

Code to create GIF from video files

Is your feature request related to a problem? Please describe

There was no code related to this project, so here is the code creating GIF files from video files.

Describe the solution you'd like

I used moviepy module to create the program. Hope it helps.

Screenshots Tool

Is your feature request related to a problem? Please describe

It's always handy to have an easy-to-use screenshot tool.

Describe the solution you'd like

Make an easy-to-use screenshot tool with all modern features like click a selected screen space. You can use modules like pyscreenshot to make the application.

RGB to Grayscale

Is your feature request related to a problem? Please describe

Converting RGB images to grayscale is necessary for some problems and it supports to compress memory and fasten the processing.

Describe the solution you'd like

A script or a function that can convert RGB images to grayscale would be beneficial for both daily and professional work.

Describe alternatives you've considered

Building a function that do not require lots of dependencies to provide a easy to use tool.

Additional context**

Could you please assign me to that?

Extract text from PDF

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. Most companies have a collection of PDF documents they would like to extract data from.

Describe the solution you'd like

A clear and concise description of what you want to happen.
using PyPDF2 package

Screen recorder

Is your feature request related to a problem? Please describe

A python script which can record screen, made using open CV.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

Calculator Application with GUI

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

Email Validator

Is your feature request related to a problem? Please describe

Email validity is a serious problem when performing specific tasks like cold-emailing, marketing, etc., to prevent bounce emails.

Describe the solution you'd like

A python script that takes input as an email address and checks whether the email address is valid or not.

Describe alternatives you've considered

Additional context

Example Screenshot:
Screenshot from 2022-10-03 15-43-13

Link not proper

image
the link is not proper in the daily-python scripts' Readme.md file.

Automated QR code generator.

Is your feature request related to a problem? Please describe

With this program or script we can easily create a QR code from any web link. That will help us to use the QR code in any given situation that is easy to make as many as you want.

Describe the solution you'd like

I want to make a python program which takes a web url and converts that link to a QR code in png format.

Describe alternatives you've considered

We can also generate a QR code using online websites but creating using our own skills is something magical and will strengthen our python knowledge too.

Add CSV to JSON converter

Is your feature request related to a problem? Please describe

Add CSV to JSON converter

Describe the solution you'd like

  • pandas

QR Code Generator

Is your feature request related to a problem? Please describe

There is no code in this repository for QR-CODE Generator yet.

Describe the solution you'd like

Add a script for QR Code Generator using python

pickle to txt or json

Is your feature request related to a problem? Please describe

Pickle implements binary protocols for serializing and de-serializing a Python object structure. It can be hard to read and only used in python.

Describe the solution you'd like

I would like to create a function that converts pickle files to more readable and accessible .txt or .json files.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Could you please assign me that issue :)

Feature Request : Img to Png coverter in python

Is your feature request related to a problem? Please describe

there is not any img to png converter available here

Describe the solution you'd like

I would like to add a script to convert .jpg images to .png images format

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

I can also remove background if required

Password Generator

Is your feature request related to a problem? Please describe

With the new tech-boom and registration in multiple sites, people are running out of creating and managing unique passwords. Make a script, with a CLI which can be used to create unique password every time & also store them for later access.

Describe the solution you'd like

Make a python script, with a CLI which can be used to create unique password every time & also store them for later access.

Please comment your approach towards this, and we are happy to assign this to you

enhancement : To convert a list of images to PDF

Is your feature request related to a problem? Please describe

There are only examples of how to convert a single image to pdf. But we may be required to include multiple images of any extension to be converted to pdf. Hence I would like to introduce a script where I will include various images of .png or .jpg extention and make a single PDF.

Describe the solution you'd like

To add a python script to do the same .

Internet Speed Checker โฉ

Is your feature request related to a problem? Please describe

It's always frustrating to surf the internet to find the network speed we are getting.

Describe the solution you'd like

Will use a script to check the internet speed with build package published in PyPI.
image

Kindly assign โœจ

Simple calculator

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A simple calculator made using python programming is missing.

Describe the solution you'd like

A clear and concise description of what you want to happen.
I would like to add files that can be used as simple calculator.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

ToDo CLI program

Is your feature request related to a problem? Please describe

Its simple and local todo program, which doesnt require internet and mostly you are using CLI anyways

Describe the solution you'd like

ToDo with simple command on CLI

Website Blocker Script

Is your feature request related to a problem? Please describe.
Create an application to block websites of user's choice.

Describe the solution you'd like
Use python to make a website blocker that stops users from going to a website you don't want them to go to. Websites can be added or removed by the admin only.

Please comment your approach towards this, and we are happy to assign this to you

Command line chat application.

Is your feature request related to a problem? Please describe

A CLI chat application.

Describe the solution you'd like

Wants to build a command line chat application in Python using sockets and use python library rich to provide an interface.

Describe alternatives you've considered

As an alternative to rich, we can use colorama for the CLI interface.

Fidget Spinner

I wish to add a Fidget Spinner Simulator script in Python.

Describe the solution you'd like

I wish to add a Fidget Spinner Simulator made using Python that will help everyone have some fun time.

Additional context

Could you please assign me the issue so that I can contribute.

Happy HacktoberFest!

Scheduled Shutdown

Is your feature request related to a problem? Please describe

Sometimes i like to play some music or do some stuffs in PC and when i need to turn it off after sometime i would have to go to PC location to turn it off.

Describe the solution you'd like

I just want the PC to automatically turnoff after specified minutes.

Describe alternatives you've considered

I tried to do it using pre-built windows feature but i had to travel many options.

I would love to work on this issue. Please assign it to me.

Binary to decimal coverter

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
This repository doesn't have a binary to decimal converter.

Describe the solution you'd like

A clear and concise description of what you want to happen.
I would like to add a converter which converts binary to decimal using python programming language.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context**

Add any other context or screenshots about the feature request here.

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.