Skip to content
Cienapps
  • Python
Menu Close
  • Python

Programing website

Python Script to determine if a number is prime

  • Post author:Sebas
  • Post published:April 16, 2022
  • Post category:JavaScript
  • Post comments:0 Comments

hello guys in I share this short script that you can use to determine if a number is Prime or if it is not you can copy and paste it…

Continue ReadingPython Script to determine if a number is prime

Python Script to convert pdf to image one command line

  • Post author:Sebas
  • Post published:April 13, 2022
  • Post category:JavaScript
  • Post comments:0 Comments

script to convert pdf to image using Python 3 simple command line you can use it by just copy and paste in your console and run it and see the…

Continue ReadingPython Script to convert pdf to image one command line

Python Script to draw a simple circle using turtle

  • Post author:Sebas
  • Post published:April 13, 2022
  • Post category:Python
  • Post comments:0 Comments

pythoPython Script to draw a simple circle using turtle you can copy and paste the code in your terminal and run it if you have any questions please let me…

Continue ReadingPython Script to draw a simple circle using turtle

Python3 Script to convert seconds to hours

  • Post author:Sebas
  • Post published:April 11, 2022
  • Post category:Python
  • Post comments:0 Comments

script to convert seconds to hours using Python 3 simple command just copy and paste in your terminal and run it. #("Times", "24", "bold italic") #("Helvetica", "16") import tkinter class…

Continue ReadingPython3 Script to convert seconds to hours

Math calculator using Python 3 full project for beginners

  • Post author:Sebas
  • Post published:April 11, 2022
  • Post category:Python
  • Post comments:0 Comments

In this post I have shared with you this script to create a math calculator using Python 3 jus copy and paste the code and run. i hope you find…

Continue ReadingMath calculator using Python 3 full project for beginners

Script to scrape Instagram user followers using Python 3

  • Post author:Sebas
  • Post published:April 11, 2022
  • Post category:Python
  • Post comments:0 Comments

Python Script to scrape Instagram users followers just copy and paste and then run it this script import pandas as pd from instagramy.plugins.analysis import analyze_users_popularity session_id = "38566737751%3Ah7JpgePGAoLxJe%334" teams =…

Continue ReadingScript to scrape Instagram user followers using Python 3

Tic tac toe game source code using Python and tkinter

  • Post author:Sebas
  • Post published:April 9, 2022
  • Post category:Python
  • Post comments:0 Comments

# Tic Tac Toe game with GUI # using tkinter # importing all necessary libraries import random import tkinter from tkinter import * from functools import partial from tkinter import…

Continue ReadingTic tac toe game source code using Python and tkinter

Python Script to show current time full project for beginners

  • Post author:Sebas
  • Post published:April 9, 2022
  • Post category:JavaScript
  • Post comments:0 Comments

Hello programmers, here is a simple piece of code so you can print the current time using python 3, I hope it will be useful to you import pandas as…

Continue ReadingPython Script to show current time full project for beginners

Send sms automatically without opening the app

  • Post author:Sebas
  • Post published:April 9, 2022
  • Post category:Python
  • Post comments:0 Comments

hello guys in this post I leave you a short piece of code so you can send text messages without having to open the application again and again public void…

Continue ReadingSend sms automatically without opening the app

python 3 script to upload file to dropbox 2021

  • Post author:Sebas
  • Post published:April 2, 2022
  • Post category:Python
  • Post comments:0 Comments

hi you can use this short piece of code you can upload all the files to your dropox account just changing the routes with your data import sys import dropbox…

Continue Readingpython 3 script to upload file to dropbox 2021
  • 1
  • 2
  • 3
  • Go to the next page

Search something

Categories

  • JavaScript
  • Python
Copyright - OceanWP Theme by OceanWP