Fmog: Fortinet Mass Object Generator

This script will take a list of IP addresses and create address objects with the same name. It will also add them to a group using the append function. Future updates include: error control importing address list from a file handling CIDR/subnetmask conversion formatting object/group names Running in Linux: -Make it executable -Run from command line Usage: GitHub View Github    

Read more

Python script for getting mp3 files from youtube playlist

python script for getting mp3 files from youtube playlist. Do your non-tech brown relatives ask you for downloading music from the internet and upload it to their mobile phones? You can’t say no to them because you love them? Look no further, you are in the right repo xD Overview It’s a simple pytube and moviepy implementation. It retrieves the URLs of the videos of the playlist and converts them to mp3 upon downloading. Prerequisites You will need have Python3 […]

Read more

Python script for converting .json to .md files using Mako templates

Just install poetry and update script dependencies Put your settings in settings.py and .json data (optionally, with attachments) in data folder you set in settings.py Add your Mako template to templates/ folder Create your template variable in templates.py Write your own handler and put it to handlers/ folder Change main.py file using your template and handler Contribute if you want GitHub View Github    

Read more

Sathal’s Python Projects Repository

Purpose and Motivation I come from a mainly C Programming Language background and have previous classroom experience with Java through OOP courses. I am interested in learning and gaining familiarity with the Python Programming Language now. This repository mainly serves as a place for me to store my projects as I explore the language 🙂 So far all of the mini projects I’ve completed come from the following site:https://www.upgrad.com/blog/python-projects-ideas-topics-beginners/ Running list of general concepts I’ve been able to try in […]

Read more

Fixes your Microphone Level to one specific value

Fixes your Microphone Level to one specific value. A friend of mine has the problem that some programs are setting his microphone level up to 100.Now he can use this script to lower his level automaticly on boot. Open the Project in a IDE of your choice. I developed it in PyCharm.Execute the main.py. The Program will promt “Input wish percentage:” ,if you dont have the level.cfg. You will have to type in what percentageyou want your microphone to have. […]

Read more

Formerly Codalab Competitions v2

(formerly Codalab Competitions v2) Installation $ cp .env_sample .env $ docker-compose up -d $ docker-compose exec django ./manage.py migrate $ docker-compose exec django ./manage.py generate_data $ docker-compose exec django ./manage.py collectstatic –noinput You can now login as username “admin” with password “admin” at http://localhost:8000 If you ever need to reset the database, use the script ./reset_db.sh Running tests # Non “end to end tests” $    

Read more
1 12 13 14 15 16 18