Lovely Scrapper With Python

Join https://t.me/LOVELY_NETWORK 𝗥𝗢𝗖𝗞𝗦𝗧𝗔𝗥🇮🇳#𝗧𝗦𝗙𝗡𝗘𝗧𝗪𝗢𝗥𝗞: LOVELY MEMBERS SCRAPPING For Installation Of Script First Open Termux App Step 1 apt update && apt upgrade Step 2 pkg install -y git python Step 3 pkg update && pkg upgrade Step 4 Step 5 git clone https://github.com/attitudeking1/Lovely-Scrapper.git Step 6 Step 7 Step 8 pip install -d requirements.txt    

Read more

OLDBot (Online Lessons Discord Bot)

Version: 0.0.1 This program is designed to facilitate online lessons. With this you don’t need to get up early. Just config and watch the program resolve itself. It automatically enters to the lesson at the specified start time, mutes itself and enters a text that we set. Features Automatically join voice channels Auto self mute Send custome message to text channel. Usage A config.json file is needed at the same directory as the program (OLDBot) in. We can config the […]

Read more

A music player designed for a University Project

A music player designed for a University Project. Very flexibe and easy to use, a real life working application with user friendly controls. Hope u enjoy!! This player is designer using Tkinter pillow pygame Shutil os datetime The main thing is here that you ony need to add songs to the playlist from the location where they are stored and then you dont need to worry about any other thing they will be there in your playlist until you delete […]

Read more

Use deep neural network to predict the sentiment of movie review

IMDB-text-classification-sentiment-prediction Easy to start.Use deep nerual network to predict the sentiment of movie review.Various methods, word2vec, tf-idf and df to generate text vectors.Various models including lstm and cov1d.Achieve f1 score 92. Run python text_wash.py in the data_process folder Run python data_process_word2vec.py, python data_process_tf_manual.py, python data_process_tfidf.py under the data_process folder, this step takes a long time Use bash main.sh word2vec to perform text classification training using word2vec word vectors as training data, and use bash view.sh word2vec to view the redirected […]

Read more

Motion library for Ingenia servo drives with python

Ingeniamotion is a library that works over ingenialink and aims to simplify the interaction with Ingenia’s drives. Requirements Build Module Install locally: python setup.py build_ext -i python setup.py install Generate .whl file: python setup.py build_ext -i python setup.py bdist_wheel Generate documentation For develop the documentation it’s recommended uninstall the ingeniamotion in the pipenv and remove all the .pyd    

Read more

A small and fun Discord Bot that is written in Python and discord-interactions

A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py) If you want to host the bot by yoursel, you must do these steps: Put your bot’s token in ./data/config.json. You can get your bot’s token at here Install required libraries in requirements.txt by using pip discord.py is discontinued. However, a new fork called pycord was created and has been developed based on the beta version(2.0) of discord.py will be for discord-interactions and legacy branch […]

Read more

CPF and CNPJ consultation at the Federal Revenue with Web-Scraping

Repositório contendo scripts Python que realizam a consulta de CPF e CNPJ diretamente no site da Receita Federal. Requerimentos Python 3.x instalado; Driver do navegador que será utilizado. Clique aqui para mais informações; Caminho do driver baixado adicionado ao PATH. Instalação Na pasta do repositório, execute o comando: pip install -r requirements.txt Alterações necessárias Para a execução, é necessário adaptar o código para o navegador que será utilizado. Por padrão o código utiliza o navegador Microsoft Edge. Modificar se necessário: […]

Read more

Super simple bar charts for django admin list views visualizing the number of objects based on date_hierarchy using Chart.js

Super simple bar charts for django admin list views visualizing the number of objects based on date_hierarchy using Chart.js. This package serves as a ready-made drop-in solution with Chart.js included. This way you can super-charge your django admin with date-based bar charts in less than a minute 🙂 Examples Requirements Installation Install Django admin list charts from PyPI by using pip: pip install django-admin-list-charts Add ‘admin_list_charts’ entry to Django    

Read more
1 359 360 361 362 363 928