
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Pacote feito para criar gráficos (linha, ponto, barra e pizza) com diversos tipos de dados.
Bibliotecas que são utilizadas e já são instaladas ao baixar o pacote:
pip install graphicsmilens
Inicialmente você realiza a importação do pacote e depois cria uma instância da classe criada passando como parâmetro o arquivo csv, em seguida, faz a chamada da função. Assim seu gráfico estará pronto.
from graphicsmilens import Graficos
variavel = Graficos('nome_arquivo.csv')
variavel.barra('coluna1','coluna2',legenda = 'legenda', tit = 'Grafico de barra' , xlabel = 'x', ylabel = 'y')
from graphicsmilens import Graficos
variavel = Graficos('nome_arquivo.csv')
variavel.linha('coluna1','coluna2',legenda='legenda do grafico',tit='titulo do grafico',xlabel='x',ylabel='y')
from graphicsmilens import Graficos
variavel = Graficos('nome_arquivo.csv')
variavel.ponto('coluna1','coluna2',legenda='legenda do grafico',tit='titulo do grafico',xlabel='x',ylabel='y')
from graphicsmilens import Graficos
variavel = Graficos('nome_arquivo.csv')
cores = ['red','green','black','pink','blue']
labels = [r'vendas', r'gastos',r'despesas', r'imoveis',r'aluguel']
variavel.pizza('coluna1','Gráfico de Vendas Lanchonete',labels,cores)
O graphicsmilens é distribuído sob a Licença MIT.Você é livre para usar, modificar e distribuir este pacote de acordo com os termos da licença.
FAQs
Pacote gerador de gráficos
We found that graphicsmilens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.