Showing 28 open source projects for "python basic project"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    Simple source files and compiled JAR Java programs, for benchmark 50 000 000 cycle finding prime numbers. On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Personal Study Planner

    Personal Study Planner

    Python program that create a personalized study plan for your exams.

    ... You can install them using the following commands: `python3 -m pip install datetime tkinter` or `pip install datetime tkinter`. Run the program with `python3 studyplanner.py` or `py studyplanner.py` If you are having trouble with Python or don't feel like installing it, you can also run the executable located inside the 'dist' folder. Windows only. This project is licensed under the Apache-2.0 license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Self Quiz v 0.0.3

    Self Quiz v 0.0.3

    Multiple Choice Quiz conducting application software.

    This is a multiple choice quiz conducting application software. It allows user to set marking points for each correct and incorrect answer. Scorecard can be generated at the end of the quiz in .png format and one may review questions to locate mistakes made/committed during quiz. This project is still in its initial phase and is tested only in Windows 64 bit with .Net frame work version 4.5. If you want compressed .7z file or .exe setup file click on "Browse all files"
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    My Basic Facts Quiz

    A PHP program that creates maths basic facts quizzes.

    My Basic Facts Quiz is software written by two school students for primary (elementary) school students to practise maths basic facts questions on. The software asks the user what numbers the questions should include and how many questions to attempt at a time; then randomly generates quizzes full of questions with those parameters. The software gives the student feedback once they have completed the quiz they are given, including the percentage correct. Students can also choose a type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    QuizButtons

    QuizButtons

    Visual Basic and Arduino sketch to run a quiz button project.

    This is a sketch used on an Arduino Uno to operate 4 buttons used in quizzes, and also a Visual Basic solution to add functionality to the attached laptop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    sender

    tcp/ip utility for testing network connections/ports

    Sender is a windows tcp/ip client/host that lets you send and recieve text to and from tcp/ip ports. It now has a hex mode so that you can send any 8bit byte combinations. It can be used for testing simple pop and smtp connections (original project reason) or for any other protocols for which you may want to test by hand from windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    LCD TFT 240 320 hx8347a SSD1289 sdcard

    LCD TFT 240 320 hx8347a SSD1289 sdcard

    Lcd TFT 320*240 with touchscreen and SdCard

    Sample code for hx8347-A and SSD1289 for 8bits MCU ( begin with Freescale MCU 9s08aw60 with codewarrior V10.x and now Coldfire V1) , print text , draw line , box , circle, scrolling, get coordinates of touchpanel , read BMP file and FATlite drivers from Freescale revised ( FAT16 ). Tested on 9s08aw60 demoboard : http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMO9S08AW60E&fr=g New release with Coldfire V1 Flexis MCF51AC256A (32bits) pins to pins compatible with 9s08aw60
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    yeah a school project I did check it out
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The sandbox libraries (libsandbox & pysandbox) are an open-source suite of software components for C/C++ and Python developers to create automated profiling tools and watchdog programs. The API's are designed for executing and instrumenting simple (single process) tasks, featuring policy-based behavioral auditing, resource quota, and statistics collecting. The sandbox libraries were originally designed and utilized as the core security module of a full-fledged online judge system for ACM...
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    dutrain

    User training module, with definable questions and answers

    dutrain is a simple Python based interface for defining sets of questions and answers (questionnaires, quizes) that the user tries to answer in sequence. It is designed to be easy to use and quick and it can be used for training or testing. It currently uses Django.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    BabyKey

    Python program for babies - change screen color on key stroke

    My first Python and PyGame project: Baby key allows toddlers to play with the computer. With each keystroke the screen gradually changes color. Holding ESC for 5 seconds allows you to quit. Windows keys and ALT+TAB combinations are suppressed as beta testing of an eight month old toddler proved this to be necessary. WARNING: Might not be suited for your child. Beware of flashing screen (e.g. in case of Epilepsy).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a simple quiz game for arch linux. User asked question about installed packages on their system. Project uses PyQt4, Python 3 and pyalpm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Basic Experimenter
    Wizard-like software to run experimental procedures (at large). Each step of the procedure is a file (document, on-line form, checklist, video, program... ). Experimental data and documents are backuped together. NEW: templates of procedures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PLA-Typus

    PLA-Typus

    Project of Adaptative Languages "PLAtypus"

    PLAtypus's goal is to give people with poor communications skills an opportunity to learn and improve. With the guidance of a tutor, people will be able to learn new signs, sounds or icons and associate them with real life concepts that will, hopefully, help them to better express they needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a modification to the Storytelling Alice project, based off of Alice 2.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Wizard to learn words is a very basic program to learn words. It is designed to ask you words in a random order, which you can organize in quiz. The words are divided in three stages this way you can measure your success.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Vokabeltrainer Makro für MS Excel. Bietet integrierten csv-Import. Mittels configfile/config-Dialog einrichtbares Formatierungstool verfügbar. *Working on PyGTK Version with multi-language support*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DSO screenshot
    This project goal is to provide a way to get screenshot and channels data from digital storage oscilloscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ik heb een nieuw e-mail adres ingesteld. E-mail wordt nu wel naar mij doorgestuurd. Doolhof is een educatief project geschreven in Gambas. Het kan een doolhof generen en oplossen. tevens laat het duidelijk zien hoe de kortste route gevonden is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A file list database of a specific folder on my computer. And a ShellEx in Explorer to check if already have that file or a list of files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Automated computer program grading solutions designed for trainings on computer languages, data structures and algorithms. See http://openjudge.net for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A console Q&A quizz in python The purpose of this project is to help memorizing some new knowledges The project contains a library of quizzes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Futures Gateway is a not-for-profit educational project for children (primarily ages 8 - 18) and their families. It uses interactive and collaborative activities, especially Wiki and HTML document and media management software, videoconferencing, chat, b
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PθP Quiz

    PθP Quiz

    Basic PHP Quiz Interface

    From needing a real basic Quiz taking format, this project was born. I tried several other Quiz makes, and they all fell short in one thing or another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Serial port communication. An usable sample. * support remote control mode (with two fish encryption)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.