559 skills found · Page 7 of 19
mauroalberti / QProfPython plugin for QGIS, to create topographic and geological profiles
valentinstn / WhyslowDeveloper-friendly performance profiling utility for Python
vitor-mafra / Bot Do Bandejao🤖🍴 A Python script that scrapes UFMG's restaurants menus and publishes them @bot_do_bandejao Twitter profile
marykcoe / CDFT PackageA python package for classical Density Functional Theory (cDFT). This package allows you to find the equilibrium density profile of an inhomogeneous one-component hard-sphere or truncated Lennard-Jones fluid in contact with a smooth planar surface, smooth solute or confined within a slit with smooth walls. These surfaces and solutes can be hard or feature attractions with the fluid. This package uses Fundamental Measure Theory and supports the Rosenfeld, White-Bear and White-Bear Mark II functionals.
vgvr0 / TikTok Video Downloader PythonDownload TikTok videos with Python using the tiktok_scraper library. It provides a simple command-line interface to download videos from TikTok profiles and includes additional functionalities
italia / Eudi Wallet It PythonPython toolchain for building an OpenID4VP RP with a SATOSA backend compliant with the Italian Wallet implementation profile
saitta-s / Flow4DPython code for processing 4D flow dicoms and write velocity profiles for CFD simulations.
cococastano / PythonDryEtchModelPython tool for modeling silicon etch profile from the dry plasma etching tool in the SNF
shabir-mp / WiFi Password CrackerWiFi Security & Router Diagnostics is a cross-platform Python script that retrieves saved WiFi profiles and their details including passwords, authentication type, encryption, and radio band on Windows, Linux, and macOS.
rmevorac / Job Hunter 3000A Python-based app that automates LinkedIn networking. Scrapes profiles based on specific criteria, sends personalized messages, tracks outreach, and prevents spam with rate limiting. Future plans include auto-apply and AI-driven message customization.
rfyiamcool / Profiler Onlineuse profiler_online to profile python app easily
srlcarlg / Srl Python IndicatorsOrder Flow Ticks, Volume/TPO Profile, Weis & Wyckoff System and more for Python with mplfinance/plotly!
thumpersecure / Spicy Cat💋 An online privacy tool that generates realistic digital personas and human-like behavioral noise to disrupt profiling, correlation, and attribution. For best results use TOR and Firefox. Coded in Python.
cusaldmsr / CusaldmsrPersonal GitHub profile showcasing my skills in Java, Kotlin, React, Python, and more. Open to collaborations on Java, Kotlin and Flutter projects. Let's connect!
victoryckl / Gcc For Android最简单的方法: 首先下载个GCC Plugin for C4droid 官方下载地址:https://market.android.com/details?id=com.n0n3m4.gcc4droid 或者这个地址,感谢Oxt提供的(ps:网上搜的):http://115.com/file/bhtwhm5k# com.n0n3m4.gcc4droid-1.apk 我自己上传的是这个(gcc.zip,也就是拿出来的文件):http://115.com/file/belmf820# 然后,在WIN下可以用解压的方法提取出里面的gcc.zip。因为GCC是免费的,而且GCC的条款的规定可以让我们合法利用这个。也就是说我们所做的并非是什么偷鸡摸狗之事。或者,在LINUX下直接打开文件,解压出来。方法是一样的,在MAC上也是如此。 [python] view plaincopyprint? adb remount adb shell adb push gcc /sd-ext/home/gcc 也就是将文件放到手机上的某个地方,因为将这个作为HOME目录的关系,所以也是这个作为gcc的目录。 然后,gcc/bin下的两个文件为gcc g++,比较方便 接着修改下home目录的.profile,添加上这么几行 [python] view plaincopyprint? export GCCHOME="/sd-ext/home/gcc" export GCCPATH=$GCCHOME/bin:$GCCHOME/arm-linux-androideabi/bin:$GCCHOME/libexec/ export PATH=$PATH:$GCCHOME:$GCCPATH ] 试着写个hello.c运行下。也就是传说中的android gcc,很帅吧 关于android bash的方法,自带的终端用的是sh不是bash,也因此我们可以用这个,比较吸引人。 下载地址:http://115.com/file/belm038k# 方法就是push到那些文件中,然后就OK了。 Android上使用python也是如此方法,除了在.profile上些许不同之外,都是将文件push到home目录就行了。 搜索sl4a,下载地址:code.google.com/p/android-scripting/ [python] view plaincopyprint? export PYTHONHOME="/sd-ext/home/usr/python2.6" export PYTHONPATH=.:$PYTHONHOME:$PYTHONHOME/site-packages export PATH=$PATH:$PYTHONHOME:$PYTHONPATH
obidam / PyxpcmA Python implementation of Profile Classification Modelling (PCM) for xarray
cclgroupltd / Chrome Profile ViewPython web app for previewing data in a Chrome Profile Folder
TomasBeuzen / PybeachA Python package for locating the dune toe on cross-shore beach profile transects.
undetectable-io / Undetectable Profile Creation SeleniumHow to create Undetectable profiles with API, set proxies in profiles and connect them with Selenium using Python
CodexLink / Discord Activity BadgeBridge your discord's state and activity to a representable badge on your repository / profile to show your discord's current status. Powered by Docker and Python + AsyncIO + discord.py + aiohttp.