Python Exam Software

View 124 business solutions

Browse free open source Python Exam Software and projects below. Use the toggles on the left to filter open source Python Exam Software by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    OpenTeacher
    OpenTeacher is an opensource application that helps you learn a foreign language vocabulary. Just enter some words in your native and foreign language, and OpenTeacher tests you.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    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/ICPC training. They have since then evolved into a general-purpose tool for binary program testing, profiling, and security restriction. The sandbox libraries are currently maintained by the OpenJudge Alliance (http://openjudge.net/) as a standalone, open-source project to facilitate various assignment grading solutions for IT/CS education. See project page at https://github.com/openjudge/sandbox for details.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 3

    Netviz

    Netviz is a Python app designed to monitor devices on the user's LAN.

    Netviz (short for NETwork VIsualiZer) is a Python program I cobbled together for a user to monitor devices on the user's LAN or a small section of the Internet. Essentially, it's a pretty interface for information on the MAC addresses and IPs of those devices. The range to search can be set either by the boundaries of the user's LAN using the "Find Range" button or through user-typed IPs. Also, there is a list of tracked MACs. If any of these tracked MACs appears on the LAN, the program shows the IP of this MAC.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    MBDyn_sim_suite is a collection of free pre&post-processing tools and simulation models for the open-source multi-body analysis software MBDyn forming a general purpose simulation environment for structural dynamics with an emphasis on wind turbines.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 5

    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 in Safari, 12,5 sec single core and 3,3 sec multi core. Python version with numba and numpy on MacOS with M2, 3,78 sec.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Universal school administration and management system, written in Python. SchoolTool uses the ZODB for object storage, wxPython for the administrative client, and RESTful HTTP communications. Please see the new SchoolTool website at http://schooltool.org
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Network Simulator (fork CORE - Live USB)

    Network Simulator (fork CORE - Live USB)

    Live DVD with CORE network simulator

    The Common Open Research Emulator (CORE) is a tool for emulating networks on one or more machines. You can connect these emulated networks to live networks. CORE consists of a GUI for drawing topologies of lightweight virtual machines, and Python modules for scripting network emulation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Flashcard App

    Flashcard App

    This is an app that will help you learn and prosper in any subject!

    A lightweight but effective Flashcard based learning app to study and memorize using a reward system, built using python and the customtkinter library. Here you can create flashcards and quiz yourself on any topic you like, save the flashcards for later use or simply import one with the correct format. Give yourself hints, earn points and have fun! Play quiz with your friends see who gets the most points. Here almost anything is customizable. And forgive me if there are any bugs as there are probably always some! Be nice and let me know of them.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    py-education aims to create a unified education suite for Linux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 10
    An AI educational effort to make realtime multi agent environments. started from scratch with python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AbDict is practically a "digital exercise-book" for learning new languages. Users can create their own dictionaries and check their knowledge of the words.
    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

    Assignment Collector/Grader

    A webapp that collects and grades student labs

    Assignment Collector/Grader (what a mouthful!) was conceived in 2010 as a way to reduce the workload of an over-worked professor teaching a CS data structures class. It proved not only to reduce the grading workload, but also improved the lab completion rates among students, and grades overall improved as a result. Since it has turned out to be such a successful tool, it is now released under the AGPL license for others to use in their classrooms. Planned improvements include: automatic plagiarism detection, making the student interface prettier, and supporting other testing frameworks and languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Aurora Conky Theme

    Aurora Conky Theme

    Aurora is a conky theme full of scripts

    NOT MAINTAINTED. AUREOLA CONKY IS SUCCESSOR https://github.com/erikdubois/Aureola Do not forget to rename the map from Aurora_vx.x to Aurora An conky theme to explore many possible parameters of your system. Ment to be viewed on dual screen. Educational insights. Extra information and youtube explanation can be seen on youtube via these pages. http://erikdubois.be/linux/conky http://erikdubois.be/linux/install-conky-theme-aurora What can it do more than Conky normally can? - scripts for temperature, fans, names of hardware - hours of lifetime harddisks - spotify information and covers - gmail information - number of updates - rss via scripting - weather forecast - many different lua to make rings and such - netstat script - nvidia information - satelite image of world and europe - sensors script - sign and stars of today - transmission information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    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
  • 17
    Blue|Smash is a python based tool for pentesting bluetooth enabled devices. Blue|Smash version 1.* is mainly based on bluetooth enabled phones and was build for the backtrack live CD but version 2.0 (still in dev) will contain audits for all sorts of dev
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Python program to quiz user on the books of the Bible. The program will use location in the Bible and proximity to other books, as well as author, themes and other historical details about the books to test the user's knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BrainLibs is a high quality Python/PyGame library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    Debiance is an innovative platform to test ICT Linux skills. It is based on Python, PostgreSQL, Zope and Plone. Tests are multiple-answer and single-choice, together with practical terminal sessions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Easy content creation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EulerSharp

    EulerSharp

    Euler Yet another proof Engine

    EYE [1] is a reasoning engine supporting the Semantic Web layers [2]. It performs controlled chaining and it supports Euler paths [3]. Via N3 [4] it is interoperable with Cwm [5]. [1] http://eulersharp.sourceforge.net/README [2] http://www.w3.org/DesignIssues/diagrams/sweb-stack/2006a [3] http://mathworld.wolfram.com/KoenigsbergBridgeProblem.html [4] http://www.w3.org/TeamSubmission/n3/ [5] http://www.w3.org/2000/10/swap/doc/cwm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ATTENTION! ExpTools has been renamed to ExpLab To visit the new homepage click on "Home page".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    File-Spector is a small, fast and easy to use binary file analyzer and Inspector. It allows the users to format a complete binary file structure and then use it to read any binary file that matches the specified format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next