<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Some progress... Kivy is installed and running.</title>
		<link>/blogentry/196311</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/196311" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: Some progress... Kivy is installed and running.</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/196311#c286177</link>
			<guid isPermaLink="true">/blogentry/196311#c286177</guid>
			<pubDate>Fri, 26 Dec 2025 20:22:40 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>&#x3c;br /&#x3e;Then comes the start of areas I am not familiar with, namely 2 tasks&#x3c;br /&#x3e;1. Creating the application framework&#x3c;br /&#x3e;2. Restructuring the existing scripts to output to kivy widgets rather than the console.&#x3c;br /&#x3e;&#x3c;br /&#x3e;This has been months of thinking, coding and testing leading up to the transition from simple scripts into a fully functional GUI framework.</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Original Blog Entry: Some progress... Kivy is installed and running.</title>
			<link>/blogentry/196311</link>
			<guid isPermaLink="true">/blogentry/196311</guid>
			<pubDate>Fri, 26 Dec 2025 16:22:05 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>I wrote 2 small hello world scripts. One was to test the base Kivy install, the other was to test the KivyMD install. KivyMD is a Kivy extension that allows you to use assets from Google&#x27;s material design project. Cleaner, more professional looking tools and widgets, fonts, transitions, etc. Meant originally to replace the Kivy look with more pleasing GUI elements that would be found developing native android or iOS applications.<br /><br />Both ran and produced the expected output.<br /><br />When creating the project folder, after moving in the files that I would be starting with (.py and .csv files), I used the following git commands to set up proper version control...<br /><br />1. git init<br /><br />This initializes the folder to be a git repository<br /><br />2. git add .<br /><br />This adds all of the files to the repository<br /><br />3. git commit -m Initial commit of project CHANCE<br /><br />When looking at the commit history with the git log command, that will be the starting point.<br /><br />Now I can work on scripts safely, able to roll back to known working points if needed, and develop sections in branches... only committing changes to the master branch when they are ready.<br /><br />I did manage to get this started before the new year!... &#x5b;&#xa0;<a href="/blogentry/196311">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/196311</wfw:comment>
		</item>
	</channel>
</rss>

