A program to calculate the are of a triangle made with Python
What is Area-Calculator? Area-Calculator is a program to find out the area of a triangle easily. fully made with Python. Needed How to? Download the file and open it with python or copy the code, go to and paste it. To change the height or width of sides, change it from the code like this👇 Don’t forget to give a star⭐and feel free to fork. GitHub View Github
Read moreLovely 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 moreOLDBot (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 moreA simple password manager with python
# PasswordManagerX simple password manager. Password Manager X Commands: create [password_desc] [password_len] – generating passwords. append – appending your passwords. list [read_value] – listing the logs. truncate – truncating log file.
Read moreA 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 moreUse 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 moreMotion 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 moreA 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 moreCPF 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